Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
d2285b4d
Commit
d2285b4d
authored
8 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.0.0-beta release
parent
91c4926f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+1
-3
1 addition, 3 deletions
CHANGELOG
package.json
+1
-1
1 addition, 1 deletion
package.json
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
4 additions
and
6 deletions
CHANGELOG
+
1
−
3
View file @
d2285b4d
mkdocs-material-1.0.0-rc.1 (2016-XX-XX)
mkdocs-material-1.0.0 (2016-12-18)
IN PROGRESS ...
The theme has been entirely rewritten from scratch to better reflect the
The theme has been entirely rewritten from scratch to better reflect the
idea of what a documentation theme using the Material Design guidelines
idea of what a documentation theme using the Material Design guidelines
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
d2285b4d
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"
0.2.1
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"A material design theme for MkDocs"
,
"description"
:
"A material design theme for MkDocs"
,
"keywords"
:
[
"keywords"
:
[
"mkdocs"
,
"mkdocs"
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
d2285b4d
...
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
...
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
# Package description
setup
(
setup
(
name
=
'
mkdocs-material
'
,
name
=
'
mkdocs-material
'
,
version
=
'
0.2.1
'
,
version
=
'
1.0.0
'
,
url
=
'
http://squidfunk.github.io/mkdocs-material/
'
,
url
=
'
http://squidfunk.github.io/mkdocs-material/
'
,
license
=
'
MIT
'
,
license
=
'
MIT
'
,
description
=
'
A material design theme for MkDocs
'
,
description
=
'
A material design theme for MkDocs
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment