-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
80 lines (72 loc) · 1.88 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
site_name: Source++ Docs
theme:
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
logo: assets/logo.svg
favicon: assets/logo.svg
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.instant
- navigation.top
- navigation.tracking
- navigation.top
- toc.integrate
# - navigation.sections
plugins:
- search
- awesome-pages
- macros
- git-revision-date-localized
extra_css:
- stylesheets/extra.css
- stylesheets/jquery.fancybox.min.css
extra_js:
- assets/extra.js
extra_javascript:
- https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js
- https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js
extra:
homepage: https://sourceplus.plus
version:
provider: mike
social:
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/sourceplusplus
- icon: fontawesome/brands/github
link: https://github.com/sourceplusplus
analytics:
provider: google
property: UA-111677030-1
spp:
latest_version: 0.7.9
markdown_extensions:
- attr_list
- fancyboxmd:
preview_width: "1000"
- admonition
- pymdownx.details
- toc:
permalink: ⚓︎
toc_depth: 3
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx.inline
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- footnotes
- pymdownx.keys
copyright: © 2022-2023 | CodeBrig, Inc. | All Rights Reserved.
repo_url: https://github.com/sourceplusplus/interface-jetbrains
edit_uri: https://github.com/sourceplusplus/documentation/tree/master/docs/