Skip to content

Commit fa5cf2d

Browse files
committed
Update docs.yaml to get 3.6 and 3.5 sources from the 3.6-doc and 3.5-doc branches, which contain a recent update to .nav. Put that same .nav in master since we want to maintain that nav order going forward.
1 parent 015df85 commit fa5cf2d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sections:
77
type: sphinx
88
directory: docs
99
versions:
10+
- name: 3.6.0
11+
ref: 3.6-doc
1012
- name: 3.5.0
11-
ref: 3.5.0
12-
redirects:
13-
- \A\/(.*)/\Z: /\1.html
13+
ref: 3.5-doc
14+
-redirects:
15+
- - \A\/(.*)/\Z: /\1.html

docs/.nav

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
installation
22
getting_started
3-
object_mapper
4-
api
5-
upgrading
63
execution_profiles
4+
lwt
5+
object_mapper
76
performance
87
query_paging
9-
lwt
10-
user_defined_types
118
security
9+
upgrading
10+
user_defined_types
1211
dates_and_times
1312
faq
13+
api

0 commit comments

Comments
 (0)