Skip to content

Commit c14c53b

Browse files
committed
fixes the preview problem?
1 parent eecb16f commit c14c53b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

documentation/mkdocs.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ site_name: wombat
77
site_url: !ENV [SITE_URL, "http://access-nri.github.io/wombat/"]
88

99
# Git repository (Adds a link to the GitHub repository at the top)
10-
repo_url: https://github.com/ACCESS-NRI/wombat
11-
repo_name: ACCESS-NRI/wombat
10+
repo_url: https://github.com/ACCESS-NRI/GFDL-generic-tracers
11+
repo_name: ACCESS-NRI/GFDL-generic-tracers
1212
edit_uri: blob/main/documentation/docs/ #hopefully will fix the edit button from 404'ing, https://github.com/mkdocs/mkdocs/issues/2416
1313

1414
# Theme
@@ -54,18 +54,18 @@ theme:
5454
copyright: Copyright © 2025 ACCESS-NRI
5555

5656
plugins:
57-
- include-configuration-stubs:
58-
repo: ACCESS-NRI/wombat
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-
57+
# - include-configuration-stubs:
58+
# repo: ACCESS-NRI/wombat
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+
#
6969
- git-revision-date-localized:
7070
type: date
7171
enable_creation_date: false

0 commit comments

Comments
 (0)