File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 9
9
Change doc.rust-lang.org to redirect to the latest release instead of an alias
10
10
of stable.
11
11
12
+ Introduce a banner that contains a dropdown allowing users to switch between versions,
13
+ noting when a release is not the most current release.
14
+
12
15
# Motivation
13
16
[ motivation ] : #motivation
14
17
@@ -60,10 +63,15 @@ allow us to update the URL structure of our documentation more freely.
60
63
# Detailed design
61
64
[ design ] : #detailed-design
62
65
66
+ https://doc.rust-lang.org/ will be updated to have a heading
67
+ with a drop-down that allows you to select between different versions of the docs. It
68
+ will also display a message when looking at older documentation.
69
+
63
70
https://doc.rust-lang.org/ should issue a redirect to https://doc.rust-lang.org/RELEASE ,
64
71
where RELEASE is the latest stable release, like ` 1.14.0 ` .
65
72
66
- Part of the release process will be updating this redirect.
73
+ The exact details will be worked out before this is 'stabilized' on doc.rust-lang.org;
74
+ only the general approach is presented in this RFC.
67
75
68
76
# How We Teach This
69
77
[ how-we-teach-this ] : #how-we-teach-this
You can’t perform that action at this time.
0 commit comments