Browse Source

Update docs-nav.json

pull/21816/head
EngincanV 1 year ago
parent
commit
96933e3752
  1. 34
      docs/en/docs-nav.json

34
docs/en/docs-nav.json

@ -1853,77 +1853,77 @@
},
{
"text": "Solution Structure",
"path": "solution-templates/layered-web-application/solution-structure"
"path": "solution-templates/layered-web-application/solution-structure.md"
},
{
"text": "Main Components",
"isLazyExpandable": true,
"path": "solution-templates/layered-web-application/main-components",
"path": "solution-templates/layered-web-application/main-components.md",
"items": [
{
"text": "Web Applications",
"path": "solution-templates/layered-web-application/web-applications"
"path": "solution-templates/layered-web-application/web-applications.md"
},
{
"text": "Db Migrator",
"path": "solution-templates/layered-web-application/db-migrator"
"path": "solution-templates/layered-web-application/db-migrator.md"
},
{
"text": "Mobile Applications",
"path": "solution-templates/layered-web-application/mobile-applications"
"path": "solution-templates/layered-web-application/mobile-applications.md"
}
]
},
{
"text": "Built-In Features",
"isLazyExpandable": true,
"path": "solution-templates/layered-web-application/built-in-features",
"path": "solution-templates/layered-web-application/built-in-features.md",
"items": [
{
"text": "Authentication",
"path": "solution-templates/layered-web-application/authentication"
"path": "solution-templates/layered-web-application/authentication.md"
},
{
"text": "Database configurations",
"path": "solution-templates/layered-web-application/database-configurations"
"path": "solution-templates/layered-web-application/database-configurations.md"
},
{
"text": "Logging (with Serilog)",
"path": "solution-templates/layered-web-application/logging"
"path": "solution-templates/layered-web-application/logging.md"
},
{
"text": "Swagger integration",
"path": "solution-templates/layered-web-application/swagger-integration"
"path": "solution-templates/layered-web-application/swagger-integration.md"
},
{
"text": "Background Jobs",
"path": "solution-templates/layered-web-application/background-jobs"
"path": "solution-templates/layered-web-application/background-jobs.md"
},
{
"text": "Background Workers",
"path": "solution-templates/layered-web-application/background-workers"
"path": "solution-templates/layered-web-application/background-workers.md"
},
{
"text": "Distributed Locking",
"path": "solution-templates/layered-web-application/distributed-locking"
"path": "solution-templates/layered-web-application/distributed-locking.md"
},
{
"text": "Multi-Tenancy",
"path": "solution-templates/layered-web-application/multi-tenancy"
"path": "solution-templates/layered-web-application/multi-tenancy.md"
},
{
"text": "BLOB Storing",
"path": "solution-templates/layered-web-application/blob-storing"
"path": "solution-templates/layered-web-application/blob-storing.md"
},
{
"text": "CORS configuration",
"path": "solution-templates/layered-web-application/cors-configuration"
"path": "solution-templates/layered-web-application/cors-configuration.md"
}
]
},
{
"text": "Helm Charts and Kubernetes",
"path": "solution-templates/layered-web-application/helm-charts-and-kubernetes"
"path": "solution-templates/layered-web-application/helm-charts-and-kubernetes.md"
},
{
"text": "Deployment",

Loading…
Cancel
Save