Skip to content

Commit

Permalink
chore: Update _config.yml to fix path scope in defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Aug 31, 2024
1 parent d9185b5 commit e8bd07b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand All @@ -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

0 comments on commit e8bd07b

Please sign in to comment.