Introducing docs 📚
This commit is contained in:
41
docs/mkdocs.yml
Normal file
41
docs/mkdocs.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
# Project information
|
||||
site_name: 'Attract'
|
||||
site_description: 'Free and Open Source production tracking for film makers'
|
||||
site_author: 'Blender Institute'
|
||||
site_url: 'https://attract.studio/'
|
||||
|
||||
# Repository
|
||||
repo_name: 'armadillica/attract'
|
||||
repo_url: 'https://github.com/armadillica/attract'
|
||||
|
||||
# Copyright
|
||||
copyright: 'Copyright © 2016 Blender Institute - CC-BY-SA v4.0.'
|
||||
|
||||
theme:
|
||||
name: 'material'
|
||||
logo: 'img/logo_attract_white.svg'
|
||||
palette:
|
||||
primary: 'blue grey'
|
||||
accent: 'deep orange'
|
||||
social:
|
||||
- type: 'github'
|
||||
link: 'https://github.com/armadillica'
|
||||
- type: 'twitter'
|
||||
link: 'https://twitter.com/Blender_Cloud'
|
||||
|
||||
pages:
|
||||
- Home: 'index.md'
|
||||
- User Manual:
|
||||
- 'user_manual/introduction.md'
|
||||
- 'user_manual/installation.md'
|
||||
- Developer Docs:
|
||||
- 'developer_docs/roadmap.md'
|
||||
|
||||
|
||||
# Google Analytics
|
||||
google_analytics:
|
||||
- 'UA-13043630-10'
|
||||
- 'auto'
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
Reference in New Issue
Block a user