-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
39 lines (33 loc) · 947 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
site_name: KickStart
theme: material
repo_url: https://github.com/loresoft/KickStart
nav:
- Home: index.md
- Configuration: configuration.md
- Usage: usage.md
- Startup Task: startup.md
- AutoMapper: automapper.md
- MongoDB: mongoDB.md
- Dependency Injection:
- Generic Registration: di/registration.md
- Autofac: di/autofac.md
- DependencyInjection: di/dependencyInjection.md
- Ninject: di/ninject.md
- SimpleInjector: di/simpleInjector.md
- Unity: di/unity.md
- Database Deployment:
- Usage: db/database.md
- Sql Server: db/sqlServer.md
- PostgreSQL: db/postgreSQL.md
- MySql: db/mySql.md
- Sqlite: db/sqlite.md
- MongoDB: db/mongoDB.md
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences