@@ -7,8 +7,8 @@ site_name: wombat
7
7
site_url : !ENV [SITE_URL, "http://access-nri.github.io/wombat/"]
8
8
9
9
# 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
12
12
edit_uri : blob/main/documentation/docs/ # hopefully will fix the edit button from 404'ing, https://github.com/mkdocs/mkdocs/issues/2416
13
13
14
14
# Theme
@@ -54,18 +54,18 @@ theme:
54
54
copyright : Copyright © 2025 ACCESS-NRI
55
55
56
56
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
+ #
69
69
- git-revision-date-localized :
70
70
type : date
71
71
enable_creation_date : false
0 commit comments