add logo + structure nav + searchbar
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 16:34:44 +01:00
parent 1aad17fcd8
commit aa8d8fe8ff
5 changed files with 34 additions and 17 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

+2 -16
View File
@@ -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...
+1
View File
@@ -0,0 +1 @@
# Linux
+1
View File
@@ -0,0 +1 @@
# Linux
+30 -1
View File
@@ -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