Skip to content

Commit

Permalink
make CHANGELOG a "page" instead of a "doc" (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow authored Jul 26, 2021
1 parent 5e6cd48 commit f4cfe85
Show file tree
Hide file tree
Showing 6 changed files with 5,574 additions and 5,342 deletions.
17 changes: 15 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
tagline: "Android dependency injection using Anvil",
url: "https://rbusarow.github.io/",
baseUrl: "/Tangle/",
onBrokenLinks: "throw",
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
organizationName: "rbusarow", // Usually your GitHub org/user name.
Expand Down Expand Up @@ -33,6 +33,11 @@ module.exports = {
label: "Basics",
position: "left",
},
{
to: 'CHANGELOG',
label: 'Change Log',
position: 'right'
},
{
type: "docsVersionDropdown",
position: "right",
Expand All @@ -50,8 +55,8 @@ module.exports = {
position: "right",
},
{
href: "https://github.com/rbusarow/Tangle/",
label: "GitHub",
href: "https://github.com/rbusarow/Tangle/",
position: "right",
},
],
Expand All @@ -65,6 +70,14 @@ module.exports = {
additionalLanguages: ["kotlin", "groovy"],
},
},
plugins: [
[
'@docusaurus/plugin-client-redirects',
{
toExtensions: ['html'],
},
],
],
presets: [
[
"@docusaurus/preset-classic",
Expand Down
Loading

0 comments on commit f4cfe85

Please sign in to comment.