-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
109 lines (109 loc) · 3.16 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Dbt Adapter for Fabric Spark - By Insight
site_url: https://fluffy-couscous-p8yev1r.pages.github.io/
repo_url: https://github.com/Insight-Services-APAC/APAC-Capability-DAI-DbtFabricSparkNb
repo_name: Dbt Fabric Spark
edit_uri: edit/main/docs/
theme:
name : material
custom_dir: docs/overrides
logo: assets/insight_logo_only.png
palette:
scheme: insight
primary: custom
accent: custom
features:
- content.tooltips
- navigation.top
- navigation.path
- toc.integrate
- content.action.edit
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- content.code.copy
- content.code.select
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search
- mkdocs-nav-weight
- table-reader
- drawio
- macros:
include_yaml:
- bundle: docs/data/bundle.yml
- redirects:
redirect_maps:
'user_guide/index.md': 'user_guide/initial_setup.md'
'developer_guide/index.md': 'developer_guide/initial_setup.md'
'documentation_guide/index.md': 'documentation_guide/initial_setup.md'
exclude_docs: |
data/*
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra_css:
- assets/stylesheets/extra.css
extra:
site_url: https://legendary-adventure-22vkokv.pages.github.io
client_organisation: "AdventureWorks"
project_start: "2024-07-01"
analytics:
provider: google
property: G-K2F0EYYZSP
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
By Insight Enterprises –
<a href="#__consent">Change cookie settings</a>