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
d85ef155
Commit
d85ef155
authored
8 years ago
by
squidfunk
Committed by
Martin Donath
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added example for basic configuration
parent
7d373a12
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
examples/basic/docs/index.md
+3
-0
3 additions, 0 deletions
examples/basic/docs/index.md
examples/basic/mkdocs.yml
+25
-0
25 additions, 0 deletions
examples/basic/mkdocs.yml
examples/language/mkdocs.yml
+1
-2
1 addition, 2 deletions
examples/language/mkdocs.yml
with
29 additions
and
2 deletions
examples/basic/docs/index.md
0 → 100644
+
3
−
0
View file @
d85ef155
# Example
This is a minimal example configuration.
This diff is collapsed.
Click to expand it.
examples/basic/mkdocs.yml
0 → 100644
+
25
−
0
View file @
d85ef155
# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name
:
Example
# Theme
theme
:
material
This diff is collapsed.
Click to expand it.
examples/language/mkdocs.yml
+
1
−
2
View file @
d85ef155
...
...
@@ -25,7 +25,6 @@ site_name: Example
repo_name
:
squidfunk/mkdocs-material
repo_url
:
https://github.com/squidfunk/mkdocs-material
# Reference the original theme and the directory which contains the
# overrides for the partials, i.e. the language.html.
# Theme and overrides, i.e. language partial
theme
:
material
theme_dir
:
theme
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