Skip to content

Commit 1738ad7

Browse files
committed
docs
1 parent 9ad28f8 commit 1738ad7

38 files changed

+7316
-284
lines changed

docs/README.md

Lines changed: 0 additions & 284 deletions
This file was deleted.

docs/docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Welcome to MkDocs
2+
3+
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4+
5+
## Commands
6+
7+
* `mkdocs new [dir-name]` - Create a new project.
8+
* `mkdocs serve` - Start the live-reloading docs server.
9+
* `mkdocs build` - Build the documentation site.
10+
* `mkdocs -h` - Print help message and exit.
11+
12+
## Project layout
13+
14+
mkdocs.yml # The configuration file.
15+
docs/
16+
index.md # The documentation homepage.
17+
... # Other markdown pages, images and other files.

docs/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
site_name: context-async-sqlalchemy
2+
#site_url: https://krylosov-aa.github.io/context-async-sqlalchemy/
3+
theme:
4+
name: readthedocs

0 commit comments

Comments
 (0)