Skip to content

Commit

Permalink
docs: add link to configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Sep 11, 2024
1 parent 0b9564e commit 3e9ea49
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

### [Installation](https://neilime.github.io/twbs-helper-module/docs/installation/)

### [Configuration](https://neilime.github.io/twbs-helper-module/docs/configuration/)

### [Usage](https://neilime.github.io/twbs-helper-module/docs/usage/intro/)

### [Code coverage](https://codecov.io/gh/neilime/twbs-helper-module)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Configuration
Expand Down
2 changes: 1 addition & 1 deletion website/docs/development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 4
---

# Development
Expand Down
20 changes: 20 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,24 @@ const {
position: "left",
label: "Installation",
},
{
type: "doc",
docId: "configuration",
position: "left",
label: "Configuration",
},
{
type: "doc",
docId: "usage/intro",
position: "left",
label: "Usage",
},
{
type: "doc",
docId: "development",
position: "left",
label: "Development",
},
{
href: "https://github.com/neilime/twbs-helper-module",
label: "GitHub",
Expand All @@ -72,10 +84,18 @@ const {
label: "Installation",
to: "/docs/installation",
},
{
label: "Configuration",
to: "/docs/configuration",
},
{
label: "Usage",
to: "/docs/usage",
},
{
label: "Development",
to: "/docs/development",
},
],
},
{
Expand Down

0 comments on commit 3e9ea49

Please sign in to comment.