-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
86 lines (83 loc) · 2.26 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
site_name: Generative AI Accelerator - By Insight APAC
site_url: https://sturdy-fiesta-oz8q5k4.pages.github.io/
repo_url: https://github.com/Insight-Services-APAC/Insight_Ingenious
repo_name: Insight_Ingenious
edit_uri: edit/main/docs/
theme:
name : material
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:
'getting_started/index.md': 'getting_started/installation.md'
'developer_guide/index.md': 'developer_guide/overview.md'
'documentation_guide/index.md': 'documentation_guide/overview.md'
'about/index.md': 'about/release_notes.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://github.com/Insight-Services-APAC/Insight_Ingenious
client_organisation: "Insight Ingenious"
project_start: "2024-07-01"
# 'user_guide/index.md': 'user_guide/installation.md'