Skip to content

Commit

Permalink
dev nav and theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckbelisle committed May 30, 2023
1 parent 51ceb0f commit 90148f7
Showing 1 changed file with 30 additions and 9 deletions.
39 changes: 30 additions & 9 deletions mkdocs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,41 @@ copyright: Copyright © 2020 Statistics Canada
docs_dir: docs/dev
site_dir: site/dev

repo_name: StatCan/daaas
repo_name: StatCan/aaw
repo_url: https://github.com/StatCan/aaw
edit_uri: edit/master/docs/dev

#theme:
# name: material
# features:
# - content.tabs.link
# - content.code.copy
# - navigation.tabs
# - navigation.tabs.sticky
# language: en
# show_sidebar: true
#logo: images/statcan.png

theme:
name: material
features:
- content.tabs.link
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
language: en
show_sidebar: true
#logo: images/statcan.png
palette:
primary: yellow
accent: blue
nav:
- Features:
- Get Started: dev/getting-started/index.md
- Overview: dev/features/index.md
- Object Storage:
- S3Proxy and S3 Explorer: dev/features/object-storage/s3proxy.md
- Blob CSI: dev/features/object-storage/blobcsi.md
- Cloud Main Connectivity: dev/features/cloud-main-connectivity/cloud-main-connectivity.md
- Data Virtualization: dev/features/data-virtualization/trino.md
- RBAC:
- Non-Employee RBAC: dev/features/rbac/non-employee-rbac.md
- Source Control: dev/features/source-control/gitea.md
- Resources:
- Overview: dev/resources/index.md
- Developer Tools: dev/developer-tools.md

markdown_extensions:
- toc:
Expand Down

0 comments on commit 90148f7

Please sign in to comment.