Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
234127a7
Commit
234127a7
authored
Mar 05, 2017
by
key-amb
Browse files
Update README about change of Menu System
parent
5b14e408
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
234127a7
...
...
@@ -10,6 +10,7 @@ You can see demo and full documentation at http://key-amb.github.io/bootie-docs-
## CONTENTS
*
[
QUICKSTART
](
#quickstart
)
*
[
MENUS
](
#menus
)
*
[
OPTIONS
](
#options
)
*
[
LIMITATION
](
#limitation
)
*
[
DEPENDENCIES
](
#dependencies
)
...
...
@@ -22,29 +23,40 @@ You can see demo and full documentation at http://key-amb.github.io/bootie-docs-
Then the content appears on top page.
##
OPTION
S
##
MENU
S
You can customize the menu items in the header navigation bar by configuring
`params.mainMenu`
in your _config.toml_ (or _config.yaml_).
You can customize the menu items in the header navigation bar by configuring
`menu.main`
in your
_config.toml_
(or _config.yaml_) supported by Hugo's
[
Menu System
](
https://gohugo.io/extras/menus/
)
.
```
# example of config.toml
[params]
highlightStyle = "github"
[[params.mainMenu]]
name = "Usage"
link = "usage"
[[menu.main]]
name = "Usage"
url = "/usage/"
weight = 10
[[params.mainMenu]]
name = "News"
link = "categories/news"
[[menu.main]]
name = "News"
url = "/categories/news/"
weight = 20
```
All other options and usages are described at the documentation site -- http://key-amb.github.io/bootie-docs-demo/ .
NOTE:
-
Nested menus are not supported.
## OPTIONS
All other options and usages for _Bootie Docs_ are described at the documentation site --
http://key-amb.github.io/bootie-docs-demo/ .
## LIMITATION
Because _Bootie Docs_ is developed for documentation, it lacks many blog-type facilities such as RSS feeds, pagination of posts and so on.
Because _Bootie Docs_ is developed for documentation, it lacks many blog-type facilities such as RSS
feeds, pagination of posts and so on.
## DEPENDENCIES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment