forked from FIWARE/contribution-requirements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (23 loc) · 850 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (23 loc) · 850 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
site_name: requirements
site_url: https://fiware-requirements.readthedocs.org
repo_url: https://github.com/fiware/developmentGuidelines
site_description: requirements Documentation
docs_dir: docs
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
google_analytics: ['UA-84866051-2', 'fiware-requirements.readthedocs.io']
pages:
- Home: index.md
- 'Checklist': GE_Checklist.md
- 'Requirements': GE_Requirements.md
- 'Analytics': analytics_readthedocs.md
- 'Development': development.md
- 'Docker': docker.md
- 'External Contributions': external_contributions.md
- 'Project Badges': project_badges.md
- 'Training Courses': learning_materials.md
- 'Webhook': repo_webhook.md
- 'Appendix: Release Process': release.md