|
| 1 | +site_name: Datasync Community Toolkit |
| 2 | +site_url: https://CommunityToolkit.github.io/Datasync/ |
| 3 | +repo_url: https://github.com/CommunityToolkit/Datasync/ |
| 4 | +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 | +nav: |
| 18 | + - Getting started: index.md |
| 19 | + - In depth: |
| 20 | + - Server: |
| 21 | + - The basics: in-depth/server/index.md |
| 22 | + - Databases: |
| 23 | + - Azure SQL: in-depth/server/db/azuresql.md |
| 24 | + - Cosmos: in-depth/server/db/cosmos.md |
| 25 | + - In Memory: in-depth/server/db/in-memory.md |
| 26 | + - LiteDb: in-depth/server/db/litedb.md |
| 27 | + - MongoDb: in-depth/server/db/mongodb.md |
| 28 | + - MySQL: in-depth/server/db/mysql.md |
| 29 | + - PgSQL: in-depth/server/db/pgsql.md |
| 30 | + - SQLite: in-depth/server/db/sqlite.md |
| 31 | + - OpenApi: |
| 32 | + - NSwag: in-depth/server/openapi/nswag.md |
| 33 | + - Swashbuckle: in-depth/server/openapi/swashbuckle.md |
| 34 | + - ".NET 9.x": in-depth/server/openapi/net9.md |
| 35 | + - Client: |
| 36 | + - The basics: in-depth/client/index.md |
| 37 | + - Authentication: in-depth/client/auth.md |
| 38 | + - Online operations: in-depth/client/online.md |
| 39 | + - Advanced topics: |
| 40 | + - MAUI AOT: in-depth/client/advanced/maui-aot.md |
| 41 | + - Samples: |
| 42 | + - Todo App: |
| 43 | + - The server: samples/todoapp/server.md |
| 44 | + - Avalonia: samples/todoapp/avalonia.md |
| 45 | + - MAUI: samples/todoapp/maui.md |
| 46 | + - WinUI3: samples/todoapp/winui3.md |
| 47 | + - WPF: samples/todoapp/wpf.md |
| 48 | + |
| 49 | +markdown_extensions: |
| 50 | + - smarty: {} |
| 51 | + - toc: |
| 52 | + permalink: "#" |
| 53 | + - sane_lists: {} |
| 54 | + - fenced_code: {} |
| 55 | + - tables: {} |
| 56 | + - admonition: {} |
0 commit comments