mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Changed footer/copyright link to Material theme to GitHub pages
This commit is contained in:
parent
5041803cf0
commit
8ab9afeb4c
@ -2,6 +2,7 @@ mkdocs-material-0.x.x (2016-xx-xx) [in progress]
|
|||||||
|
|
||||||
* Fixed #1: GitHub stars don't work if the repo_url ends with a '/'
|
* Fixed #1: GitHub stars don't work if the repo_url ends with a '/'
|
||||||
* Updated npm and bower dependencies to most recent versions
|
* Updated npm and bower dependencies to most recent versions
|
||||||
|
* Changed footer/copyright link to Material theme to GitHub pages
|
||||||
* Made MkDocs building/serving in build process optional
|
* Made MkDocs building/serving in build process optional
|
||||||
* Set up continuous integration with travis-ci.org
|
* Set up continuous integration with travis-ci.org
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
Documentation built with
|
Documentation built with
|
||||||
<a href="http://www.mkdocs.org" target="_blank">MkDocs</a>
|
<a href="http://www.mkdocs.org" target="_blank">MkDocs</a>
|
||||||
using the
|
using the
|
||||||
<a href="https://github.com/squidfunk/mkdocs-material" target="_blank">
|
<a href="http://squidfunk.github.io/mkdocs-material/" target="_blank">
|
||||||
Material
|
Material
|
||||||
</a>
|
</a>
|
||||||
theme.
|
theme.
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
Documentation built with
|
Documentation built with
|
||||||
<a href="http://www.mkdocs.org" target="_blank">MkDocs</a>
|
<a href="http://www.mkdocs.org" target="_blank">MkDocs</a>
|
||||||
using the
|
using the
|
||||||
<a href="https://github.com/squidfunk/mkdocs-material"
|
<a href="http://squidfunk.github.io/mkdocs-material/"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
Material
|
Material
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user