-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.shared.yml
73 lines (68 loc) · 2.16 KB
/
mkdocs.shared.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
theme:
name: readthedocs
highlightjs: true
locale: en
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
plugins:
- search
- mermaid2
extra_css:
- css/extra.css
markdown_extensions:
- smarty: {}
- toc:
permalink: "#"
- sane_lists: {}
- fenced_code: {}
- tables: {}
- admonition: {}
- pymdownx.superfences: {}
nav:
- Getting started: index.md
- Tutorial:
- Server:
- "The basics": tutorial/server/part-1.md
- "Standard repositories": tutorial/server/part-2.md
- "Custom repositories": tutorial/server/part-3.md
- "Access control": tutorial/server/part-4.md
- "Real-time updates": tutorial/server/part-5.md
- Client:
- "Online access":
- "The basics": tutorial/client/part-1.md
- Authentication: tutorial/client/part-2.md
- "The HTTP pipeline": tutorial/client/part-3.md
- In depth:
- Server:
- The basics: in-depth/server/index.md
- Databases:
- Azure SQL: in-depth/server/db/azuresql.md
- "CosmosDB (EFCore)": in-depth/server/db/cosmos.md
- "CosmosDB (SDK)": in-depth/server/db/cosmos-sdk.md
- In Memory: in-depth/server/db/in-memory.md
- LiteDb: in-depth/server/db/litedb.md
- MongoDb: in-depth/server/db/mongodb.md
- MySQL: in-depth/server/db/mysql.md
- PgSQL: in-depth/server/db/pgsql.md
- SQLite: in-depth/server/db/sqlite.md
- OpenApi:
- NSwag: in-depth/server/openapi/nswag.md
- Swashbuckle: in-depth/server/openapi/swashbuckle.md
- ".NET 9.x": in-depth/server/openapi/net9.md
- Client:
- The basics: in-depth/client/index.md
- Authentication: in-depth/client/auth.md
- Online operations: in-depth/client/online.md
- Advanced topics:
- MAUI AOT: in-depth/client/advanced/maui-aot.md
- Samples:
- Todo App:
- The server: samples/todoapp/server.md
- Avalonia: samples/todoapp/avalonia.md
- MAUI: samples/todoapp/maui.md
- "Uno Plaform": samples/todoapp/unoplatform.md
- WinUI3: samples/todoapp/winui3.md
- WPF: samples/todoapp/wpf.md