Downloads:
72,335
Downloads of v 2.6.4:
374
Last Update:
22 Feb 2018
Package Maintainer(s):
Software Author(s):
- Martin Donath
Tags:
mkdocs markdown documentation material foss cross-platform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MkDocs Material Theme
This is not the latest version of MkDocs Material Theme available.
- 1
- 2
- 3
2.6.4 | Updated: 22 Feb 2018
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
72,335
Downloads of v 2.6.4:
374
Maintainer(s):
Software Author(s):
- Martin Donath
MkDocs Material Theme 2.6.4
This is not the latest version of MkDocs Material Theme available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Martin Donath. The inclusion of Martin Donath trademark(s), if any, upon this webpage is solely to identify Martin Donath goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MkDocs Material Theme, run the following command from the command line or from PowerShell:
To upgrade MkDocs Material Theme, run the following command from the command line or from PowerShell:
To uninstall MkDocs Material Theme, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mkdocs-material --internalize --version=2.6.4 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mkdocs-material -y --source="'INTERNAL REPO URL'" --version="'2.6.4'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mkdocs-material -y --source="'INTERNAL REPO URL'" --version="'2.6.4'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mkdocs-material
win_chocolatey:
name: mkdocs-material
version: '2.6.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mkdocs-material' do
action :install
source 'INTERNAL REPO URL'
version '2.6.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mkdocs-material
{
Name = "mkdocs-material"
Version = "2.6.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mkdocs-material':
ensure => '2.6.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Feb 2018.
Material is a theme for MkDocs, an excellent static site generator geared towards project documentation. It is built using Google's material design guidelines, full responsive, optimized for touch and pointer devices as well as all sorts of screen sizes.
Features
- Beautiful, readable and very user-friendly design based on Google's material design guidelines, packed in a full responsive template with a well-defined and easily customizable color palette, great typography, as well as a beautiful search interface and footer.
- Well-tested and optimized Javascript and CSS including a cross-browser fixed/sticky header, a drawer that even works without Javascript using the checkbox hack with fallbacks, responsive tables that scroll when the screen is too small and well-defined print styles.
- Extra configuration options like a project logo, links to the authors GitHub and Twitter accounts, display of the amount of stars the project has on GitHub and Google Analytics integration.
- Easily extendable and customizable due to a well-designed asset pipeline built on-top of Gulp with npm and bower and modular and abstracted style definitions built with SASS.
- Web application capability on iOS - when the page is saved to the homescreen, it behaves and looks like a native application.
python -m pip uninstall mkdocs-material -y
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MkDocs Material Theme 9.5.45 | 23 | Wednesday, November 20, 2024 | Approved | |
MkDocs Material Theme 9.5.44 | 36 | Wednesday, November 6, 2024 | Approved | |
MkDocs Material Theme 9.5.43 | 20 | Thursday, October 31, 2024 | Approved | |
MkDocs Material Theme 9.5.42 | 38 | Sunday, October 20, 2024 | Approved | |
MkDocs Material Theme 9.5.41 | 35 | Tuesday, October 15, 2024 | Approved | |
MkDocs Material Theme 9.5.40 | 35 | Thursday, October 10, 2024 | Approved | |
MkDocs Material Theme 9.5.39 | 49 | Sunday, September 29, 2024 | Approved | |
MkDocs Material Theme 9.5.38 | 37 | Thursday, September 26, 2024 | Approved | |
MkDocs Material Theme 9.5.37 | 25 | Wednesday, September 25, 2024 | Approved | |
MkDocs Material Theme 9.5.36 | 45 | Saturday, September 21, 2024 | Approved | |
MkDocs Material Theme 9.5.35 | 43 | Wednesday, September 18, 2024 | Approved | |
MkDocs Material Theme 9.5.34 | 63 | Saturday, August 31, 2024 | Approved | |
MkDocs Material Theme 9.5.33 | 42 | Friday, August 23, 2024 | Approved | |
MkDocs Material Theme 9.5.32 | 44 | Monday, August 19, 2024 | Approved | |
MkDocs Material Theme 9.5.31 | 59 | Friday, August 2, 2024 | Approved | |
MkDocs Material Theme 9.5.30 | 60 | Tuesday, July 23, 2024 | Approved | |
MkDocs Material Theme 9.5.29 | 67 | Sunday, July 14, 2024 | Approved | |
MkDocs Material Theme 9.5.28 | 62 | Tuesday, July 2, 2024 | Approved | |
MkDocs Material Theme 9.5.27 | 84 | Sunday, June 16, 2024 | Approved | |
MkDocs Material Theme 9.5.26 | 66 | Thursday, June 6, 2024 | Approved | |
MkDocs Material Theme 9.5.25 | 62 | Monday, May 27, 2024 | Approved | |
MkDocs Material Theme 9.5.24 | 60 | Monday, May 20, 2024 | Approved | |
MkDocs Material Theme 9.5.23 | 60 | Wednesday, May 15, 2024 | Approved | |
MkDocs Material Theme 9.5.22 | 57 | Sunday, May 12, 2024 | Approved | |
MkDocs Material Theme 9.5.21 | 69 | Friday, May 3, 2024 | Approved | |
MkDocs Material Theme 9.5.20 | 55 | Monday, April 29, 2024 | Approved | |
MkDocs Material Theme 9.5.19 | 46 | Thursday, April 25, 2024 | Approved | |
MkDocs Material Theme 9.5.18 | 80 | Tuesday, April 16, 2024 | Approved | |
MkDocs Material Theme 9.5.17 | 63 | Tuesday, April 2, 2024 | Approved | |
MkDocs Material Theme 9.5.16 | 43 | Sunday, March 31, 2024 | Approved | |
MkDocs Material Theme 9.5.15 | 63 | Saturday, March 23, 2024 | Approved | |
MkDocs Material Theme 9.5.14 | 54 | Monday, March 18, 2024 | Approved | |
MkDocs Material Theme 9.5.13 | 73 | Wednesday, March 6, 2024 | Approved | |
MkDocs Material Theme 9.5.12 | 53 | Thursday, February 29, 2024 | Approved | |
MkDocs Material Theme 9.5.11 | 59 | Saturday, February 24, 2024 | Approved | |
MkDocs Material Theme 9.5.10 | 58 | Monday, February 19, 2024 | Approved | |
MkDocs Material Theme 9.5.9 | 65 | Saturday, February 10, 2024 | Approved | |
MkDocs Material Theme 9.5.8 | 54 | Wednesday, February 7, 2024 | Approved | |
MkDocs Material Theme 9.5.7 | 48 | Saturday, February 3, 2024 | Approved | |
MkDocs Material Theme 9.5.6 | 58 | Sunday, January 28, 2024 | Approved | |
MkDocs Material Theme 9.5.5 | 57 | Wednesday, January 24, 2024 | Approved | |
MkDocs Material Theme 9.5.4 | 48 | Monday, January 22, 2024 | Approved | |
MkDocs Material Theme 9.2.6 | 259 | Thursday, August 31, 2023 | Approved | |
MkDocs Material Theme 9.2.5 | 78 | Sunday, August 27, 2023 | Approved | |
MkDocs Material Theme 9.2.4 | 57 | Saturday, August 26, 2023 | Approved | |
MkDocs Material Theme 9.2.3 | 74 | Tuesday, August 22, 2023 | Approved | |
MkDocs Material Theme 9.2.1 | 70 | Tuesday, August 22, 2023 | Approved | |
MkDocs Material Theme 9.2.0 | 55 | Monday, August 21, 2023 | Approved | |
MkDocs Material Theme 9.1.21 | 191 | Thursday, July 27, 2023 | Approved | |
MkDocs Material Theme 9.1.20 | 73 | Thursday, July 27, 2023 | Approved | |
MkDocs Material Theme 9.1.19 | 83 | Tuesday, July 18, 2023 | Approved | |
MkDocs Material Theme 9.1.18 | 107 | Monday, July 3, 2023 | Approved | |
MkDocs Material Theme 9.1.17 | 88 | Saturday, June 24, 2023 | Approved | |
MkDocs Material Theme 9.1.16 | 94 | Thursday, June 15, 2023 | Approved | |
MkDocs Material Theme 9.1.15 | 120 | Monday, May 29, 2023 | Approved | |
MkDocs Material Theme 9.1.14 | 105 | Saturday, May 20, 2023 | Approved | |
MkDocs Material Theme 9.1.13 | 80 | Wednesday, May 17, 2023 | Approved | |
MkDocs Material Theme 9.1.12 | 90 | Friday, May 12, 2023 | Approved | |
MkDocs Material Theme 9.1.11 | 86 | Tuesday, May 9, 2023 | Approved | |
MkDocs Material Theme 9.1.10 | 75 | Monday, May 8, 2023 | Approved | |
MkDocs Material Theme 9.1.9 | 116 | Tuesday, May 2, 2023 | Approved | |
MkDocs Material Theme 9.1.8 | 90 | Monday, April 24, 2023 | Approved | |
MkDocs Material Theme 9.1.7 | 76 | Saturday, April 22, 2023 | Approved | |
MkDocs Material Theme 9.1.6 | 125 | Friday, April 7, 2023 | Approved | |
MkDocs Material Theme 9.1.5 | 100 | Friday, March 31, 2023 | Approved | |
MkDocs Material Theme 9.1.4 | 88 | Friday, March 24, 2023 | Approved | |
MkDocs Material Theme 9.1.3 | 105 | Tuesday, March 14, 2023 | Approved | |
MkDocs Material Theme 9.1.2 | 88 | Friday, March 10, 2023 | Approved | |
MkDocs Material Theme 9.1.1 | 93 | Sunday, March 5, 2023 | Approved | |
MkDocs Material Theme 9.1.0 | 74 | Thursday, March 2, 2023 | Approved | |
MkDocs Material Theme 9.0.15 | 139 | Sunday, February 26, 2023 | Approved | |
MkDocs Material Theme 9.0.14 | 76 | Thursday, February 23, 2023 | Approved | |
MkDocs Material Theme 9.0.13 | 90 | Saturday, February 18, 2023 | Approved | |
MkDocs Material Theme 9.0.12 | 111 | Friday, February 10, 2023 | Approved | |
MkDocs Material Theme 9.0.11 | 95 | Friday, February 3, 2023 | Approved | |
MkDocs Material Theme 9.0.10 | 131 | Thursday, February 2, 2023 | Approved | |
MkDocs Material Theme 9.0.9 | 156 | Tuesday, January 31, 2023 | Approved | |
MkDocs Material Theme 9.0.8 | 134 | Sunday, January 29, 2023 | Approved | |
MkDocs Material Theme 9.0.7 | 75 | Saturday, January 28, 2023 | Approved | |
MkDocs Material Theme 9.0.6 | 106 | Friday, January 20, 2023 | Approved | |
MkDocs Material Theme 9.0.5 | 102 | Sunday, January 15, 2023 | Approved | |
MkDocs Material Theme 9.0.4 | 77 | Thursday, January 12, 2023 | Approved | |
MkDocs Material Theme 9.0.3 | 94 | Sunday, January 8, 2023 | Approved | |
MkDocs Material Theme 9.0.2 | 86 | Wednesday, January 4, 2023 | Approved | |
MkDocs Material Theme 9.0.1 | 74 | Tuesday, January 3, 2023 | Approved | |
MkDocs Material Theme 9.0.0 | 74 | Monday, January 2, 2023 | Approved | |
MkDocs Material Theme 8.5.11 | 127 | Wednesday, November 30, 2022 | Approved | |
MkDocs Material Theme 8.5.10 | 138 | Saturday, November 12, 2022 | Approved | |
MkDocs Material Theme 8.5.9 | 80 | Tuesday, November 8, 2022 | Approved | |
MkDocs Material Theme 8.5.8 | 108 | Thursday, November 3, 2022 | Approved | |
MkDocs Material Theme 8.5.7 | 100 | Saturday, October 22, 2022 | Approved | |
MkDocs Material Theme 8.5.6 | 154 | Sunday, October 2, 2022 | Approved | |
MkDocs Material Theme 8.5.5 | 65 | Saturday, October 1, 2022 | Approved | |
MkDocs Material Theme 8.5.4 | 65 | Saturday, October 1, 2022 | Approved | |
MkDocs Material Theme 8.5.3 | 127 | Tuesday, September 20, 2022 | Approved | |
MkDocs Material Theme 8.5.2 | 93 | Sunday, September 18, 2022 | Approved | |
MkDocs Material Theme 8.5.1 | 94 | Thursday, September 15, 2022 | Approved | |
MkDocs Material Theme 8.5.0 | 122 | Tuesday, September 13, 2022 | Approved | |
MkDocs Material Theme 8.4.4 | 84 | Monday, September 12, 2022 | Approved | |
MkDocs Material Theme 8.4.3 | 92 | Wednesday, September 7, 2022 | Approved | |
MkDocs Material Theme 8.4.2 | 111 | Saturday, August 27, 2022 | Approved | |
MkDocs Material Theme 8.4.1 | 111 | Monday, August 22, 2022 | Approved | |
MkDocs Material Theme 8.4.0 | 89 | Saturday, August 13, 2022 | Approved | |
MkDocs Material Theme 8.3.9 | 161 | Monday, July 4, 2022 | Approved | |
MkDocs Material Theme 8.3.8 | 119 | Friday, June 24, 2022 | Approved | |
MkDocs Material Theme 8.3.7 | 122 | Wednesday, June 22, 2022 | Approved | |
MkDocs Material Theme 8.3.6 | 99 | Thursday, June 16, 2022 | Approved | |
MkDocs Material Theme 8.3.5 | 89 | Tuesday, June 14, 2022 | Approved | |
MkDocs Material Theme 8.3.4 | 122 | Saturday, June 11, 2022 | Approved | |
MkDocs Material Theme 8.3.3 | 107 | Tuesday, June 7, 2022 | Approved | |
MkDocs Material Theme 8.3.2 | 107 | Sunday, June 5, 2022 | Approved | |
MkDocs Material Theme 8.3.1 | 81 | Saturday, June 4, 2022 | Approved | |
MkDocs Material Theme 8.3.0 | 113 | Thursday, June 2, 2022 | Approved | |
MkDocs Material Theme 8.2.16 | 105 | Saturday, May 28, 2022 | Approved | |
MkDocs Material Theme 8.2.15 | 135 | Saturday, May 14, 2022 | Approved | |
MkDocs Material Theme 8.2.14 | 128 | Sunday, May 8, 2022 | Approved | |
MkDocs Material Theme 8.2.13 | 127 | Monday, May 2, 2022 | Approved | |
MkDocs Material Theme 8.2.12 | 92 | Saturday, April 30, 2022 | Approved | |
MkDocs Material Theme 8.2.11 | 119 | Monday, April 25, 2022 | Approved | |
MkDocs Material Theme 8.2.10 | 89 | Sunday, April 24, 2022 | Approved | |
MkDocs Material Theme 8.2.9 | 143 | Saturday, April 9, 2022 | Approved | |
MkDocs Material Theme 8.2.8 | 158 | Sunday, March 27, 2022 | Approved | |
MkDocs Material Theme 8.2.7 | 129 | Thursday, March 24, 2022 | Approved | |
MkDocs Material Theme 8.2.6 | 104 | Wednesday, March 23, 2022 | Approved | |
MkDocs Material Theme 8.2.5 | 157 | Sunday, March 6, 2022 | Approved | |
MkDocs Material Theme 8.2.4 | 137 | Wednesday, March 2, 2022 | Approved | |
MkDocs Material Theme 8.2.3 | 125 | Sunday, February 27, 2022 | Approved | |
MkDocs Material Theme 8.2.2 | 106 | Saturday, February 26, 2022 | Approved | |
MkDocs Material Theme 8.2.1 | 155 | Thursday, February 17, 2022 | Approved | |
MkDocs Material Theme 8.1.11 | 154 | Friday, February 11, 2022 | Approved | |
MkDocs Material Theme 8.1.10 | 121 | Sunday, February 6, 2022 | Approved | |
MkDocs Material Theme 8.1.9 | 112 | Sunday, January 30, 2022 | Approved | |
MkDocs Material Theme 8.1.8 | 128 | Sunday, January 23, 2022 | Approved | |
MkDocs Material Theme 8.1.7 | 144 | Sunday, January 16, 2022 | Approved | |
MkDocs Material Theme 8.1.6 | 121 | Tuesday, January 11, 2022 | Approved | |
MkDocs Material Theme 8.1.5 | 86 | Sunday, January 9, 2022 | Approved | |
MkDocs Material Theme 8.1.4 | 140 | Sunday, January 2, 2022 | Approved | |
MkDocs Material Theme 8.1.3 | 145 | Sunday, December 19, 2021 | Approved | |
MkDocs Material Theme 8.1.2 | 116 | Wednesday, December 15, 2021 | Approved | |
MkDocs Material Theme 8.1.1 | 105 | Monday, December 13, 2021 | Approved | |
MkDocs Material Theme 8.1.0 | 121 | Friday, December 10, 2021 | Approved | |
MkDocs Material Theme 8.0.5 | 123 | Tuesday, December 7, 2021 | Approved | |
MkDocs Material Theme 8.0.4 | 114 | Saturday, December 4, 2021 | Approved | |
MkDocs Material Theme 8.0.3 | 101 | Thursday, December 2, 2021 | Approved | |
MkDocs Material Theme 8.0.2 | 110 | Tuesday, November 30, 2021 | Approved | |
MkDocs Material Theme 8.0.1 | 106 | Monday, November 29, 2021 | Approved | |
MkDocs Material Theme 8.0.0 | 74 | Sunday, November 28, 2021 | Approved | |
MkDocs Material Theme 7.3.6 | 251 | Saturday, October 30, 2021 | Approved | |
MkDocs Material Theme 7.3.5 | 124 | Thursday, October 28, 2021 | Approved | |
MkDocs Material Theme 7.3.4 | 229 | Sunday, October 17, 2021 | Approved | |
MkDocs Material Theme 7.3.3 | 120 | Monday, October 11, 2021 | Approved | |
MkDocs Material Theme 7.3.2 | 200 | Wednesday, October 6, 2021 | Approved | |
MkDocs Material Theme 7.3.1 | 126 | Saturday, October 2, 2021 | Approved | |
MkDocs Material Theme 7.3.0 | 147 | Thursday, September 23, 2021 | Approved | |
MkDocs Material Theme 7.2.8 | 116 | Monday, September 20, 2021 | Approved | |
MkDocs Material Theme 7.2.7 | 103 | Sunday, September 19, 2021 | Approved | |
MkDocs Material Theme 7.2.6 | 174 | Thursday, September 2, 2021 | Approved | |
MkDocs Material Theme 7.2.5 | 145 | Wednesday, August 25, 2021 | Approved | |
MkDocs Material Theme 7.2.4 | 153 | Thursday, August 12, 2021 | Approved | |
MkDocs Material Theme 7.2.3 | 118 | Tuesday, August 10, 2021 | Approved | |
MkDocs Material Theme 7.2.2 | 177 | Saturday, July 31, 2021 | Approved | |
MkDocs Material Theme 7.2.1 | 129 | Sunday, July 25, 2021 | Approved | |
MkDocs Material Theme 7.2.0 | 159 | Wednesday, July 21, 2021 | Approved | |
MkDocs Material Theme 7.1.11 | 202 | Sunday, July 18, 2021 | Approved | |
MkDocs Material Theme 7.1.10 | 271 | Saturday, July 10, 2021 | Approved | |
MkDocs Material Theme 7.1.9 | 171 | Friday, June 25, 2021 | Approved | |
MkDocs Material Theme 7.1.8 | 201 | Saturday, June 12, 2021 | Approved | |
MkDocs Material Theme 7.1.7 | 184 | Sunday, June 6, 2021 | Approved | |
MkDocs Material Theme 7.1.6 | 144 | Sunday, May 30, 2021 | Approved | |
MkDocs Material Theme 7.1.5 | 163 | Wednesday, May 19, 2021 | Approved | |
MkDocs Material Theme 7.1.4 | 170 | Thursday, May 6, 2021 | Approved | |
MkDocs Material Theme 7.1.3 | 167 | Saturday, April 24, 2021 | Approved | |
MkDocs Material Theme 7.1.2 | 167 | Sunday, April 18, 2021 | Approved | |
MkDocs Material Theme 7.1.1 | 187 | Saturday, April 10, 2021 | Approved | |
MkDocs Material Theme 7.1.0 | 199 | Monday, March 29, 2021 | Approved | |
MkDocs Material Theme 7.0.7 | 134 | Sunday, March 28, 2021 | Approved | |
MkDocs Material Theme 7.0.6 | 188 | Sunday, March 14, 2021 | Approved | |
MkDocs Material Theme 7.0.5 | 186 | Monday, March 8, 2021 | Approved | |
MkDocs Material Theme 7.0.4 | 134 | Thursday, March 4, 2021 | Approved | |
MkDocs Material Theme 7.0.3 | 175 | Friday, February 26, 2021 | Approved | |
MkDocs Material Theme 7.0.2 | 138 | Thursday, February 25, 2021 | Approved | |
MkDocs Material Theme 7.0.1 | 157 | Thursday, February 25, 2021 | Approved | |
MkDocs Material Theme 7.0.0 | 147 | Tuesday, February 23, 2021 | Approved | |
MkDocs Material Theme 6.2.8 | 210 | Friday, February 5, 2021 | Approved | |
MkDocs Material Theme 6.2.7 | 168 | Sunday, January 31, 2021 | Approved | |
MkDocs Material Theme 6.2.6 | 229 | Tuesday, January 26, 2021 | Approved | |
MkDocs Material Theme 6.2.5 | 235 | Sunday, January 17, 2021 | Approved | |
MkDocs Material Theme 6.2.4 | 210 | Saturday, January 9, 2021 | Approved | |
MkDocs Material Theme 6.2.3 | 246 | Sunday, December 27, 2020 | Approved | |
MkDocs Material Theme 6.2.2 | 168 | Tuesday, December 22, 2020 | Approved | |
MkDocs Material Theme 6.2.0 | 126 | Tuesday, December 22, 2020 | Approved | |
MkDocs Material Theme 6.1.7 | 214 | Sunday, December 6, 2020 | Approved | |
MkDocs Material Theme 6.1.6 | 195 | Sunday, November 22, 2020 | Approved | |
MkDocs Material Theme 6.1.5 | 209 | Sunday, November 15, 2020 | Approved | |
MkDocs Material Theme 6.1.4 | 231 | Sunday, November 8, 2020 | Approved | |
MkDocs Material Theme 6.1.3 | 157 | Friday, November 6, 2020 | Approved | |
MkDocs Material Theme 6.1.2 | 182 | Saturday, October 31, 2020 | Approved | |
MkDocs Material Theme 6.1.0 | 232 | Saturday, October 17, 2020 | Approved | |
MkDocs Material Theme 6.0.2 | 261 | Sunday, October 4, 2020 | Approved | |
MkDocs Material Theme 6.0.1 | 190 | Monday, September 28, 2020 | Approved | |
MkDocs Material Theme 6.0.0 | 147 | Sunday, September 27, 2020 | Approved | |
MkDocs Material Theme 5.5.14 | 168 | Wednesday, September 23, 2020 | Approved | |
MkDocs Material Theme 5.5.13 | 202 | Saturday, September 19, 2020 | Approved | |
MkDocs Material Theme 5.5.12 | 245 | Tuesday, September 1, 2020 | Approved | |
MkDocs Material Theme 5.5.11 | 166 | Friday, August 28, 2020 | Approved | |
MkDocs Material Theme 5.5.9 | 188 | Thursday, August 27, 2020 | Approved | |
MkDocs Material Theme 5.5.8 | 177 | Sunday, August 23, 2020 | Approved | |
MkDocs Material Theme 5.5.7 | 201 | Sunday, August 16, 2020 | Approved | |
MkDocs Material Theme 5.5.6 | 198 | Wednesday, August 12, 2020 | Approved | |
MkDocs Material Theme 5.5.5 | 168 | Tuesday, August 11, 2020 | Approved | |
MkDocs Material Theme 5.5.3 | 185 | Wednesday, August 5, 2020 | Approved | |
MkDocs Material Theme 5.5.2 | 182 | Monday, August 3, 2020 | Approved | |
MkDocs Material Theme 5.5.1 | 161 | Monday, August 3, 2020 | Approved | |
MkDocs Material Theme 5.5.0 | 218 | Friday, July 24, 2020 | Approved | |
MkDocs Material Theme 5.4.0 | 253 | Monday, June 29, 2020 | Approved | |
MkDocs Material Theme 5.3.3 | 223 | Wednesday, June 24, 2020 | Approved | |
MkDocs Material Theme 5.3.2 | 166 | Sunday, June 21, 2020 | Approved | |
MkDocs Material Theme 5.3.1 | 169 | Saturday, June 20, 2020 | Approved | |
MkDocs Material Theme 5.3.0 | 198 | Monday, June 15, 2020 | Approved | |
MkDocs Material Theme 5.2.3 | 216 | Sunday, June 7, 2020 | Approved | |
MkDocs Material Theme 5.2.2 | 256 | Tuesday, May 26, 2020 | Approved | |
MkDocs Material Theme 5.2.1 | 223 | Friday, May 22, 2020 | Approved | |
MkDocs Material Theme 5.2.0 | 214 | Tuesday, May 19, 2020 | Approved | |
MkDocs Material Theme 5.1.7 | 179 | Saturday, May 16, 2020 | Approved | |
MkDocs Material Theme 5.1.6 | 227 | Saturday, May 9, 2020 | Approved | |
MkDocs Material Theme 5.1.5 | 244 | Sunday, May 3, 2020 | Approved | |
MkDocs Material Theme 5.1.4 | 230 | Thursday, April 30, 2020 | Approved | |
MkDocs Material Theme 5.1.3 | 220 | Monday, April 27, 2020 | Approved | |
MkDocs Material Theme 5.1.2 | 232 | Sunday, April 26, 2020 | Approved | |
MkDocs Material Theme 5.1.1 | 253 | Saturday, April 18, 2020 | Approved | |
MkDocs Material Theme 5.1.0 | 262 | Sunday, April 12, 2020 | Approved | |
MkDocs Material Theme 5.0.2 | 201 | Saturday, April 11, 2020 | Approved | |
MkDocs Material Theme 5.0.0 | 237 | Tuesday, April 7, 2020 | Approved | |
MkDocs Material Theme 4.6.3 | 723 | Friday, February 14, 2020 | Approved | |
MkDocs Material Theme 4.6.2 | 284 | Sunday, February 9, 2020 | Approved | |
MkDocs Material Theme 4.6.1 | 229 | Saturday, February 8, 2020 | Approved | |
MkDocs Material Theme 4.6.0 | 373 | Wednesday, December 11, 2019 | Approved | |
MkDocs Material Theme 4.5.1 | 264 | Monday, December 2, 2019 | Approved | |
MkDocs Material Theme 4.5.0 | 284 | Sunday, November 17, 2019 | Approved | |
MkDocs Material Theme 4.4.3 | 430 | Thursday, October 3, 2019 | Approved | |
MkDocs Material Theme 4.4.2 | 473 | Tuesday, August 27, 2019 | Approved | |
MkDocs Material Theme 4.4.1 | 273 | Thursday, August 22, 2019 | Approved | |
MkDocs Material Theme 4.4.0 | 485 | Saturday, June 15, 2019 | Approved | |
MkDocs Material Theme 4.3.1 | 359 | Friday, May 24, 2019 | Approved | |
MkDocs Material Theme 4.3.0 | 271 | Saturday, May 18, 2019 | Approved | |
MkDocs Material Theme 4.2.0 | 333 | Sunday, April 28, 2019 | Approved | |
MkDocs Material Theme 4.1.2 | 342 | Tuesday, April 16, 2019 | Approved | |
MkDocs Material Theme 4.1.1 | 309 | Friday, March 29, 2019 | Approved | |
MkDocs Material Theme 4.1.0 | 302 | Saturday, March 23, 2019 | Approved | |
MkDocs Material Theme 4.0.2 | 377 | Friday, March 1, 2019 | Approved | |
MkDocs Material Theme 4.0.1 | 314 | Wednesday, February 13, 2019 | Approved | |
MkDocs Material Theme 3.3.0 | 345 | Tuesday, January 29, 2019 | Approved | |
MkDocs Material Theme 3.2.0 | 371 | Friday, December 28, 2018 | Approved | |
MkDocs Material Theme 3.1.0 | 501 | Saturday, November 17, 2018 | Approved | |
MkDocs Material Theme 3.0.6 | 319 | Friday, October 26, 2018 | Approved | |
MkDocs Material Theme 3.0.5 | 293 | Tuesday, October 23, 2018 | Approved | |
MkDocs Material Theme 3.0.4 | 440 | Monday, September 3, 2018 | Approved | |
MkDocs Material Theme 3.0.3 | 389 | Wednesday, August 8, 2018 | Approved | |
MkDocs Material Theme 3.0.2 | 309 | Monday, August 6, 2018 | Approved | |
MkDocs Material Theme 3.0.1 | 309 | Monday, August 6, 2018 | Approved | |
MkDocs Material Theme 2.9.4 | 336 | Monday, July 30, 2018 | Approved | |
MkDocs Material Theme 2.9.2 | 435 | Saturday, June 30, 2018 | Approved | |
MkDocs Material Theme 2.9.1 | 396 | Monday, June 18, 2018 | Approved | |
MkDocs Material Theme 2.9.0 | 360 | Wednesday, June 13, 2018 | Approved | |
MkDocs Material Theme 2.8.0 | 382 | Monday, June 11, 2018 | Approved | |
MkDocs Material Theme 2.7.3 | 559 | Thursday, April 26, 2018 | Approved | |
MkDocs Material Theme 2.7.2 | 405 | Monday, April 9, 2018 | Approved | |
MkDocs Material Theme 2.7.1 | 411 | Wednesday, March 21, 2018 | Approved | |
MkDocs Material Theme 2.7.0 | 423 | Wednesday, March 7, 2018 | Approved | |
MkDocs Material Theme 2.6.6 | 431 | Friday, February 23, 2018 | Approved | |
MkDocs Material Theme 2.6.5 | 380 | Thursday, February 22, 2018 | Approved | |
MkDocs Material Theme 2.6.4 | 374 | Thursday, February 22, 2018 | Approved | |
MkDocs Material Theme 2.6.3 | 428 | Monday, February 19, 2018 | Approved | |
MkDocs Material Theme 2.6.2 | 430 | Monday, February 12, 2018 | Approved | |
MkDocs Material Theme 2.6.1 | 412 | Monday, February 12, 2018 | Approved | |
MkDocs Material Theme 2.6.0 | 430 | Friday, February 2, 2018 | Approved | |
MkDocs Material Theme 2.5.5 | 391 | Wednesday, January 31, 2018 | Approved | |
MkDocs Material Theme 2.5.4 | 415 | Monday, January 29, 2018 | Approved | |
MkDocs Material Theme 2.5.3 | 403 | Friday, January 26, 2018 | Approved | |
MkDocs Material Theme 2.5.2 | 404 | Monday, January 22, 2018 | Approved | |
MkDocs Material Theme 2.5.1 | 424 | Saturday, January 20, 2018 | Approved | |
MkDocs Material Theme 2.5.0 | 460 | Saturday, January 13, 2018 | Approved | |
MkDocs Material Theme 2.4.0 | 399 | Thursday, January 11, 2018 | Approved | |
MkDocs Material Theme 2.3.0 | 414 | Wednesday, January 10, 2018 | Approved | |
MkDocs Material Theme 2.2.6 | 428 | Wednesday, December 27, 2017 | Approved | |
MkDocs Material Theme 2.2.5 | 474 | Tuesday, December 19, 2017 | Approved | |
MkDocs Material Theme 2.2.4 | 401 | Monday, December 18, 2017 | Approved | |
MkDocs Material Theme 2.2.3 | 411 | Wednesday, December 13, 2017 | Approved | |
MkDocs Material Theme 2.2.2 | 435 | Friday, December 8, 2017 | Approved | |
MkDocs Material Theme 2.2.1 | 403 | Saturday, December 2, 2017 | Approved | |
MkDocs Material Theme 2.2.0 | 442 | Thursday, November 23, 2017 | Approved | |
MkDocs Material Theme 2.1.1 | 390 | Tuesday, November 21, 2017 | Approved | |
MkDocs Material Theme 2.1.0 | 395 | Sunday, November 19, 2017 | Approved | |
MkDocs Material Theme 2.0.4 | 420 | Sunday, November 5, 2017 | Approved | |
MkDocs Material Theme 2.0.2 | 436 | Wednesday, November 1, 2017 | Approved | |
MkDocs Material Theme 2.0.1 | 436 | Tuesday, October 31, 2017 | Approved | |
MkDocs Material Theme 2.0.0 | 406 | Tuesday, October 31, 2017 | Approved | |
MkDocs Material Theme 1.12.2 | 428 | Friday, October 27, 2017 | Approved | |
MkDocs Material Theme 1.12.1 | 396 | Monday, October 23, 2017 | Approved | |
MkDocs Material Theme 1.12.0 | 368 | Friday, October 20, 2017 | Approved | |
MkDocs Material Theme 1.11.0 | 377 | Thursday, October 19, 2017 | Approved | |
MkDocs Material Theme 1.10.4 | 377 | Wednesday, October 18, 2017 | Approved | |
MkDocs Material Theme 1.10.3 | 398 | Wednesday, October 11, 2017 | Approved | |
MkDocs Material Theme 1.10.2 | 423 | Friday, October 6, 2017 | Approved | |
MkDocs Material Theme 1.10.1 | 460 | Thursday, September 14, 2017 | Approved | |
MkDocs Material Theme 1.10.0 | 441 | Friday, September 1, 2017 | Approved | |
MkDocs Material Theme 1.9.0 | 417 | Tuesday, August 29, 2017 | Approved | |
MkDocs Material Theme 1.8.1 | 437 | Monday, August 7, 2017 | Approved | |
MkDocs Material Theme 1.8.0 | 440 | Wednesday, August 2, 2017 | Approved | |
MkDocs Material Theme 1.7.5 | 451 | Tuesday, July 25, 2017 | Approved | |
MkDocs Material Theme 1.7.4 | 467 | Wednesday, June 21, 2017 | Approved | |
MkDocs Material Theme 1.7.3 | 465 | Wednesday, June 7, 2017 | Approved | |
MkDocs Material Theme 1.7.2 | 411 | Wednesday, June 7, 2017 | Approved | |
MkDocs Material Theme 1.7.1 | 446 | Thursday, June 1, 2017 | Approved | |
MkDocs Material Theme 1.7.0 | 423 | Thursday, June 1, 2017 | Approved | |
MkDocs Material Theme 1.6.4 | 453 | Wednesday, May 24, 2017 | Approved | |
MkDocs Material Theme 1.6.3 | 439 | Wednesday, May 17, 2017 | Approved | |
MkDocs Material Theme 1.6.2 | 435 | Monday, May 15, 2017 | Approved | |
MkDocs Material Theme 1.6.1 | 432 | Monday, April 24, 2017 | Approved | |
MkDocs Material Theme 1.6.0 | 471 | Saturday, April 22, 2017 | Approved | |
MkDocs Material Theme 1.5.5 | 422 | Thursday, April 20, 2017 | Approved | |
MkDocs Material Theme 1.5.4 | 477 | Saturday, April 8, 2017 | Approved | |
MkDocs Material Theme 1.5.3 | 423 | Friday, April 7, 2017 | Approved | |
MkDocs Material Theme 1.5.2 | 442 | Wednesday, April 5, 2017 | Approved | |
MkDocs Material Theme 1.5.1 | 431 | Friday, March 31, 2017 | Approved | |
MkDocs Material Theme 1.5.0 | 466 | Saturday, March 25, 2017 | Approved | |
MkDocs Material Theme 1.4.1 | 440 | Thursday, March 16, 2017 | Approved | |
MkDocs Material Theme 1.3.0 | 448 | Saturday, March 11, 2017 | Approved | |
MkDocs Material Theme 1.2.0 | 436 | Friday, March 3, 2017 | Approved | |
MkDocs Material Theme 1.1.1 | 427 | Sunday, February 26, 2017 | Approved | |
MkDocs Material Theme 1.0.5 | 401 | Saturday, February 18, 2017 | Approved | |
MkDocs Material Theme 1.0.4 | 460 | Friday, February 17, 2017 | Approved | |
MkDocs Material Theme 1.0.3 | 439 | Sunday, January 22, 2017 | Approved | |
MkDocs Material Theme 1.0.2 | 393 | Sunday, January 15, 2017 | Approved | |
MkDocs Material Theme 1.0.1 | 450 | Saturday, January 14, 2017 | Approved | |
MkDocs Material Theme 1.0.0 | 367 | Friday, January 13, 2017 | Approved | |
MkDocs Material Theme 0.2.4 | 482 | Tuesday, November 15, 2016 | Approved |
-
- chocolatey-core.extension (≥ 1.3.3)
- MkDocs (≥ 0.17.1)
Ground Rules:
- This discussion is only about MkDocs Material Theme and the MkDocs Material Theme package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MkDocs Material Theme, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.