|
1974 | 1974 | }, |
1975 | 1975 | { |
1976 | 1976 | "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 | + ] |
1978 | 2039 | }, |
1979 | 2040 | { |
1980 | 2041 | "text": "Layered Solution", |
|
0 commit comments