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