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
GitLab 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
eea4ebda
Commit
eea4ebda
authored
Jan 14, 2017
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dockerfile and added documentation
parent
7b653fac
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
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
README.md
+4
-0
4 additions, 0 deletions
README.md
docs/getting-started.md
+6
-0
6 additions, 0 deletions
docs/getting-started.md
with
13 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
eea4ebda
...
...
@@ -19,9 +19,10 @@
# IN THE SOFTWARE.
FROM
jfloff/alpine-python:2.7-slim
MAINTAINER
Martin Donath <martin.donath@squidfunk.com>
# Set work directory
WORKDIR
/
usr/src
# Set work
ing
directory
WORKDIR
/
docs
# Install packages
COPY
requirements.txt .
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
eea4ebda
[
![Travis
][
travis-image
]
][travis-link]
[
![Dependencies
][
deps-image
]
][deps-link]
[
![Codacy
][
codacy-image
]
][codacy-link]
[
![Docker
][
docker-image
]
][docker-link]
[
![PyPI
][
pypi-image
]
][pypi-link]
[
travis-image
]:
https://travis-ci.org/squidfunk/mkdocs-material.svg
...
...
@@ -9,9 +10,12 @@
[
deps-link
]:
https://david-dm.org/squidfunk/mkdocs-material?type=dev
[
codacy-image
]:
https://api.codacy.com/project/badge/Grade/fe07aa1fa91d453cb69711d3885c5d7e
[
codacy-link
]:
https://www.codacy.com/app/squidfunk/mkdocs-material?utm_source=github.com&utm_medium=referral&utm_content=squidfunk/mkdocs-material&utm_campaign=Badge_Grade
[
docker-image
]:
https://img.shields.io/docker/pulls/squidfunk/mkdocs-material.svg
[
docker-link
]:
https://hub.docker.com/r/squidfunk/mkdocs-material/
[
pypi-image
]:
https://img.shields.io/pypi/v/mkdocs-material.svg
[
pypi-link
]:
https://pypi.python.org/pypi/mkdocs-material
# Material for MkDocs
A Material Design theme for
[
MkDocs
](
http://www.mkdocs.org
)
.
...
...
This diff is collapsed.
Click to expand it.
docs/getting-started.md
+
6
−
0
View file @
eea4ebda
...
...
@@ -2,6 +2,12 @@
## Installation
!!! tip "Set up Material using Docker"
The official [Docker image][1] for Material comes with all dependencies
pre-installed and ready-to-use with the latest version published on PyPI,
packaged in a very small image (27MB compressed).
### Installing MkDocs
Before installing
[
MkDocs
][
2
]
, you need to make sure you have Python and
`pip`
...
...
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