Skip to content

Commit 5b9a99d

Browse files
committed
feat(footer): Add footer and theming
1 parent b609eb2 commit 5b9a99d

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

tutorials.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"theme": {
3-
"main": "#2bb673"
3+
"primary": {
4+
"background": "#2bb673",
5+
"text": "#fff"
6+
},
7+
"accent": {
8+
"background": "#533d88",
9+
"text": "#fff"
10+
}
411
},
512
"title": "Botfuel Tutorials",
613
"headline": "Welcome to Botfuel Tutorials Platform !",
@@ -10,6 +17,38 @@
1017
"github": "https://github.com/Botfuel/botfuel-dialog",
1118
"documentation": "https://docs.botfuel.io/"
1219
},
20+
"footer": [
21+
{
22+
"title": "Company",
23+
"links": [
24+
{
25+
"title": "Website",
26+
"link": "https://www.botfuel.io"
27+
},
28+
{
29+
"title": "We are hiring",
30+
"link": "https://www.welcometothejungle.co/companies/botfuel/jobs"
31+
},
32+
{
33+
"title": "Contact us",
34+
"link": "https://www.botfuel.io/en/more/contact"
35+
}
36+
]
37+
},
38+
{
39+
"title": "Developers",
40+
"links": [
41+
{
42+
"title": "Portal",
43+
"link": "https://app.botfuel.io"
44+
},
45+
{
46+
"title": "Documentation",
47+
"link": "https://docs.botfuel.io"
48+
}
49+
]
50+
}
51+
],
1352
"tutorials": [
1453
{
1554
"id": "regex-imatriculation",

0 commit comments

Comments
 (0)