Introducing docs 📚

This commit is contained in:
2017-12-11 12:49:59 +01:00
parent da0f606110
commit 7fd4649a56
8 changed files with 171 additions and 0 deletions

41
docs/mkdocs.yml Normal file
View 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