96 lines
2.6 KiB
YAML
96 lines
2.6 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
|
|
- Table Guide:
|
|
- MPE_AUDIT: tables/mpe_audit.md
|
|
- MPE_COLUMN_LEVEL_SECURITY: tables/mpe_column_level_security.md
|
|
- MPE_CONFIG: tables/mpe_config.md
|
|
- MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.md
|
|
- MPE_DATACATALOG_TABS: tables/mpe_datacatalog_tabs.md
|
|
- MPE_DATACATALOG_VARS: tables/mpe_datacatalog_vars.md
|
|
- MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md
|
|
- MPE_DATASTATUS_TABS: tables/mpe_datastatus_tabs.md
|
|
- MPE_REVIEW: tables/mpe_review.md
|
|
- MPE_SUBMIT: tables/mpe_submit.md
|
|
- MPE_TABLES: tables/mpe_tables.md
|
|
- Configuration:
|
|
- Column Level Security: column-level-security.md
|
|
- Dates / Datetimes: dcc-dates.md
|
|
- Dynamic Cell Dropdown: dynamic-cell-dropdown.md
|
|
- Emails: emails.md
|
|
- Excel Formulas: excel.md
|
|
- Formats: formats.md
|
|
- Groups: dcc-groups.md
|
|
- Libraries: libraries.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:
|
|
- Overview: roadmap.md
|
|
- DC API: api.md
|
|
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.superfences
|
|
- codehilite
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
|
|
|
|
extra:
|
|
manifest: manifest.webmanifest
|
|
|
|
extra_css: ['font-awesome.css']
|
|
|
|
# Repository
|
|
repo_name: 'datacontroller/dcdocs.github.io'
|
|
repo_url: 'https://github.com/datacontroller/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 ©2022 Bowe IO Ltd.
|