Skip to content

Commit f1ea711

Browse files
committed
navbar tab URL and title according to the language selected
1 parent 53b3438 commit f1ea711

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

config.yaml

+45
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,58 @@ languages:
121121
languageName: English
122122
weight: 1
123123
contentDir: content/en
124+
navbar:
125+
- title: Install
126+
url: /install
127+
- title: Documentation
128+
url: /doc
129+
- title: Array computing
130+
url: /arraycomputing
131+
- title: Learn
132+
url: /learn
133+
- title: Community
134+
url: /community
135+
- title: About Us
136+
url: /aboutus
137+
- title: Contribute
138+
url: /contribute
124139
nl:
125140
title: NumPy
126141
languageName: Dutch
127142
weight: 2
128143
contentDir: content/nl
144+
navbar:
145+
- title: Install
146+
url: /nl/install
147+
- title: Documentation
148+
url: /nl/doc
149+
- title: Array computing
150+
url: /nl/arraycomputing
151+
- title: Learn
152+
url: /nl/learn
153+
- title: Community
154+
url: /nl/community
155+
- title: About Us
156+
url: /nl/aboutus
157+
- title: Contribute
158+
url: /nl/contribute
129159
hi:
130160
title: NumPy
131161
languageName: Hindi
132162
weight: 3
133163
contentDir: content/hi
164+
navbar:
165+
- title: Install
166+
url: /hi/install
167+
- title: Documentation
168+
url: /hi/doc
169+
- title: Array computing
170+
url: /hi/arraycomputing
171+
- title: Learn
172+
url: /hi/learn
173+
- title: Community
174+
url: /hi/community
175+
- title: About Us
176+
url: /hi/aboutus
177+
- title: Contribute
178+
url: /hi/contribute

0 commit comments

Comments
 (0)