You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/kanvas/reference/contributing-to-docs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ Follow the usual GitHub workflow of forking the repository on GitHub and then cl
110
110
## Menu structure
111
111
112
112
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).
114
114
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).
116
116
117
117
A `weight` property in the _front matter_ of each page determines the position of the page relative to the others in the same directory.
118
118
The lower the weight, the earlier the page appears in the section.
0 commit comments