You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
When running ./scripts/update_docs.sh
It creates a new set of versioned docs based on the current set for master. However, I think it copies the README from the repo root and so the URLs are not appropriate for the website. They should be using relative links between pages and things like that so links will go to the correct page for that version of the docs.
The text was updated successfully, but these errors were encountered:
Also update the release docs to link to travis for checking the build/release. For tagged releases there isn't a PR to grab the link from ( https://travis-ci.org/heptio/sonobuoy/builds )
This script was written to consider the root README as the source
of truth but I think that was before we realized that the docs
for the site have slightly different linking requirements.
As a result, the appropriate place to take the README from is the
master docs.
Fixes#887
Signed-off-by: John Schnake <[email protected]>
Describe the solution you'd like
When running
./scripts/update_docs.sh
It creates a new set of versioned docs based on the current set for master. However, I think it copies the README from the repo root and so the URLs are not appropriate for the website. They should be using relative links between pages and things like that so links will go to the correct page for that version of the docs.
The text was updated successfully, but these errors were encountered: