Skip to content

jonquil2002/kots.io

 
 

Repository files navigation

kots.io

Running the docs

  • Run hugo serve

Validating the docs (e.g., to check for broken links)

  • Ensure that you have httm-proofer. If not, run gem install html-proofer to install.
  • Run hugo -v -s .
  • Run htmlproofer --allow-hash-href --check-html --empty-alt-ignore --url-ignore /kots.io/css/ "./public"

Create new releases with:

$ hugo new release-notes/<version>.md

Create shortcodes

{{< notes title="Note Title" >}}
This is a note.
{{< /notes >}}

{{< warning title="Warning Title" >}}
This is a warning.
{{< /warning >}}

{{< callout >}}
This is a callout.
{{< /callout >}}

About

Docs site for KOTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 68.6%
  • HTML 19.9%
  • JavaScript 9.7%
  • Makefile 1.7%
  • Shell 0.1%