Skip to content

Commit 2171890

Browse files
committed
fix docs directory
Signed-off-by: miacycle <184569369+miacycle@users.noreply.github.com>
1 parent 1f90aee commit 2171890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/kanvas/reference/contributing-to-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Follow the usual GitHub workflow of forking the repository on GitHub and then cl
110110
## Menu structure
111111

112112
The site theme has one Hugo menu (`main`), which defines the top navigation bar. You can find and adjust the definition
113-
of the menu in the [site configuration file](https://github.com/layer5io/docs/blob/master/config.toml).
113+
of the menu in the [site configuration file](https://github.com/layer5io/docs/blob/master/hugo.toml).
114114

115-
The left-hand navigation panel is defined by the directory structure under the [`docs` directory](https://github.com/layer5io/docs/tree/master/content/en/docs).
115+
The left-hand navigation panel is defined by the directory structure under the [`content/en` directory](https://github.com/layer5io/docs/tree/master/content/en).
116116

117117
A `weight` property in the _front matter_ of each page determines the position of the page relative to the others in the same directory.
118118
The lower the weight, the earlier the page appears in the section.

0 commit comments

Comments
 (0)