-
Notifications
You must be signed in to change notification settings - Fork 3
/
toc.html.view.json
151 lines (151 loc) · 4.27 KB
/
toc.html.view.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"items": [
{
"name": "Getting Started",
"href": "pages/getting-started/how-to-contribute.html",
"tocHref": "pages/getting-started/toc.html",
"topicHref": "pages/getting-started/how-to-contribute.html",
"level": 2.0,
"items": [],
"leaf": true
},
{
"name": "Documentation",
"href": "pages/docs/docs-overview.html",
"tocHref": "pages/docs/toc.html",
"topicHref": "pages/docs/docs-overview.html",
"level": 2.0,
"items": [],
"leaf": true
},
{
"name": "Samples",
"href": "pages/samples/samples-overview.html",
"tocHref": "pages/samples/toc.html",
"topicHref": "pages/samples/samples-overview.html",
"level": 2.0,
"items": [],
"leaf": true
},
{
"name": "Contact",
"href": "pages/contact.html",
"topicHref": "pages/contact.html",
"tocHref": null,
"level": 2.0,
"items": [],
"leaf": true
},
{
"name": "Github",
"href": "https://github.com/ezEngine/ezEngine",
"topicHref": "https://github.com/ezEngine/ezEngine",
"tocHref": null,
"level": 2.0,
"items": [],
"leaf": true
}
],
"_appFaviconPath": "assets/images/favicon.svg",
"_appFooter": "Hello",
"_appLogoPath": "assets/images/EZ-text.svg",
"_appName": "ezEngine",
"_appTitle": "ezEngine",
"_enableGoogleAnalytics": true,
"_enableNewTab": true,
"_enableSearch": true,
"_gitContribute": {
"repo": "https://github.com/ezEngine/docs-src",
"branch": "main"
},
"_key": "toc.yml",
"_navKey": "~/toc.yml",
"_navPath": "toc.html",
"_navRel": "toc.html",
"_path": "toc.html",
"_rel": "",
"_tocKey": "~/toc.yml",
"_tocPath": "toc.html",
"_tocRel": "toc.html",
"__global": {
"namespacesInSubtitle": "Namespaces",
"classesInSubtitle": "Classes",
"structsInSubtitle": "Structs",
"interfacesInSubtitle": "Interfaces",
"enumsInSubtitle": "Enums",
"delegatesInSubtitle": "Delegates",
"constructorsInSubtitle": "Constructors",
"fieldsInSubtitle": "Fields",
"propertiesInSubtitle": "Properties",
"methodsInSubtitle": "Methods",
"eventsInSubtitle": "Events",
"operatorsInSubtitle": "Operators",
"eiisInSubtitle": "Explicit Interface Implementations",
"functionsInSubtitle": "Functions",
"variablesInSubtitle": "Variables",
"typeAliasesInSubtitle": "Type Aliases",
"membersInSubtitle": "Members",
"improveThisDoc": "Edit this page",
"viewSource": "View Source",
"inheritance": "Inheritance",
"derived": "Derived",
"inheritedMembers": "Inherited Members",
"package": "Package",
"namespace": "Namespace",
"assembly": "Assembly",
"syntax": "Syntax",
"overrides": "Overrides",
"implements": "Implements",
"remarks": "Remarks",
"examples": "Examples",
"seealso": "See Also",
"declaration": "Declaration",
"parameters": "Parameters",
"typeParameters": "Type Parameters",
"type": "Type",
"name": "Name",
"description": "Description",
"returns": "Returns",
"fieldValue": "Field Value",
"propertyValue": "Property Value",
"eventType": "Event Type",
"variableValue": "Variable Value",
"typeAliasType": "Type Alias Type",
"exceptions": "Exceptions",
"condition": "Condition",
"extensionMethods": "Extension Methods",
"note": "Note",
"warning": "Warning",
"tip": "Tip",
"important": "Important",
"caution": "Caution",
"tocToggleButton": "Show / Hide Table of Contents",
"tocFilter": "Filter by title",
"search": "Search",
"searchResults": "Search Results for",
"searchResultsCount": "{count} results for \"{query}\"",
"searchNoResults": "No results for \"{query}\"",
"pageFirst": "First",
"pagePrev": "Previous",
"pageNext": "Next",
"pageLast": "Last",
"inThisArticle": "In this article",
"nextArticle": "Next",
"prevArticle": "Previous",
"backToTop": "Back to top",
"themeLight": "Light",
"themeDark": "Dark",
"themeAuto": "Auto",
"changeTheme": "Change theme",
"copy": "Copy",
"downloadPdf": "Download PDF",
"_shared": {}
},
"topicHref": null,
"tocHref": null,
"name": null,
"level": 1.0,
"leaf": false,
"title": "Table of Content",
"_disableToc": true
}