-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
docs.config.json
74 lines (74 loc) · 1.69 KB
/
docs.config.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "AngleSharp",
"title": "AngleSharp - Documentation",
"description": "AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification..",
"author": "Florian Rappl",
"branch": "main",
"repositoryUrl": "https://github.com/AngleSharp/anglesharp.github.io",
"rootDir": ".",
"styles": [
"./src/styles.css"
],
"outputDir": "./dist",
"components": {
"logo": "./src/Logo.tsx",
"footer": "./src/Footer.tsx",
"notFoundPage": "./src/NotFoundPage.tsx"
},
"pages": {
"/": "./src/HomePage.tsx",
"/imprint": "./src/ImprintPage.tsx"
},
"helpers": {
"setup": "./src/setup.tsx",
"plugins": "./src/plugins.ts",
"requestPilets": "./src/requestPilets.ts"
},
"layouts": {
"blog": "./src/Blog.tsx"
},
"sitemap": {
"general": {
"title": "General",
"sections": [
{
"generator": "markdown",
"segment": "",
"dir": "general"
}
]
},
"docs": {
"title": "Documentation",
"sections": [
{
"generator": "markdown",
"segment": "",
"dir": "tutorials"
}
]
},
"blog": {
"title": "Blog",
"sections": [
{
"generator": "markdown",
"segment": "",
"layout": "blog",
"sorting": "desc",
"dir": "blog"
}
]
},
"projects": {
"title": "Projects",
"sections": [
{
"generator": "markdown",
"segment": "",
"dir": "projects"
}
]
}
}
}