-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathdocs-builder.slnx
More file actions
116 lines (116 loc) · 6.27 KB
/
docs-builder.slnx
File metadata and controls
116 lines (116 loc) · 6.27 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<Solution>
<Folder Name="/actions/" />
<Folder Name="/actions/assembler-match/">
<File Path="actions/assembler-match/action.yml" />
</Folder>
<Folder Name="/actions/diff-validate/">
<File Path="actions/diff-validate/action.yml" />
</Folder>
<Folder Name="/actions/publish-vercel/">
<File Path="actions/publish-vercel/action.yml" />
</Folder>
<Folder Name="/actions/publish/">
<File Path="actions/publish/action.yml" />
<File Path="actions/publish/github-pages.png" />
</Folder>
<Folder Name="/actions/update-link-index/">
<File Path="actions/update-link-index/action.yml" />
<File Path="actions/update-link-index/README.md" />
</Folder>
<Folder Name="/actions/validate-inbound-local/">
<File Path="actions/validate-inbound-local/action.yml" />
</Folder>
<Folder Name="/actions/validate-path-prefixes-local/">
<File Path="actions/validate-path-prefixes-local/action.yml" />
</Folder>
<Folder Name="/config/">
<File Path="config/assembler.yml" />
<File Path="config/changelog.example.yml" />
<File Path="config/legacy-url-mappings.yml" />
<File Path="config/navigation.yml" />
<File Path="config/codex.example.yml" />
<File Path="config/products.yml" />
<File Path="config/versions.yml" />
<File Path="config/search.yml" />
</Folder>
<Folder Name="/root/">
<File Path="build.bat" />
<File Path="build.sh" />
<File Path="CONTRIBUTING.MD" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="dotnet-tools.json" />
<File Path="global.json" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/Elastic.Codex/Elastic.Codex.csproj" />
<Project Path="src/Elastic.ApiExplorer/Elastic.ApiExplorer.csproj" />
<Project Path="src/Elastic.Documentation.Configuration/Elastic.Documentation.Configuration.csproj" />
<Project Path="src/Elastic.Documentation.LegacyDocs/Elastic.Documentation.LegacyDocs.csproj" />
<Project Path="src/Elastic.Documentation.LinkIndex/Elastic.Documentation.LinkIndex.csproj" />
<Project Path="src/Elastic.Documentation.Links/Elastic.Documentation.Links.csproj" />
<Project Path="src/Elastic.Documentation.Navigation/Elastic.Documentation.Navigation.csproj" />
<Project Path="src/Elastic.Documentation.ServiceDefaults/Elastic.Documentation.ServiceDefaults.csproj" />
<Project Path="src/Elastic.Documentation.Site/Elastic.Documentation.Site.csproj" />
<Project Path="src/Elastic.Documentation.Svg/Elastic.Documentation.Svg.csproj" />
<Project Path="src/Elastic.Documentation/Elastic.Documentation.csproj" />
<Project Path="src/Elastic.Markdown/Elastic.Markdown.csproj" />
</Folder>
<Folder Name="/src/api/">
<Project Path="src/api/Elastic.Documentation.Api.Core/Elastic.Documentation.Api.Core.csproj" />
<Project Path="src/api/Elastic.Documentation.Api.Infrastructure/Elastic.Documentation.Api.Infrastructure.csproj" />
<Project Path="src/api/Elastic.Documentation.Api.App/Elastic.Documentation.Api.App.csproj" />
<Project Path="src/api/Elastic.Documentation.Mcp.Remote/Elastic.Documentation.Mcp.Remote.csproj" />
</Folder>
<Folder Name="/src/authoring/">
<Project Path="src/authoring/Elastic.Documentation.Refactor/Elastic.Documentation.Refactor.csproj" />
</Folder>
<Folder Name="/src/infra/">
<Project Path="src/infra/docs-lambda-index-publisher/docs-lambda-index-publisher.csproj" />
</Folder>
<Folder Name="/src/services/">
<Project Path="src/services/Elastic.Changelog/Elastic.Changelog.csproj" />
<Project Path="src/services/Elastic.Documentation.Assembler/Elastic.Documentation.Assembler.csproj" />
<Project Path="src/services/Elastic.Documentation.Isolated/Elastic.Documentation.Isolated.csproj" />
<Project Path="src/services/Elastic.Documentation.Integrations/Elastic.Documentation.Integrations.csproj" />
<Project Path="src/services/Elastic.Documentation.Services/Elastic.Documentation.Services.csproj" />
<Project Path="src/services/Elastic.Documentation.Search/Elastic.Documentation.Search.csproj" />
</Folder>
<Folder Name="/src/tooling/">
<File Path="src/tooling/Directory.Build.props" />
<Project Path="src/tooling/docs-builder/docs-builder.csproj" />
</Folder>
<Folder Name="/tests-integration/">
<File Path="tests-integration/Directory.Build.props" />
<Project Path="tests-integration/Elastic.Assembler.IntegrationTests/Elastic.Assembler.IntegrationTests.csproj" />
<Project Path="tests-integration/Elastic.Documentation.Api.IntegrationTests/Elastic.Documentation.Api.IntegrationTests.csproj" />
<Project Path="tests-integration/Search.IntegrationTests/Search.IntegrationTests.csproj" />
<Project Path="tests-integration/Mcp.Remote.IntegrationTests/Mcp.Remote.IntegrationTests.csproj" />
<Project Path="tests-integration/Elastic.ContentDateEnrichment.IntegrationTests/Elastic.ContentDateEnrichment.IntegrationTests.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/Directory.Build.props" />
<Project Path="tests/authoring/authoring.fsproj" />
<Project Path="tests/Elastic.ApiExplorer.Tests/Elastic.ApiExplorer.Tests.csproj" />
<Project Path="tests/Elastic.Documentation.Api.Infrastructure.Tests/Elastic.Documentation.Api.Infrastructure.Tests.csproj" />
<Project Path="tests/Elastic.Documentation.Build.Tests/Elastic.Documentation.Build.Tests.csproj" />
<Project Path="tests/Elastic.Documentation.Configuration.Tests/Elastic.Documentation.Configuration.Tests.csproj" />
<Project Path="tests/Elastic.Documentation.LegacyDocs.Tests/Elastic.Documentation.LegacyDocs.Tests.csproj" />
<Project Path="tests/Elastic.Markdown.Tests/Elastic.Markdown.Tests.csproj" />
<Project Path="tests/Navigation.Tests/Navigation.Tests.csproj" />
<Project Path="tests/Elastic.Changelog.Tests/Elastic.Changelog.Tests.csproj" />
<Project Path="tests/Elastic.Documentation.Integrations.Tests/Elastic.Documentation.Integrations.Tests.csproj" />
</Folder>
<Project Path=".github/.github.csproj">
<Build Project="false" />
</Project>
<Project Path="aspire/aspire.csproj" />
<Project Path="build/build.fsproj">
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="docs/docs.csproj">
<Build Project="false" />
</Project>
</Solution>