-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
59 lines (59 loc) · 1.92 KB
/
Copy pathconfig.json
File metadata and controls
59 lines (59 loc) · 1.92 KB
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
{
"title": "ROKO Network Documentation",
"description": "ROKO Network documentation \u2014 an EVM Layer 1 with Proof of Accurate Time (PoAT): nanosecond-resolution consensus timestamps, temporal receipts with inclusion enforcement, and an on-chain consensus time oracle.",
"brandMark": "ROKO",
"brandSub": "Network",
"tagline": "The Temporal Layer for Web3",
"copyright": "Roko Network",
"accentColor": "#6366F1",
"docsMap": {
"enabled": true,
"title": "Knowledge Map",
"renderer": "svg"
},
"themePicker": {
"enabled": false,
"themes": ["light", "dark"],
"default": "light"
},
"export": {
"logo": "embed",
"logoPath": "favicon.png",
"showTagline": true,
"showDate": true
},
"seo": {
"enabled": true,
"siteUrl": "https://docs.roko.network",
"generateSitemap": true,
"generateStaticPages": true,
"generateRobotsTxt": true,
"defaultChangeFreq": "weekly",
"structuredData": {
"organizationName": "ROKO Network"
}
},
"theme": {
"colorScheme": "dark",
"surface": "#000000",
"ink": "#ffffff",
"muted": "#BAC0CC",
"accent": "#00d4aa",
"gridLine": "rgba(186, 192, 204, 0.10)",
"highlightBg": "rgba(0, 212, 170, 0.15)",
"highlightBorder": "rgba(0, 212, 170, 0.40)",
"codeBackground": "rgba(255, 255, 255, 0.05)",
"codeBorder": "rgba(186, 192, 204, 0.18)",
"hoverBackground": "rgba(217, 219, 227, 0.07)",
"activeBackground": "rgba(217, 219, 227, 0.12)",
"inputBackground": "rgba(255, 255, 255, 0.03)",
"tableHeaderBg": "rgba(186, 192, 204, 0.08)",
"tableBorder": "rgba(186, 192, 204, 0.15)",
"blockquoteBorder": "rgba(186, 192, 204, 0.45)",
"sidebarBg": "#0a0a0e",
"modalBg": "#101014",
"modalBorder": "#333a44"
},
"fontBody": "'HK Guise', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
"fontMono": "'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace"
}