diff --git a/doc/docs/assets/skate.png b/doc/docs/assets/skate.png new file mode 100644 index 0000000..ad9977c Binary files /dev/null and b/doc/docs/assets/skate.png differ diff --git a/doc/docs/index.md b/doc/docs/index.md index 000ea34..d5bc9fd 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -1,17 +1,3 @@ -# Welcome to MkDocs +# Welcome to Gregandoc -For full documentation visit [mkdocs.org](https://www.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 -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. +La documentation est en développement pour le moment... diff --git a/doc/docs/linux/index.md b/doc/docs/linux/index.md new file mode 100644 index 0000000..a180797 --- /dev/null +++ b/doc/docs/linux/index.md @@ -0,0 +1 @@ +# Linux \ No newline at end of file diff --git a/doc/linux/index.md b/doc/linux/index.md new file mode 100644 index 0000000..a180797 --- /dev/null +++ b/doc/linux/index.md @@ -0,0 +1 @@ +# Linux \ No newline at end of file diff --git a/doc/mkdocs.yml b/doc/mkdocs.yml index c97182f..8c58424 100755 --- a/doc/mkdocs.yml +++ b/doc/mkdocs.yml @@ -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