aboutsummaryrefslogtreecommitdiff
path: root/typedoc.json
blob: caaab578edd91121eb7d4284418203e6c90e6790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
	"name": "Githermit docs",
	"entryPoints": [
		"packages/server/src/git/index.ts",
		"packages/api/src/index.d.ts"
	],
	"hideGenerator": true,
	"out": "docs",
	"tsconfig": "packages/server/tsconfig.json",
	"theme": "../typedoc-theme-slick-dark/bin/default",
	"highlightTheme": "dark-plus",
	"pages": {
		"reflectionNavigationTitle": "Development",
		"groups": [
			{
				"title": "Guides",
				"pages": [
					{
						"title": "Installation",
						"source": "documentation/installation.md"
					},
					{
						"title": "Hacking",
						"source": "documentation/hacking.md"
					}
				]
			}
		]
	}
}