PyConES24/mkdocs.yml
2023-11-21 09:09:40 +01:00

70 lines
1.8 KiB
YAML

site_name: Navigating IT
site_author: Guillem Borrell PhD
site_url: https://github.com/bcgx-gp-atlasCommunity/retailtwin
copyright: © Guillem Borrell Nogueras, The Boston Consulting Group. All rights reserved.
repo_url: https://github.com/bcgx-gp-atlasCommunity/retailtwin
edit_uri: edit/main/docs/
nav:
- "Introduction": "index.md"
- "People in the data ecosystem": "organization.md"
- "Pragmatism in Enterprise Software": "pragmatism.md"
- "How data is stored": "data.md"
- "Terminals to access data": "terminals.md"
- "How automation is implemented": "automation.md"
- "The Data Warehouse": "dw.md"
- "The Data Lake": "dl.md"
- "API": "api.md"
- "Applications and value": "applications.md"
- "Buy vs Build": "buyvsbuild.md"
theme:
name: "material"
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme)"
primary: teal
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.code.copy
icon:
edit: material/pencil
view: material/eye
plugins:
- search
- with-pdf:
cover_subtitle: A course for core consultants and data scientists.
markdown_extensions:
- md_in_html
- admonition
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- markdown_include.include:
base_path: docs