Skip to content

Commit

Permalink
feat:update docs generation project.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 22, 2023
1 parent fc1b27d commit a290cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@
"files": [
"**/bin/Release/net8.0/**.dll"
]
},
{
"src": "../src/LLMService.OpenAI.ChatGPT",
"files": [
"**/bin/Release/net8.0/**.dll"
]
}
],
"dest": "dist/api/v0.0.1.4-preview"
"dest": "dist/api/v0.0.2.0-preview"
}
],
"build": {
Expand All @@ -44,7 +50,7 @@
]
}
],
"output": "dist/_site/v0.0.1.4-preview",
"output": "dist/_site/v0.0.2.0-preview",
"template": [
"default",
"modern",
Expand All @@ -55,7 +61,7 @@
"globalMetadata": {
"_appName": "Aeex.LLMService.Baidu",
"_appTitle": "Aeex.LLMService.Baidu",
"_currentVersion": "0.0.1.4-preview",
"_currentVersion": "0.0.2.0-preview",
"_enableSearch": true,
"pdf": true
}
Expand Down
4 changes: 2 additions & 2 deletions docs/toc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Docs
href: docs/
- name: API(v0.0.1.4-preview)
href: dist/api/v0.0.1.4-preview/
- name: API(v0.0.2.0-preview)
href: dist/api/v0.0.2.0-preview/

0 comments on commit a290cc2

Please sign in to comment.