docs.datacontroller.io/mkdocs.yml
2021-08-23 23:56:28 +03:00

78 lines
1.9 KiB
YAML

site_name: Data Controller for SAS® Documentation
site_url: https://docs.datacontroller.io
nav:
- Home: index.md
- User Guide:
- Overview: dc-overview.md
- DC User Guide: dc-userguide.md
- Data Catalog: dcu-datacatalog.md
- Data Lineage: dcu-lineage.md
- File Uploads: dcu-fileupload.md
- Filter Mechanism: filter.md
- Table Viewer: dcu-tableviewer.md
- Admin Services: admin-services.md
- Configuration:
- Dates / Datetimes: dcc-dates.md
- Dynamic Cell Dropdown: dynamic-cell-dropdown.md
- Emails: emails.md
- Excel Formulas: excel.md
- Groups: dcc-groups.md
- Options: dcc-options.md
- Row Level Security: row-level-security.md
- Security: dcc-security.md
- Selectboxes: dcc-selectbox.md
- Tables: dcc-tables.md
- Validations: dcc-validations.md
- Macros: macros.md
- Installation:
- System Requirements: dci-requirements.md
- SAS Viya Deploy: dci-deploysasviya.md
- SAS 9 Deploy: dci-deploysas9.md
- SAS 9 Dedicated STP: dci-stpinstance.md
- Troubleshooting: dci-troubleshooting.md
- Evaluation (Demo) Version:
- Installation: dci-evaluation.md
- Legal:
- Privacy Policy: privacy.md
- Evaluation Licence: evaluation-agreement.md
- Other Licences: licences.md
- Videos: videos.md
- Roadmap: roadmap.md
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
- meta
- toc:
permalink: true
extra:
manifest: manifest.webmanifest
extra_css: ['font-awesome.css']
# Repository
repo_name: 'macropeople/dcdocs.github.io'
repo_url: 'https://github.com/macropeople/dcdocs.github.io'
theme:
name: material
logo: 'img/favicon.ico'
palette:
primary: 'White'
accent: 'Amber'
font:
text: 'Open Sans'
code: 'Ubuntu Mono'
favicon: img/favicon.ico
custom_dir: 'theme'
highlightjs: true
hljs_languages:
- SAS
- JavaScript
- Bash
copyright: All rights reserved ©2021 Macro People Ltd.