mkdocs-material/mkdocs.yml

251 lines
8.0 KiB
YAML
Raw Normal View History

# Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
2016-02-04 17:03:20 +03:00
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
2016-12-28 18:20:52 +03:00
site_name: Material for MkDocs
site_url: https://squidfunk.github.io/mkdocs-material/
2016-02-04 17:03:20 +03:00
site_author: Martin Donath
2020-03-26 17:23:22 +03:00
site_description: >-
Create a branded static site from a set of Markdown files to host the
documentation of your Open Source or commercial project
2016-02-04 17:03:20 +03:00
# Repository
2016-09-23 12:56:25 +03:00
repo_name: squidfunk/mkdocs-material
2016-02-09 14:58:55 +03:00
repo_url: https://github.com/squidfunk/mkdocs-material
2016-02-04 17:03:20 +03:00
# Copyright
2022-01-16 23:12:35 +03:00
copyright: Copyright &copy; 2016 - 2022 Martin Donath
2016-02-04 17:03:20 +03:00
2017-11-03 16:25:37 +03:00
# Configuration
2017-10-31 19:03:42 +03:00
theme:
name: null
2021-06-15 12:35:14 +03:00
custom_dir: !ENV [THEME_DIR, "material"]
2017-10-31 19:03:42 +03:00
2021-02-25 19:29:11 +03:00
# Static files
static_templates:
- 404.html
2017-10-31 22:25:30 +03:00
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
2021-05-30 13:40:01 +03:00
language: en
2020-03-05 18:44:55 +03:00
features:
# - announce.dismiss
2021-07-18 18:57:45 +03:00
- content.code.annotate
2021-10-10 13:19:14 +03:00
# - content.tabs.link
2022-05-08 18:50:57 +03:00
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
2022-05-25 10:57:20 +03:00
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
2021-06-15 11:55:13 +03:00
- search.highlight
- search.share
- search.suggest
2022-02-06 13:12:14 +03:00
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
2022-06-11 12:09:20 +03:00
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
2022-05-08 18:50:57 +03:00
primary: indigo
accent: indigo
toggle:
2022-06-11 12:09:20 +03:00
icon: material/brightness-4
name: Switch to light mode
2017-10-31 20:21:09 +03:00
font:
text: Roboto
code: Roboto Mono
2020-07-23 11:23:32 +03:00
favicon: assets/favicon.png
2020-02-27 13:37:02 +03:00
icon:
2022-01-30 11:19:56 +03:00
logo: logo
2016-02-04 17:03:20 +03:00
# Plugins
plugins:
2022-01-29 21:14:23 +03:00
- search
- redirects:
redirect_maps:
2021-04-04 11:34:49 +03:00
changelog/insiders.md: insiders/changelog.md
2022-04-02 14:22:14 +03:00
conventions.md: philosophy.md
2022-05-08 18:50:57 +03:00
reference/abbreviations.md: reference/tooltips.md
2021-12-16 19:08:57 +03:00
reference/meta-tags.md: reference/index.md
2021-10-12 14:53:47 +03:00
reference/variables.md: https://mkdocs-macros-plugin.readthedocs.io/
2021-03-21 16:04:29 +03:00
sponsorship.md: insiders/index.md
2021-12-16 19:08:57 +03:00
upgrading.md: upgrade.md
2019-12-22 19:42:58 +03:00
- minify:
minify_html: true
2017-11-03 16:25:37 +03:00
# Customization
2016-02-04 17:03:20 +03:00
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
2021-06-06 18:32:30 +03:00
analytics:
provider: google
property: UA-12345 #!ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >- # !
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
social:
2020-03-09 23:14:47 +03:00
- icon: fontawesome/brands/github
link: https://github.com/squidfunk
2020-03-09 23:14:47 +03:00
- icon: fontawesome/brands/gitter
link: https://gitter.im/squidfunk/mkdocs-material
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/squidfunk/mkdocs-material/
2022-01-28 21:13:21 +03:00
- icon: fontawesome/brands/python
link: https://pypi.org/project/mkdocs-material/
2020-02-27 13:37:02 +03:00
- icon: fontawesome/brands/twitter
link: https://twitter.com/squidfunk
2016-02-04 17:03:20 +03:00
# Extensions
markdown_extensions:
- abbr
2022-01-29 18:11:11 +03:00
- admonition
- attr_list
- def_list
- footnotes
- meta
2020-12-21 19:38:58 +03:00
- md_in_html
- toc:
2017-10-20 10:37:18 +03:00
permalink: true
2020-07-24 17:11:42 +03:00
- pymdownx.arithmatex:
generic: true
2017-10-20 10:37:18 +03:00
- pymdownx.betterem:
smart_enable: all
2016-11-02 21:21:14 +03:00
- pymdownx.caret
2017-08-29 09:17:26 +03:00
- pymdownx.details
2017-01-10 00:25:15 +03:00
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
2022-01-30 17:30:40 +03:00
emoji_index: !!python/name:materialx.emoji.twemoji
2021-12-08 23:53:52 +03:00
- pymdownx.highlight:
2021-12-10 12:12:07 +03:00
anchor_linenums: true
2016-11-02 21:21:14 +03:00
- pymdownx.inlinehilite
2018-01-12 01:17:33 +03:00
- pymdownx.keys
2019-01-29 13:07:18 +03:00
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
2016-11-02 21:21:14 +03:00
- pymdownx.mark
- pymdownx.smartsymbols
2020-08-30 14:05:58 +03:00
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
2020-08-30 14:05:58 +03:00
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
2017-10-20 10:37:18 +03:00
- pymdownx.tasklist:
custom_checkbox: true
2016-11-02 21:21:14 +03:00
- pymdownx.tilde
2016-02-04 17:03:20 +03:00
# Page tree
2018-08-04 20:53:13 +03:00
nav:
- Home: index.md
- Getting started:
- Installation: getting-started.md
- Creating your site: creating-your-site.md
- Publishing your site: publishing-your-site.md
- Customization: customization.md
- Browser support: browser-support.md
2022-04-02 14:22:14 +03:00
- Philosophy: philosophy.md
- Alternatives: alternatives.md
- License: license.md
2021-10-10 23:32:32 +03:00
- Changelog:
- changelog/index.md
- How to upgrade: upgrade.md
2020-07-21 17:01:22 +03:00
- Setup:
- Changing the colors: setup/changing-the-colors.md
- Changing the fonts: setup/changing-the-fonts.md
- Changing the language: setup/changing-the-language.md
- Changing the logo and icons: setup/changing-the-logo-and-icons.md
2022-02-20 21:49:23 +03:00
- Ensuring data privacy: setup/ensuring-data-privacy.md
2020-07-21 17:01:22 +03:00
- Setting up navigation: setup/setting-up-navigation.md
- Setting up site search: setup/setting-up-site-search.md
2020-07-22 10:54:17 +03:00
- Setting up site analytics: setup/setting-up-site-analytics.md
2021-07-25 16:40:40 +03:00
- Setting up social cards: setup/setting-up-social-cards.md
2021-05-01 18:53:39 +03:00
- Setting up tags: setup/setting-up-tags.md
- Setting up versioning: setup/setting-up-versioning.md
2020-08-30 17:51:03 +03:00
- Setting up the header: setup/setting-up-the-header.md
2020-10-11 13:20:36 +03:00
- Setting up the footer: setup/setting-up-the-footer.md
- Adding a git repository: setup/adding-a-git-repository.md
2020-07-21 17:01:22 +03:00
- Adding a comment system: setup/adding-a-comment-system.md
2022-02-27 17:08:31 +03:00
- Building for offline usage: setup/building-for-offline-usage.md
- Extensions:
- setup/extensions/index.md
- Python Markdown: setup/extensions/python-markdown.md
- Python Markdown Extensions: setup/extensions/python-markdown-extensions.md
- Reference:
2021-12-16 19:08:57 +03:00
- reference/index.md
- Admonitions: reference/admonitions.md
2022-01-11 12:19:33 +03:00
- Annotations: reference/annotations.md
2020-07-27 13:32:24 +03:00
- Buttons: reference/buttons.md
- Code blocks: reference/code-blocks.md
- Content tabs: reference/content-tabs.md
2020-08-04 23:22:47 +03:00
- Data tables: reference/data-tables.md
- Diagrams: reference/diagrams.md
- Footnotes: reference/footnotes.md
2020-07-27 13:05:07 +03:00
- Formatting: reference/formatting.md
2022-03-27 15:01:30 +03:00
- Grids: reference/grids.md
- Icons, Emojis: reference/icons-emojis.md
- Images: reference/images.md
- Lists: reference/lists.md
2020-07-24 17:11:42 +03:00
- MathJax: reference/mathjax.md
2022-05-08 18:50:57 +03:00
- Tooltips: reference/tooltips.md
2021-03-21 16:04:29 +03:00
- Insiders:
- insiders/index.md
2021-03-21 16:04:29 +03:00
- Getting started:
- Installation: insiders/getting-started.md
- Changelog: insiders/changelog.md
2021-09-13 17:13:05 +03:00
- Blog:
- blog/index.md
2022-05-05 10:36:38 +03:00
- 2022:
- blog/2022/chinese-search-support.md
2021-09-13 17:13:05 +03:00
- 2021:
- blog/2021/the-past-present-and-future.md
- blog/2021/excluding-content-from-search.md
2021-09-13 17:13:05 +03:00
- blog/2021/search-better-faster-smaller.md