Skip to content

Commit cd27417

Browse files
authored
Merge pull request #22109 from abpframework/auto-merge/rel-9-0/3465
Merge branch rel-9.1 with rel-9.0
2 parents daadccb + 7b14b63 commit cd27417

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed

docs/en/docs-nav.json

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,68 @@
19741974
},
19751975
{
19761976
"text": "Single-Layer Solution",
1977-
"path": "solution-templates/single-layer-web-application"
1977+
"isLazyExpandable": true,
1978+
"path": "solution-templates/single-layer-web-application",
1979+
"items": [
1980+
{
1981+
"text": "Overview",
1982+
"path": "solution-templates/single-layer-web-application/overview.md"
1983+
},
1984+
{
1985+
"text": "Solution Structure",
1986+
"path": "solution-templates/single-layer-web-application/solution-structure.md"
1987+
},
1988+
{
1989+
"text": "Main Components",
1990+
"isLazyExpandable": true,
1991+
"path": "solution-templates/single-layer-web-application/main-components.md",
1992+
"items": [
1993+
{
1994+
"text": "Web Applications",
1995+
"path": "solution-templates/single-layer-web-application/web-applications.md"
1996+
},
1997+
{
1998+
"text": "Db Migrator",
1999+
"path": "solution-templates/single-layer-web-application/db-migrator.md"
2000+
}
2001+
]
2002+
},
2003+
{
2004+
"text": "Built-In Features",
2005+
"isLazyExpandable": true,
2006+
"path": "solution-templates/single-layer-web-application/built-in-features.md",
2007+
"items": [
2008+
{
2009+
"text": "Authentication",
2010+
"path": "solution-templates/single-layer-web-application/authentication.md"
2011+
},
2012+
{
2013+
"text": "Database configurations",
2014+
"path": "solution-templates/single-layer-web-application/database-configurations.md"
2015+
},
2016+
{
2017+
"text": "Logging (with Serilog)",
2018+
"path": "solution-templates/single-layer-web-application/logging.md"
2019+
},
2020+
{
2021+
"text": "Swagger integration",
2022+
"path": "solution-templates/single-layer-web-application/swagger-integration.md"
2023+
},
2024+
{
2025+
"text": "Multi-Tenancy",
2026+
"path": "solution-templates/single-layer-web-application/multi-tenancy.md"
2027+
},
2028+
{
2029+
"text": "BLOB Storing",
2030+
"path": "solution-templates/single-layer-web-application/blob-storing.md"
2031+
},
2032+
{
2033+
"text": "CORS configuration",
2034+
"path": "solution-templates/single-layer-web-application/cors-configuration.md"
2035+
}
2036+
]
2037+
}
2038+
]
19782039
},
19792040
{
19802041
"text": "Layered Solution",

0 commit comments

Comments
 (0)