Skip to content

Commit a66c6af

Browse files
committed
(#279) - use lowercase for all documentation files
Consistency makes linking between pages easier.
1 parent 62d44b4 commit a66c6af

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

documentation/docs/pages/infrastructure/Architecture.md renamed to documentation/docs/pages/infrastructure/architecture.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

documentation/docs/pages/infrastructure/Git-practices.md renamed to documentation/docs/pages/infrastructure/git-practices.md

File renamed without changes.

documentation/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ nav:
3838
- Sea Ice: pages/diagnostics/sea_ice.md #do not edit directly, change
3939
# sea_ice_source.ipynb then export as HTML and rename that file to sea_ice.md
4040
- Infrastructure:
41-
- Architecture: pages/infrastructure/Architecture.md
42-
- Deployment: pages/infrastructure/Deployment.md
43-
- Building: pages/infrastructure/Building.md
44-
- Git practices: pages/infrastructure/Git-practices.md
41+
- Architecture: pages/infrastructure/architecture.md
42+
- Deployment: pages/infrastructure/deployment.md
43+
- Building: pages/infrastructure/building.md
44+
- Git practices: pages/infrastructure/git-practices.md
4545

4646
# Theme
4747
theme:

0 commit comments

Comments
 (0)