first commit

This commit is contained in:
Late Night Defender 2024-06-21 14:32:38 +07:00
commit 1a8331936f
4 changed files with 33 additions and 0 deletions

0
docs/examples.md Normal file
View file

0
docs/examples/nginx.md Normal file
View file

17
docs/index.md Normal file
View file

@ -0,0 +1,17 @@
# 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.

16
mkdocs.yml Normal file
View file

@ -0,0 +1,16 @@
site_name: TechTransThai Quadlet Examples
site_url: https://awesome-quadlets.techtransthai.org
repo_url: https://forge.techtransthai.org/techtransthai/quadlet-examples.techtransthai.org
edit_uri: 'src/branch/main/docs/'
site_description:
site_author: TechTransThai Community
theme:
name: readthedocs
nav:
- Introduction: index.md
- Examples: examples.md
- 'Deploying services with Quadlet':
- 'Nginx': examples/nginx.md