From 5dcd0abe168d68c0576d8f421ca1197dfe77f41d Mon Sep 17 00:00:00 2001 From: ParampreetR Date: Mon, 28 Feb 2022 11:00:49 +0530 Subject: [PATCH] Upgraded `mkdocs-material` from `5.2.3` to `8.2.3` --- docs/en/mkdocs.yml | 65 +++++++++++++++++++++++----------------------- requirements.txt | 2 +- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index b3edf1c..3bd1e5d 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -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" diff --git a/requirements.txt b/requirements.txt index f6798a4..5215838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material==5.2.3 +mkdocs-material==8.2.3 mkdocs==1.2.3