forked from loopbackio/loopback.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topnav.yml
56 lines (55 loc) · 1.89 KB
/
topnav.yml
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
## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: API Docs
external_url: http://apidocs.strongloop.com
#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
folders:
- title: View
folderitems:
- title: LoopBack Overview
url: /index.html
- title: LoopBack 3.0
url: /doc/en/lb3/
- title: LoopBack 2.x
url: /doc/en/lb2/
- title: Community projects
url: /doc/en/community/
- title: Contributing to LoopBack
url: /doc/en/contrib/
- title: Resources
folderitems:
- title: Docs Github Repo
external_url: https://github.com/strongloop/loopback.io
- title: Announcements Mailing List
external_url: https://groups.google.com/forum/#!forum/loopbackjs-announcements
- title: Developer Forum
external_url: https://groups.google.com/forum/#!forum/loopbackjs
- title: Gitter Chat Room
external_url: https://gitter.im/strongloop/loopback
- title: LoopBack on Stack Overflow
external_url: http://stackoverflow.com/questions/tagged/loopbackjs
- title: StrongLoop Blog
external_url: https://strongloop.com/strongblog/category/loopback-2/
- title: Translations
folderitems:
- title: "Español (v2)"
url: /doc/es/lb2/
- title: "Français (v2)"
url: /doc/fr/lb2/
- title: "한국어 (v3)"
url: /doc/ko/lb3/
- title: "한국어 (v2)"
url: /doc/ko/lb2/
- title: "Português (v2)"
url: /doc/pt-br/lb2/
- title: "日本語 (v2)"
url: /doc/ja/lb2/
- title: "Pусский (v2)"
url: /doc/ru/lb2/
- title: "中文 (v2)"
url: /doc/zh/lb2/