forked from Amplitude-Developer-Docs/amplitude-dev-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
insiders.local.build.yml
27 lines (21 loc) · 1.11 KB
/
insiders.local.build.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
# glightbox plugin significantly increases time to build, so use this config file for building locally with INSIDERS.
# Don't use this build configuration unless you have Insiders installed locally.
INHERIT: mkdocs.yml
extra_css:
- stylesheets/extra.css
plugins:
- search
- tags #insiders
- git-revision-date
#- glightbox Leave this commented out for local builds -- super SLOW plugin. If you need to test lightbox functionality, use insiders.mkdocs.yml instead.
- social: #insiders
cards_color:
fill: "#1E61F0"
text: "#FFFFFF"
cards_font: IBM Plex Sans
# glightbox significantly increases time to build, so use this config file for building locally with insiders.
# Long explanation for this extra doc.
# In order to use config inheritance, everything must use the alternative syntax (key:value vs lists)
# Lists are replaced wholesale with config inheritence.
# I couldn't get alternative syntax to work on mkdocs.yml without throwing constant errors and strange behavior.
# For now, mkdocs.yml plugins need to be all NON-insiders plugins, and insiders.mkdocs.yml is ALL plugins.