docs: add material theme for documentation site

This commit is contained in:
Stevan Freeborn
2024-07-07 17:31:26 -05:00
parent 599a11cd2d
commit 8a6af152b0
4 changed files with 375 additions and 9 deletions
+4 -2
View File
@@ -30,12 +30,14 @@
"output": "../docs",
"template": [
"default",
"modern"
"modern",
"templates/material"
],
"globalMetadata": {
"_appName": "AnthropicClient",
"_appTitle": "AnthropicClient",
"_enableSearch": true
}
},
"postProcessors": ["ExtractSearchIndex"]
}
}