-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs_base.yml
More file actions
81 lines (80 loc) · 2.18 KB
/
Copy pathmkdocs_base.yml
File metadata and controls
81 lines (80 loc) · 2.18 KB
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
# This file is augmented with more nav pages by drush mk:docs command.
site_name: Polymer
site_author: 'Les Peabody'
site_description: A tool for facilitating WebOps workflows.
site_dir: docs_site
theme:
name: material
icon:
repo: fontawesome/brands/github
custom_dir: docs/overrides
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
repo_url: https://github.com/digitalpolygon/polymer
repo_name: digitalpolygon/polymer
edit_uri: blob/0.x/docs
site_url: https://digitalpolygon.github.io/polymer/latest/
plugins:
- edit_url
- search
- markdownextradata
- git-revision-date-localized:
exclude:
- commands/*
- mike:
canonical_version: latest
alias_type: redirect
extra:
composer:
default_branch: 0.x
default_constraint: dev-0.x
version:
provider: mike
alias: true
markdown_extensions:
- toc:
permalink: true
- admonition: { }
- meta: { }
- pymdownx.magiclink: { }
- pymdownx.details: { }
- pymdownx.keys: { }
- pymdownx.snippets: { }
- pymdownx.highlight:
use_pygments: true
# https://github.com/squidfunk/mkdocs-material/issues/506#issuecomment-338007823
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.inlinehilite: { }
- pymdownx.superfences: { }
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: '!!python/name:material.extensions.emoji.twemoji'
emoji_generator: '!!python/name:material.extensions.emoji.to_svg'
nav:
- Home: index.md
- Development:
- Extending Polymer: developing/extending_polymer.md
- Configuration management: developing/configuration.md
- Command invoker service: developing/command_invoker.md
- Use:
- Artifacts and Builds: artifacts.md