|
| 1 | +<Solution> |
| 2 | + <Folder Name="/docs/"> |
| 3 | + <File Path="docs/index.md" /> |
| 4 | + <File Path="mkdocs.yml" /> |
| 5 | + <File Path="requirements.txt" /> |
| 6 | + </Folder> |
| 7 | + <Folder Name="/docs/assets/"> |
| 8 | + <File Path="docs/assets/icon.png" /> |
| 9 | + </Folder> |
| 10 | + <Folder Name="/docs/assets/css/"> |
| 11 | + <File Path="docs/assets/css/style.scss" /> |
| 12 | + </Folder> |
| 13 | + <Folder Name="/docs/constructs/"> |
| 14 | + <File Path="docs/constructs/dynamodb-table.md" /> |
| 15 | + <File Path="docs/constructs/lambda-function.md" /> |
| 16 | + <File Path="docs/constructs/static-site.md" /> |
| 17 | + </Folder> |
| 18 | + <Folder Name="/docs/examples/"> |
| 19 | + <File Path="docs/examples/index.md" /> |
| 20 | + </Folder> |
| 21 | + <Folder Name="/docs/testing/"> |
| 22 | + <File Path="docs/testing/index.md" /> |
| 23 | + </Folder> |
| 24 | + <Folder Name="/git/"> |
| 25 | + <File Path=".github/dependabot.yml" /> |
| 26 | + <File Path=".github/workflows/build.yaml" /> |
| 27 | + <File Path=".github/workflows/docs.yml" /> |
| 28 | + <File Path=".github/workflows/pr-build.yaml" /> |
| 29 | + <File Path=".gitignore" /> |
| 30 | + </Folder> |
| 31 | + <Folder Name="/Solution Items/"> |
| 32 | + <File Path="CLAUDE.md" /> |
| 33 | + <File Path="Directory.Build.props" /> |
| 34 | + <File Path="LICENSE" /> |
| 35 | + <File Path="README.md" /> |
| 36 | + </Folder> |
| 37 | + <Folder Name="/src/"> |
| 38 | + <Project Path="src/LayeredCraft.Cdk.Constructs/LayeredCraft.Cdk.Constructs.csproj" /> |
| 39 | + </Folder> |
| 40 | + <Folder Name="/test/"> |
| 41 | + <Project Path="test/LayeredCraft.Cdk.Constructs.Tests/LayeredCraft.Cdk.Constructs.Tests.csproj" /> |
| 42 | + </Folder> |
| 43 | +</Solution> |
0 commit comments