File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 source_dir : .
4141 name : DisBot Code Docs
4242 front_page : README.md
43- htmlLang : " "
43+ htmlLang : " docs "
4444 basePath : /docs
45- darkHighlightTheme : " "
46-
45+ darkHighlightTheme : " dark-plus "
46+
4747
4848 - name : Setup Pages
4949 uses : actions/configure-pages@v3
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ More information is available in the [Documentation](https://doc.xyzhub.link/s/d
5151## 📄 License
5252
5353This project is licensed under the ** PolyForm Noncommercial License 1.0.0** .
54- See the [ LICENSE] ( ./ LICENSE) file for details.
54+ See the [ LICENSE] ( LICENSE.md ) file for details.
5555For commercial use, see:
5656🔗 [ Approved Organizations] ( https://xyzhub.link/pages/allowed-organisation-to-use-disbot-commercial )
5757
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://typedoc.org/schema.json" ,
33 "entryPoints" : [
4- " ./src/* "
4+ " ./src"
55 ],
6- "tsconfig" : " ./tsconfig.json" ,
7- "out" : " doc" ,
8- "basePath" : " /docs" ,
9- "html" : " true" ,
6+ "entryPointStrategy" : " expand" ,
7+ "out" : " ./docs" ,
8+ "favicon" : " https://disbot.app/_next/image?url=%2Fdisbot.webp" ,
9+ "theme" : " default" ,
10+ "html" : " docs" ,
11+ "darkHighlightTheme" : " dark-plus" ,
1012 "name" : " DisBot"
1113}
You can’t perform that action at this time.
0 commit comments