Skip to content

Commit

Permalink
polishing after reference docs addition
Browse files Browse the repository at this point in the history
  • Loading branch information
TyDunn committed Nov 11, 2024
1 parent cf14cdb commit ae5e95a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Ways to configure
description: Configuration
keywords: [config, settings, customize]
---

# Ways to configure
# Configuration

Continue can be deeply customized. User-level configuration is stored and can be edited in your home directory in [`config.json`](#configjson):

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
type: "docSidebar",
sidebarId: "docsSidebar",
position: "left",
label: "Docs",
label: "User Guide",
href: "/",
},
{
Expand Down
5 changes: 5 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const sidebars = {
],
},
"customize/changelog",
{
type: "link",
label: "Reference",
href: "/reference",
},
],
};

Expand Down

0 comments on commit ae5e95a

Please sign in to comment.