-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (31 loc) · 813 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (31 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
site_name: "data-sheets-schema"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
plugins:
- search
- mermaid2:
version: 10.6.1
nav:
- Home: home.md
- Schema Documentation: index.md
- CLI Reference: cli.md
- About: about.md
site_url: https://bridge2ai.github.io/data-sheets-schema
repo_url: https://github.com/bridge2ai/data-sheets-schema
# Specify docs directory (default is 'docs/')
docs_dir: docs
# Include HTML and YAML files in the build
# MkDocs will copy all files from docs/ to the site, including subdirectories
use_directory_urls: true
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX