Skip to content

Commit 7a20053

Browse files
authored
feat(docs): update & move mainLinks.json - WDOC-1099 (#5147)
1 parent 64fb80a commit 7a20053

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

menu/mainLinks.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"foremostLinks": [
3+
{
4+
"icon": "DevToolsCategoryIcon",
5+
"label": "API Documentation",
6+
"slug": "https://www.scaleway.com/en/developers/"
7+
},
8+
{
9+
"icon": "UseCaseCategoryIcon",
10+
"label": "Tutorials",
11+
"slug": "tutorials"
12+
},
13+
{
14+
"icon": "BillingCategoryIcon",
15+
"label": "Troubleshooting Hub",
16+
"slug": "troubleshooting"
17+
},
18+
{
19+
"icon": "BillingCategoryIcon",
20+
"label": "Interactive Demos",
21+
"slug": "demos"
22+
},
23+
{
24+
"icon": "DocumentationCategoryIcon",
25+
"label": "FAQs",
26+
"slug": "faq"
27+
},
28+
{
29+
"icon": "ManagementAndGovernanceCategoryIcon",
30+
"label": "Changelog",
31+
"slug": "changelog"
32+
}
33+
],
34+
"quickLinks": [
35+
{
36+
"label": "Scaleway Learning",
37+
"slug": "https://www.scaleway.com/en/scaleway-learning/"
38+
},
39+
{
40+
"label": "Docs Github",
41+
"slug": "https://github.com/scaleway/docs-content"
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)