Initial set of documents for home

This commit is contained in:
2022-04-27 21:32:11 -04:00
parent c1fd962603
commit d97b1a1c76
10 changed files with 1586 additions and 2 deletions

View File

@@ -1,3 +1,19 @@
# home-docs
# LabDocs
Documents for my home
Documentation for the lab# 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.