-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.json
69 lines (69 loc) · 3.17 KB
/
book.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
{
"root": "./src",
"author": "Bradyn Glines <@glinesbdev>",
"title": "Versus",
"description": "A community driven reference for the Verse programming language (Epic Games)",
"language": "en",
"direction": "ltr",
"gitbook.version": ">=3.2.0",
"plugins": [
"collapsible-menu",
"-sharing",
"code"
],
"pluginsConfig": {
"richquotes": {
"default": false
},
"github": {
"url": "https://github.com/glinesbdev/versus"
},
"code": {
"copyButtons": true
}
},
"variables": {
"macros_path": "/macros/macros.html",
"partials": {
"path": "/partials",
"images_path": "/partials/images"
},
"project": {
"readme_url": "https://github.com/glinesbdev/versus/blob/main/README"
},
"examples": {
"path": "/examples"
},
"uefn_essentials": {
"path": "/uefn-essentials"
},
"external": {
"links": {
"fortnite_create": "https://create.fortnite.com",
"fornite_creative_discord": "https://discord.gg/fortnitecreative",
"fortnite_creative_team_docs": "https://dev.epicgames.com/documentation/en-us/uefn/creating-teams-in-creator-portal-in-unreal-editor-for-fortnite",
"uefn": "https://www.fortnite.com/news/unreal-editor-for-fortnite-and-creator-economy-2-0-are-here-new-worlds-await",
"uefn_collaboration": "https://dev.epicgames.com/documentation/en-us/uefn/collaborating-in-unreal-editor-for-fortnite",
"uefn_docs": "https://dev.epicgames.com/documentation/en-us/uefn/unreal-editor-for-fortnite-documentation",
"uefn_gameplay_docs": "https://dev.epicgames.com/documentation/en-us/uefn/learn-game-mechanics-in-unreal-editor-for-fortnite",
"uefn_download": "https://store.epicgames.com/en-US/p/fortnite--uefn",
"uefn_unreal": {
"revision_control": "https://dev.epicgames.com/documentation/en-us/uefn/unreal-revision-control-in-unreal-editor-for-fortnite"
},
"uefn_verse": {
"common_types": "https://dev.epicgames.com/documentation/en-us/uefn/common-types-in-verse",
"learn": "https://dev.epicgames.com/documentation/en-us/uefn/learn-programming-with-verse-in-unreal-editor-for-fortnite",
"language_reference": "https://dev.epicgames.com/documentation/en-us/uefn/verse-language-reference",
"api_reference": "https://dev.epicgames.com/documentation/en-us/uefn/verse-api",
"specifiers_and_attributes": "https://dev.epicgames.com/documentation/en-us/uefn/specifiers-and-attributes-in-verse"
},
"uefn_glossary": {
"device": "https://dev.epicgames.com/documentation/en-us/uefn/unreal-editor-for-fortnite-glossary#device"
}
}
}
}
}