diff --git a/contribute/toc.sh b/contribute/toc.sh index face006c9..8dc9a1c8f 100755 --- a/contribute/toc.sh +++ b/contribute/toc.sh @@ -114,7 +114,7 @@ parse_roles_toc(){ "# "*) if [ "$WRITE" = "true" ]; then TITLE=$(echo "$LINE" | cut -c 3-) - echo "$INDENT"" - [$TITLE](/$RELATIVE)" >> "$TMP_SIDEBAR" + echo "$INDENT"" - [$TITLE]($RELATIVE)" >> "$TMP_SIDEBAR" WRITE="false" fi ;; @@ -137,4 +137,4 @@ generate_roles_toc cp_single_page install cp_single_page contribute -cp_single_page scripts \ No newline at end of file +cp_single_page scripts diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index 8e8a2e4bf..db7194657 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -1,7 +1,7 @@   -- [Home](/) - - [Install](/install) - - [Usage](/scripts) +- [Home]() + - [Install](install) + - [Usage](scripts) - [Roles](roles) - [AWS Infrastructure](roles/aws) - [AWS ACL](roles/aws/aws_acl)