forked from NFDI4Chem/knowledge_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.json
35 lines (35 loc) · 885 Bytes
/
navbar.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
{
"logo": {
"alt": "NFDI4Chem Logo",
"src": "img/N4C_logo_navbar_large.svg"
},
"items": [
{
"type": "doc",
"docId": "intro/intro",
"position": "left",
"label": "Knowledge Base"
},
{
"label": "NFDI4Chem",
"href": "https://www.nfdi4chem.de"
},
{
"label": "Terminology Service",
"href": "https://terminology.nfdi4chem.de/"
},
{
"label": "Search Service",
"href": "https://search.nfdi4chem.de/"
},
{
"label": "FAQ",
"href": "https://www.nfdi4chem.de/index.php/frequently-asked-questions/"
},
{
"type": "localeDropdown",
"position": "right",
"queryString": "?userLocale=true"
}
]
}