forked from MangelMaxime/Fable.Form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnacara.config.json
111 lines (111 loc) · 3.77 KB
/
nacara.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
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
{
"serverPort": 8081,
"siteMetadata": {
"title": "Fable.Form",
"url": "https://mangelmaxime.github.io",
"baseUrl": "/Fable.Form/",
"editUrl" : "https://github.com/MangelMaxime/Fable.Form/edit/main/docs"
},
"navbar": {
"start": [
{
"pinned": true,
"label": "Docs",
"items": [
{
"section": "Fable.Form",
"label": "Fable.Form",
"description": "Extensible core library used to build forms",
"url": "/Fable.Form/Fable.Form/how_to_use.html"
},
"divider",
{
"section": "Fable.Form.Simple",
"label": "Fable.Form.Simple",
"description": "Simple form implementation, you can write your own view on top of it",
"url": "/Fable.Form/Fable.Form.Simple/features.html"
},
"divider",
{
"section": "Fable.Form.Simple.Bulma",
"label": "Fable.Form.Simple.Bulma",
"description": "View implementation for Fable.Form.Simple based on Bulma",
"url": "/Fable.Form/Fable.Form.Simple.Bulma/installation.html"
}
]
},
{
"section": "examples",
"label": "Examples",
"url": "/Fable.Form/examples/index.html"
},
{
"label": "Changelogs",
"items": [
{
"section": "changelogs",
"label": "Fable.Form",
"url": "/Fable.Form/changelogs/Fable.Form.html"
},
{
"section": "changelogs",
"label": "Fable.Form.Simple",
"url": "/Fable.Form/changelogs/Fable.Form.Simple.html"
},
{
"section": "changelogs",
"label": "Fable.Form.Simple.Bulma",
"url": "/Fable.Form/changelogs/Fable.Form.Simple.Bulma.html"
},
{
"section": "changelogs",
"label": "fable-form-simple-bulma",
"url": "/Fable.Form/changelogs/fable-form-simple-bulma.html"
}
]
},
{
"url": "https://gitter.im/fable-compiler/Fable",
"label": "Support"
},
{
"section": "sponsors",
"label": "Sponsors",
"url": "/Fable.Form/sponsors.html"
}
],
"end": [
{
"url": "https://github.com/MangelMaxime/Fable.Form",
"icon": "fab fa-github",
"label": "GitHub"
},
{
"url": "https://twitter.com/MangelMaxime",
"icon": "fab fa-twitter",
"label": "Twitter"
}
]
},
"remarkPlugins": [
{
"resolve": "gatsby-remark-vscode",
"property": "remarkPlugin",
"options": {
"theme": "Atom One Light",
"extensions": [
"vscode-theme-onelight"
]
}
},
{
"resolve": "remark-github",
"options": {
"repository": "MangelMaxime/Fable.Form"
}
}
],
"layouts": [
"nacara-layout-standard"
]
}