diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-10 19:12:17 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-10 19:12:17 -0300 |
commit | 81a9aaa7e7eb560b2cabe4305a17965295eb5ba4 (patch) | |
tree | 2eaf0a4ba45c1b415c34caf45662064ff6525e91 /config.toml | |
parent | b99cba3bc36d17a163fd6f590bb93b12f3339437 (diff) |
Changed "docs" for "install"
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index f65402c..efb7839 100644 --- a/config.toml +++ b/config.toml @@ -23,18 +23,18 @@ summaryLength = 30 weight = 1 [[menu.main]] - name = "Docs" - url = "/docs/" + name = "Install" + url = "/install/" weight = 2 [params] - homepage_button_link = '/docs' - homepage_button_text = 'Read The Docs' + homepage_button_link = '/install' + homepage_button_text = 'Install YAMS' homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script' homepage_image = '/install-yams.gif' ## You can enable to add anchor links to header elements - # enable_anchor_link = true + enable_anchor_link = true [params.homepage_meta_tags] meta_description = "YAMS is a basic but powerful media server, easy to install in a bash script" |