Skip to content

Commit

Permalink
improve docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Aug 22, 2023
1 parent 5efa26f commit 243020e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/docfx_project/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
}
],
"build": {
"globalMetadata": {
"_enableSearch": true,
"_appName": "ARCTokenization"
},
"fileMetadata": {
"_appTitle": {
"ARCTokenization/*.md": "ARCTokenization Documentation:",
"ControlledVocabulary/*.md": "ControlledVocabulary Documentation:"
}

},
"content": [
{
"files": [
Expand Down Expand Up @@ -51,8 +62,8 @@
"default",
"modern"
],
"postProcessors": [],
"postProcessors": [ "ExtractSearchIndex" ],
"keepFileLink": false,
"disableGitFeatures": false
}
}
}
2 changes: 2 additions & 0 deletions docs/docfx_project/toc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- name: Home
href: index.md
- name: ControlledVocabulary
items:
- name: Introduction
Expand Down

0 comments on commit 243020e

Please sign in to comment.