docs.datacontroller.io/mkdocs.yml

43 lines
1.0 KiB
YAML
Raw Normal View History

2018-07-05 11:06:56 +00:00
site_name: Data Controller for SAS® Product Documentation
2018-07-04 13:20:03 +00:00
pages:
- Home: index.md
- Using Data Controller:
2018-07-05 11:06:56 +00:00
- DC Overview: dc-overview.md
2018-07-06 15:03:06 +00:00
- DC User Guide: dc-userguide.md
2018-07-06 15:48:14 +00:00
- Configuring Data Controller:
2018-07-07 19:31:39 +00:00
- Tables: dcc-tables.md
2018-07-07 16:50:05 +00:00
- Security: dcc-security.md
2018-07-07 19:31:39 +00:00
- Selectboxes: dcc-selectbox.md
- Dates / Datetimes: dcc-dates.md
2018-07-08 16:14:56 +00:00
- Installing Data Controller:
- Backend: dci-backend.md
- Frontend: dci-frontend.md
2018-09-03 11:50:25 +00:00
- Troubleshooting: dci-troubleshooting.md
2018-07-04 13:20:03 +00:00
markdown_extensions:
2018-07-12 08:07:50 +00:00
- admonition
- pymdownx.superfences
- codehilite
- fontawesome_markdown
- toc:
permalink: true
2018-07-07 19:31:39 +00:00
2018-07-07 16:39:11 +00:00
extra_css: ['font-awesome.css']
2018-07-12 08:07:50 +00:00
# Repository
repo_name: 'macropeople/dcdocs.github.io'
repo_url: 'https://github.com/macropeople/dcdocs.github.io'
theme:
name: material
2018-07-04 13:20:03 +00:00
logo: 'img/favicon.ico'
palette:
primary: 'White'
accent: 'Amber'
font:
text: 'Open Sans'
code: 'Ubuntu Mono'
2018-07-12 08:13:09 +00:00
favicon: img/favicon.ico
custom_dir: 'theme'
2018-07-12 08:07:50 +00:00
copyright: All rights reserved ©2018 Macro People Ltd.