Skip to content

Commit ae0ad6a

Browse files
author
xyzjesper
committed
Fixed typedoc.json (and added the src - was to lost with the entrypoint)
1 parent f917269 commit ae0ad6a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ More information is available in the [Documentation](https://doc.xyzhub.link/s/d
5151
## 📄 License
5252

5353
This 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.
5555
For commercial use, see:
5656
🔗 [Approved Organizations](https://xyzhub.link/pages/allowed-organisation-to-use-disbot-commercial)
5757

typedoc.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

0 commit comments

Comments
 (0)