parent
1aad17fcd8
commit
aa8d8fe8ff
After Width: | Height: | Size: 132 KiB |
@ -1,17 +1,3 @@ |
|||||||
# Welcome to MkDocs |
# Welcome to Gregandoc |
||||||
|
|
||||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). |
La documentation est en développement pour le moment... |
||||||
|
|
||||||
## Commands |
|
||||||
|
|
||||||
* `mkdocs new [dir-name]` - Create a new project. |
|
||||||
* `mkdocs serve` - Start the live-reloading docs server. |
|
||||||
* `mkdocs build` - Build the documentation site. |
|
||||||
* `mkdocs -h` - Print help message and exit. |
|
||||||
|
|
||||||
## Project layout |
|
||||||
|
|
||||||
mkdocs.yml # The configuration file. |
|
||||||
docs/ |
|
||||||
index.md # The documentation homepage. |
|
||||||
... # Other markdown pages, images and other files. |
|
||||||
|
@ -0,0 +1 @@ |
|||||||
|
# Linux |
@ -0,0 +1 @@ |
|||||||
|
# Linux |
@ -1 +1,30 @@ |
|||||||
site_name: My Docs |
site_name: gregandoc |
||||||
|
|
||||||
|
theme: |
||||||
|
name: material |
||||||
|
logo: assets/skate.png |
||||||
|
# custom_dir: overrides |
||||||
|
features: |
||||||
|
- navigation.instant |
||||||
|
- navigation.expand |
||||||
|
- navigation.tabs |
||||||
|
|
||||||
|
plugins: |
||||||
|
#- markdownmermaid |
||||||
|
- search: |
||||||
|
min_search_length: 2 |
||||||
|
- add-number: |
||||||
|
order: 2 |
||||||
|
excludes: |
||||||
|
- divers/cmd/ |
||||||
|
- presentation-garage/reglement_interieur_CHANGELOG.md |
||||||
|
- presentation-garage/reglement_interieur.md |
||||||
|
includes: |
||||||
|
- divers/cmd/screen |
||||||
|
- git-authors |
||||||
|
- git-revision-date |
||||||
|
|
||||||
|
nav: |
||||||
|
- Accueil: index.md |
||||||
|
- Linux: |
||||||
|
- linux/index.md |
||||||
|
Loading…
Reference in new issue