Hendrik Langer
5 years ago
7 changed files with 8 additions and 53 deletions
@ -1,2 +1,2 @@ |
|||||
# ---> MkDocs |
resources/_gen/ |
||||
site/ |
public/ |
||||
|
@ -1,3 +0,0 @@ |
|||||
[submodule "mkdocs-bootstrap386"] |
|
||||
path = mkdocs-bootstrap386 |
|
||||
url = https://gitlab.com/lramage/mkdocs-bootstrap386.git |
|
@ -1,17 +0,0 @@ |
|||||
# Welcome to MkDocs |
|
||||
|
|
||||
For full documentation visit [mkdocs.org](https://mkdocs.org). |
|
||||
|
|
||||
## Commands |
|
||||
|
|
||||
* `mkdocs new [dir-name]` - Create a new project. |
|
||||
* `mkdocs serve` - Start the live-reloading docs server. |
|
||||
* `mkdocs build` - Build the documentation site. |
|
||||
* `mkdocs help` - Print this help message. |
|
||||
|
|
||||
## Project layout |
|
||||
|
|
||||
mkdocs.yml # The configuration file. |
|
||||
docs/ |
|
||||
index.md # The documentation homepage. |
|
||||
... # Other markdown pages, images and other files. |
|
@ -1,17 +0,0 @@ |
|||||
# Welcome to MkDocs |
|
||||
|
|
||||
For full documentation visit [mkdocs.org](https://mkdocs.org). |
|
||||
|
|
||||
## Commands |
|
||||
|
|
||||
* `mkdocs new [dir-name]` - Create a new project. |
|
||||
* `mkdocs serve` - Start the live-reloading docs server. |
|
||||
* `mkdocs build` - Build the documentation site. |
|
||||
* `mkdocs help` - Print this help message. |
|
||||
|
|
||||
## Project layout |
|
||||
|
|
||||
mkdocs.yml # The configuration file. |
|
||||
docs/ |
|
||||
index.md # The documentation homepage. |
|
||||
... # Other markdown pages, images and other files. |
|
@ -1,7 +0,0 @@ |
|||||
site_name: h3ndrik.de |
|
||||
nav: |
|
||||
- Home: index.md |
|
||||
- About: about.md |
|
||||
theme: |
|
||||
name: null |
|
||||
custom_dir: 'mkdocs-bootstrap386/mkdocs_bootstrap386' |
|
Loading…
Reference in new issue