We hardcode v1.0 as latestVersion during v1.1 freeze so that the new
branch will not be the default shown to users visiting the site.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Updates docs to warn users who are viewing the v1.1 docs that it has not
been released yet. This will display the same message as if they were
viewing the master docs.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Jekyll strips the path from the README page so we must add it back to
make sure the Edit on Github button has the correct link.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Currently the edit on github link always assumes
the document is available on master and also does
not include full repo directory path. This updates
to link to the specific release branch and also
include any directory nesting that is present in
the repo but not necessarily rendered in the
website url.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>