-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
96 lines (87 loc) · 2.17 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
#Project Information
site_name: HCL Digital Experience Help Center
site_url: https://opensource.hcltechsw.com/digital-experience/
site_description: >-
HCL Digital Experience documentation for users and admins.
# Theme Configuration
theme:
name: material
logo: assets/dx_logo.png
language: en
features:
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.instant
- navigation.prune
- search.highlight
- search.share
- search.suggest
- navigation.prune
- content.code.copy
- content.action.edit
custom_dir: theme_overrides/
icon:
repo: fontawesome/brands/github
edit: fontawesome/regular/pen-to-square
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
# Static files
static_templates:
- 404.html
# Markdown Extensions
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: false
linenums: false
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
title: On this page
# Copyright
copyright: >-
Copyright © 2019-2024, HCL Technologies Limited -
<a href="#__consent">Change cookie settings</a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/HCL-TECH-SOFTWARE
version:
provider: mike
analytics:
provider: custom
property: G-7LF0XY95M1
# Repository
repo_url: https://github.com/HCL-TECH-SOFTWARE/digital-experience
repo_name: HCL-TECH-SOFTWARE/digital-experience
edit_uri: edit/main/docs
# Customization
extra_css:
- assets/stylesheets/style.css
extra_javascript:
- javascripts/extra.js
plugins:
- awesome-pages
- search
- tags
- mike:
canonical_version: latest
alias_type: redirect
- git-revision-date-localized:
type: date