|
| 1 | +INHERIT: ./mkdocs.shared.yml |
1 | 2 | site_name: Datasync Community Toolkit |
2 | 3 | site_url: https://CommunityToolkit.github.io/Datasync/ |
3 | 4 | repo_url: https://github.com/CommunityToolkit/Datasync/ |
4 | 5 | repo_name: GitHub |
5 | | - |
6 | | -theme: |
7 | | - name: readthedocs |
8 | | - highlightjs: true |
9 | | - locale: en |
10 | | - |
11 | | -validation: |
12 | | - omitted_files: warn |
13 | | - absolute_links: warn |
14 | | - unrecognized_links: warn |
15 | | - anchors: warn |
16 | | - |
17 | | -markdown_extensions: |
18 | | - - smarty: {} |
19 | | - - toc: |
20 | | - permalink: "#" |
21 | | - - sane_lists: {} |
22 | | - - fenced_code: {} |
23 | | - - tables: {} |
24 | | - - admonition: {} |
25 | | - - pymdownx.superfences: |
26 | | - custom_fences: |
27 | | - - name: mermaid |
28 | | - class: mermaid |
29 | | - format: !!python/name: mermaid2.fence_mermaid_custom |
30 | | - |
31 | | -plugins: |
32 | | - - search |
33 | | - - mermaid2 |
34 | | - |
35 | | -nav: |
36 | | - - Getting started: index.md |
37 | | - - Tutorial: |
38 | | - - Server: |
39 | | - - "The basics": tutorial/server/part-1.md |
40 | | - - "Standard repositories": tutorial/server/part-2.md |
41 | | - - "Custom repositories": tutorial/server/part-3.md |
42 | | - - "Access control": tutorial/server/part-4.md |
43 | | - - "Real-time updates": tutorial/server/part-5.md |
44 | | - - In depth: |
45 | | - - Server: |
46 | | - - The basics: in-depth/server/index.md |
47 | | - - Databases: |
48 | | - - Azure SQL: in-depth/server/db/azuresql.md |
49 | | - - Cosmos: in-depth/server/db/cosmos.md |
50 | | - - In Memory: in-depth/server/db/in-memory.md |
51 | | - - LiteDb: in-depth/server/db/litedb.md |
52 | | - - MongoDb: in-depth/server/db/mongodb.md |
53 | | - - MySQL: in-depth/server/db/mysql.md |
54 | | - - PgSQL: in-depth/server/db/pgsql.md |
55 | | - - SQLite: in-depth/server/db/sqlite.md |
56 | | - - OpenApi: |
57 | | - - NSwag: in-depth/server/openapi/nswag.md |
58 | | - - Swashbuckle: in-depth/server/openapi/swashbuckle.md |
59 | | - - ".NET 9.x": in-depth/server/openapi/net9.md |
60 | | - - Client: |
61 | | - - The basics: in-depth/client/index.md |
62 | | - - Authentication: in-depth/client/auth.md |
63 | | - - Online operations: in-depth/client/online.md |
64 | | - - Advanced topics: |
65 | | - - MAUI AOT: in-depth/client/advanced/maui-aot.md |
66 | | - - Samples: |
67 | | - - Todo App: |
68 | | - - The server: samples/todoapp/server.md |
69 | | - - Avalonia: samples/todoapp/avalonia.md |
70 | | - - MAUI: samples/todoapp/maui.md |
71 | | - - WinUI3: samples/todoapp/winui3.md |
72 | | - - WPF: samples/todoapp/wpf.md |
73 | | - |
74 | | - |
0 commit comments