Skip to content

Commit e5da070

Browse files
authored
Minor config change to esm1.6 config docs (#208)
* Update mkdocs.yml * Update mkdocs.yml Fixing a broken link and turning off stubs * Update mkdocs.yml As suggested by @anton-seaice
1 parent 6203f7a commit e5da070

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

documentation/mkdocs.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ theme:
5454
copyright: Copyright © 2025 ACCESS-NRI, CSIRO and contributors
5555

5656
plugins:
57-
- include-configuration-stubs:
58-
repo: ACCESS-NRI/access-esm1.6-configs
59-
main_website:
60-
pattern: "dev-* release-*"
61-
ref_type: branch
62-
preview_website:
63-
pattern: ""
64-
ref_type: branch
65-
stubs_parent_url: pages/configurations
66-
stubs_nav_path: Configurations
67-
stubs_dir: documentation/stub
68-
6957
- git-revision-date-localized:
7058
type: date
7159
enable_creation_date: false
@@ -107,7 +95,7 @@ markdown_extensions:
10795

10896
# Navigation
10997
nav:
110-
- Home: index.md
98+
- Home: pages/index.md
11199

112100
# Footer
113101
extra:

0 commit comments

Comments
 (0)