Upgraded `mkdocs-material` from `5.2.3` to `8.2.3`

This commit is contained in:
ParampreetR 2022-02-28 11:00:49 +05:30
parent 1158bc3b7c
commit 5dcd0abe16
No known key found for this signature in database
GPG Key ID: 8F331E04023B006B
2 changed files with 34 additions and 33 deletions

View File

@ -1,59 +1,60 @@
# Project information # Project information
site_name: 'Sailfish Documentation' site_name: "Sailfish Documentation"
# site_description: 'Sailfish Documentation' # site_description: 'Sailfish Documentation'
site_author: 'Ryohei Machida' site_author: "Ryohei Machida"
# site_url: 'https://***.com' # site_url: 'https://***.com'
# Copyright # Copyright
copyright: '© 2020 Ryohei Machida' copyright: "© 2020 Ryohei Machida"
# Repository # Repository
repo_name: 'rust-sailfish/sailfish' repo_name: "rust-sailfish/sailfish"
repo_url: 'https://github.com/rust-sailfish/sailfish' repo_url: "https://github.com/rust-sailfish/sailfish"
# Configuration # Configuration
theme: theme:
name: 'material' name: "material"
language: 'en' language: "en"
logo: 'images/logo.svg' logo: "images/logo.svg"
palette: palette:
scheme: 'default' scheme: "default"
primary: 'deep purple' primary: "deep purple"
accent: 'deep purple' accent: "deep purple"
favicon: 'images/favicon.ico' favicon: "images/favicon.ico"
font: font:
text: 'Ubuntu' text: "Ubuntu"
code: 'Ubuntu Mono' code: "Ubuntu Mono"
features: features:
- 'navigation.expand' - "navigation.expand"
# Extensions # Extensions
markdown_extensions: markdown_extensions:
- 'admonition' - "admonition"
- 'footnotes' - "footnotes"
- 'pymdownx.highlight' - "pymdownx.highlight"
- 'pymdownx.tabbed' - "pymdownx.tabbed":
- 'pymdownx.superfences': alternate_style: true
- "pymdownx.superfences":
custom_fences: custom_fences:
- name: mermaid - name: mermaid
class: mermaid class: mermaid
extra_css: extra_css:
- 'assets/css/custom.css' - "assets/css/custom.css"
extra: extra:
social: social:
- icon: 'fontawesome/brands/github-alt' - icon: "fontawesome/brands/github-alt"
link: 'https://github.com/rust-sailfish' link: "https://github.com/rust-sailfish"
# Page tree # Page tree
nav: nav:
- 'Welcome': 'index.md' - "Welcome": "index.md"
- 'Installation': 'installation.md' - "Installation": "installation.md"
- 'Getting Started': 'getting-started.md' - "Getting Started": "getting-started.md"
- 'Configuration': 'options.md' - "Configuration": "options.md"
- 'Syntax': - "Syntax":
- 'Overview': 'syntax/overview.md' - "Overview": "syntax/overview.md"
- 'Tags': 'syntax/tags.md' - "Tags": "syntax/tags.md"
- 'Includes': 'syntax/includes.md' - "Includes": "syntax/includes.md"
- 'Filters': 'syntax/filters.md' - "Filters": "syntax/filters.md"

View File

@ -1,2 +1,2 @@
mkdocs-material==5.2.3 mkdocs-material==8.2.3
mkdocs==1.2.3 mkdocs==1.2.3