Skip to content

Commit

Permalink
DocFX update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jan 7, 2024
1 parent 4649e31 commit 3377a91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/articles/v2/Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Quickstart
*See [here](../v1/toc.yml) for the PrefabsV1 API documentation.*
*See [here](../v1/Overview.md) for the PrefabsV1 API documentation.*
It contains both the v1 API usage and how to generally register UIExtenderEx to make it work!

Version 2 of the API builds off of the the concepts of the original API, but offers a bit more versatility, and aggregates some of the original prefab types to offer a (hopefully) simpler API.
Expand Down
15 changes: 5 additions & 10 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@
"https://butr.github.io/Bannerlord.ReferenceAssemblies.Documentation/xrefmap.yml"
],
"content": [
{
"files": [ "**/**.{md,yml}" ],
"exclude": [ "_site/**", "obj/**" ]
}
{ "files": [ "**/**.{md,yml}" ], "exclude": [ "_site/**", "obj/**" ] }
],
"resource": [
{
"files": [ "**/images/**", "codesnippet/**", "CNAME", "**/**.png" ],
"exclude": [ "_site/**", "obj/**" ]
}
{ "files": [ "images/**", "codesnippet/**", "CNAME" ], "exclude": [ "_site/**", "obj/**" ] },
{ "files": [ "articles/**/*.png" ], "exclude": [ "_site/**", "obj/**" ] }
],
"dest": "_site",
"globalMetadata": {
Expand All @@ -40,11 +35,11 @@
"template": [
"default",
"modern",
"_template/last-modified"
//"_template/last-modified"
],
"postProcessors": [
"ExtractSearchIndex",
"LastModifiedPostProcessor"
//"LastModifiedPostProcessor"
]
}
}
2 changes: 1 addition & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
dropdown: true
items:
- name: Official Documentation
href: https://docs.modding.bannerlord.com/
href: https://moddocs.bannerlord.com/
- name: Community Documentation
href: https://docs.bannerlordmodding.com/

0 comments on commit 3377a91

Please sign in to comment.