diff --git a/docs/_config.yml b/docs/_config.yml index 04e3531..15253d8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ aux_links: defaults: - scope: - path: "docs" # an empty string here means all files in the project + path: "" # an empty string here means all files in the project type: "pages" values: layout: "default" @@ -86,7 +86,7 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase # External navigation links nav_external_links: - title: Just the Docs on GitHub - url: https://github.com/just-the-docs/just-the-docs + url: https://github.com/99x-incubator/productled/docs # Show navigation error report nav_error_report: true # default is false/nil. @@ -112,7 +112,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/ # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" -gh_edit_repository: "https://github.com/99x-incubator/productled" # the github URL for your repo +gh_edit_repository: "https://github.com/99x-incubator/productled/docs" # the github URL for your repo gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately