Skip to content

Commit

Permalink
AU: 1 updated - mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 20, 2017
1 parent ad884d2 commit 780a48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions automatic/mkdocs/mkdocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs</id>
<title>MkDocs</title>
<version>0.16.3</version>
<version>0.17.0</version>
<authors>Tom Christie</authors>
<owners>chocolatey</owners>
<projectUrl>http://www.mkdocs.org</projectUrl>
Expand All @@ -16,16 +16,17 @@
<bugTrackerUrl>https://github.com/mkdocs/mkdocs/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Project documentation with Markdown.</summary>
<description>
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
<description><![CDATA[
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
## Features
* **Host anywhere:** MkDocs builds completely static HTML sites that you can host on GitHub pages, Amazon S3, or [anywhere](http://www.mkdocs.org/user-guide/deploying-your-docs/) else you choose.
* **Great themes available:** There's a stack of good looking themes available for MkDocs. Choose between the built in themes: [mkdocs](http://www.mkdocs.org/user-guide/styling-your-docs/#mkdocs) and [readthedocs](http://www.mkdocs.org/user-guide/styling-your-docs/#readthedocs), select one of the 3rd party themes in the [MkDocs wiki](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes), or [build your own](http://www.mkdocs.org/user-guide/custom-themes/).
* **Preview your site as you work:** The built-in dev-server allows you to preview your documentation as you're writing it. It will even auto-reload and refresh your browser whenever you save your changes.
* **Easy to customize:** Get your project documentation looking just the way you want it by customizing the theme.
</description>
]]></description>
<tags>mkdocs markdown documentation foss cross-platform cli</tags>
<releaseNotes>http://www.mkdocs.org/about/release-notes/</releaseNotes>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '0.16.3'
$version = '0.17.0'

python -m pip install mkdocs==$version

0 comments on commit 780a48f

Please sign in to comment.