Simon Diesenreiter 0c2458cd7d
Some checks failed
Rename the project from template / rename-project (push) Has been skipped
CI / linter (ubuntu-latest, 3.9) (push) Failing after 17s
CI / tests_linux (ubuntu-latest, 3.9) (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Failing after 12m19s
initial project structure
2024-11-27 16:30:24 +01:00

18 lines
491 B
Markdown

# Welcome to MkDocs
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.