-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.esdoc.json
More file actions
20 lines (20 loc) · 585 Bytes
/
.esdoc.json
File metadata and controls
20 lines (20 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"logo": "./img/minerender-x256.png",
"title": "MineRender",
"description": "Documentation for MineRender, quick, easy, interactive Minecraft renders",
"repository": "https://github.com/InventivetalentDev/MineRender",
"site": "https://minerender.org",
"author": "inventivetalent",
"image": "https://minerender.org/img/minerender-x256.png"
}
}
}
]
}