ContainerImage.Pinniped/site
Matt Moyer fd5ed2e5da
Rework "install" sections of our docs.
- Remove all the "latest" links and replace them with our new shortcode so they point at the latest release in a more explicit way.
  This also eliminates one of the sections in our Concierge and Supervisor install guides, since you're always installing a specific version.

- Provide instructions for installing with both kapp (one step) and kubectl (two steps for the Concierge).

- Minor wording changes. Mainly we are now a bit less verbose about reminding people they can choose a different version (once per page instead of in each step).

- When we give an example `kapp deploy` command, don't suggest `--yes` and `--diff-changes`.
  Users can still use these but it seems overly verbose for an example command.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-07-29 08:45:19 -05:00
..
archetypes Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00
content Rework "install" sections of our docs. 2021-07-29 08:45:19 -05:00
redirects More website tweaks. 2021-02-23 14:03:37 -06:00
resources/_gen/assets/scss/scss More website tweaks. 2021-02-23 14:03:37 -06:00
themes/pinniped Rework "install" sections of our docs. 2021-07-29 08:45:19 -05:00
.gitignore Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00
README.md Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00
config.yaml Create a site parameter and shortcode for "latestversion". 2021-07-29 08:45:18 -05:00
netlify.toml Disable Content-Security-Policy for now. 2021-04-09 10:58:39 -05:00

README.md

Website for Pinniped

Prerequisites
  • Hugo
    • macOS: brew install hugo
    • Windows: choco install hugo-extended -confirm

Build

hugo server --disableFastRender

Serve

Serve site at http://localhost:1313