-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayeredCraft.Cdk.Constructs.slnx
More file actions
49 lines (49 loc) · 1.71 KB
/
Copy pathLayeredCraft.Cdk.Constructs.slnx
File metadata and controls
49 lines (49 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Solution>
<Folder Name="/docs/">
<File Path="docs/index.md" />
<File Path="mkdocs.yml" />
<File Path="requirements.txt" />
</Folder>
<Folder Name="/docs/assets/">
<File Path="docs/assets/icon.png" />
</Folder>
<Folder Name="/docs/assets/css/">
<File Path="docs/assets/css/style.scss" />
</Folder>
<Folder Name="/docs/constructs/">
<File Path="docs/constructs/cognito-user-pool.md" />
<File Path="docs/constructs/dynamodb-table.md" />
<File Path="docs/constructs/lambda-function.md" />
<File Path="docs/constructs/static-site.md" />
</Folder>
<Folder Name="/docs/examples/">
<File Path="docs/examples/index.md" />
</Folder>
<Folder Name="/docs/testing/">
<File Path="docs/testing/index.md" />
</Folder>
<Folder Name="/git/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/docs.yml" />
<File Path=".github/workflows/pr-build.yaml" />
<File Path=".github/workflows/pr-title-check.yaml" />
<File Path=".github/workflows/publish-preview.yaml" />
<File Path=".github/workflows/publish-release.yaml" />
<File Path=".github/workflows/release-drafter.yaml" />
<File Path=".gitignore" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="CLAUDE.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/LayeredCraft.Cdk.Constructs/LayeredCraft.Cdk.Constructs.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/LayeredCraft.Cdk.Constructs.Tests/LayeredCraft.Cdk.Constructs.Tests.csproj" />
</Folder>
</Solution>