docs.datacontroller.io/mkdocs.yml

70 lines
1.8 KiB
YAML
Raw Normal View History

2020-09-26 14:51:37 +00:00
site_name: Data Controller for SAS® Documentation
2020-07-24 22:53:48 +00:00
site_url: https://docs.datacontroller.io
nav:
2018-07-04 13:20:03 +00:00
- Home: index.md
2020-05-31 16:05:51 +00:00
- User Guide:
2018-09-28 12:12:32 +00:00
- Overview: dc-overview.md
2018-07-06 15:03:06 +00:00
- DC User Guide: dc-userguide.md
2021-05-12 14:53:38 +00:00
- Data Catalog: dcu-datacatalog.md
- Data Lineage: dcu-lineage.md
2018-09-28 12:12:32 +00:00
- File Uploads: dcu-fileupload.md
2021-05-12 14:53:38 +00:00
- Filter Mechanism: filter.md
2020-02-05 17:58:12 +00:00
- Table Viewer: dcu-tableviewer.md
2020-05-31 16:05:51 +00:00
- Configuration:
- Dates / Datetimes: dcc-dates.md
2021-05-13 07:26:50 +00:00
- Dynamic Cell Dropdown: dynamic-cell-dropdown.md
2019-04-19 10:59:57 +00:00
- Emails: emails.md
2021-05-12 18:42:21 +00:00
- Excel Formulas: excel.md
2020-02-05 17:54:55 +00:00
- Groups: dcc-groups.md
2020-03-10 20:39:00 +00:00
- Options: dcc-options.md
2021-05-13 07:26:50 +00:00
- Row Level Security: row-level-security.md
2020-03-26 18:19:33 +00:00
- Security: dcc-security.md
- Selectboxes: dcc-selectbox.md
- Tables: dcc-tables.md
- Validations: dcc-validations.md
2021-02-17 15:58:25 +00:00
- Macros: macros.md
2020-05-31 16:05:51 +00:00
- Installation:
2019-01-26 23:25:21 +00:00
- System Requirements: dci-requirements.md
2020-07-15 10:33:21 +00:00
- SAS 9 Deploy: dci-deploysas9.md
2021-01-05 18:48:13 +00:00
- SAS Viya Deploy: dci-deploysasviya.md
2018-09-03 11:50:25 +00:00
- Troubleshooting: dci-troubleshooting.md
2020-05-13 08:25:53 +00:00
- Dedicated STP: dci-stpinstance.md
2020-01-25 19:42:11 +00:00
- Evaluation (Demo) Version:
- Installation: dci-evaluation.md
2020-04-13 19:01:06 +00:00
- Legal:
- Privacy Policy: privacy.md
2020-07-24 22:53:48 +00:00
- Evaluation Licence: evaluation-agreement.md
2020-01-25 19:42:11 +00:00
- Other Licences: licences.md
- Videos: videos.md
2021-03-11 22:31:07 +00:00
- Roadmap: roadmap.md
2018-07-04 13:20:03 +00:00
markdown_extensions:
2018-07-12 08:07:50 +00:00
- admonition
- pymdownx.superfences
- codehilite
- meta
2018-07-12 08:07:50 +00:00
- toc:
permalink: true
2021-01-05 18:48:13 +00:00
extra:
manifest: manifest.webmanifest
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'
2021-05-25 20:37:41 +00:00
copyright: All rights reserved ©2021 Macro People Ltd.