We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46ee31 commit 23d16caCopy full SHA for 23d16ca
1 file changed
docfx.json
@@ -0,0 +1,28 @@
1
+{
2
+ "metadata": [
3
+ {
4
+ "src": [
5
+ { "files": ["src/PromptStream.AI/**/*.csproj"] },
6
+ { "files": ["src/PromptStream.AI.CLI/**/*.csproj"] }
7
+ ],
8
+ "dest": "api-reference",
9
+ "filter": "filterConfig.yml"
10
+ }
11
12
+ "build": {
13
+ "content": [
14
+ { "files": ["docs/**/*.md"] },
15
+ { "files": ["api-reference/**.yml"], "exclude": ["obj/**"] }
16
17
+ "resource": [
18
+ { "files": ["docs/images/**"] }
19
20
+ "globalMetadata": {
21
+ "_appTitle": "PromptStream.AI Documentation",
22
+ "_appFooter": "© 2025 AndrewClements84 · Built with DocFX"
23
+ },
24
+ "dest": "site",
25
+ "markdownEngineName": "markdig",
26
+ "xref": ["https://learn.microsoft.com/en-us/dotnet/csharp/xrefmap.yml"]
27
28
+}
0 commit comments