-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
89 lines (81 loc) · 2.06 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Project information
site_name: Pass Culture Data Documentation
site_url: https://pass-culture.github.io/data-gcp
site_author: Pass Culture Team
site_description: Documentation for Pass Culture's data repository, providing insights and resources for cultural accessibility projects.
# Repository
repo_name: pass-culture/data-gcp
repo_url: https://github.com/pass-culture/data-gcp
# Copyright
copyright: Copyright © 2024 Pass Culture
hooks:
- docs/hooks.py
theme:
name: material
custom_dir: docs/assets/material/overrides
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme:
primary: white
accent: purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme:
primary: black
accent: purple
toggle:
icon: material/toggle-switch-off
name: Switch to light mode
font:
text: "Arial, sans-serif"
code: Roboto Mono
favicon: assets/favicon.png
logo: https://upload.wikimedia.org/wikipedia/commons/4/4f/Logo_du_Pass_Culture.png
nav:
- Home: index.md
- Data Models:
- Overview: dbt/overview.md
- ... | dbt/models/mart/*/description*.md
- Glossary:
- Overview: dbt/glossary.md
- ... | dbt/glossary/*/column*.md
- Data Science:
- Overview: team/ds/overview.md
- Recommendation: team/ds/recommendation.md
- Data Engineering:
- Overview: team/de/overview.md
- About: about.md
# Plugins
plugins:
- search:
separator: "[\\s\\-.,;:_]+"
lang: fr
- include-markdown
- awesome-pages
# Markdown Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- attr_list
- tables
- pymdownx.emoji
- pymdownx.details
- pymdownx.superfences