-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 800 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Cattlechain 4.0
site_url: https://cattlechain.readthedocs.org
repo_url: https://github.com/cattlechain/docs
site_description: Cattlechain Documentation
docs_dir: doc
site_dir: html
edit_uri: edit/master/doc/
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_core.css"]
google_analytics: ['', '']
pages:
- Home: index.md
- 'Architecture': architecture.md
- 'Data Models': datamodel.md
- 'Usage': usages.md
- 'Blockchain Operations': blockchain_operations.md
- 'ML/AI Operations': ml_operations.md
- 'Environment': environment.md
- 'Evaluation': evaluation.md
- 'Future Work and Changelog': future_work.md