1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-23 22:35:11 +02:00
Files
ko-build/docs
Chao Dai 3fe83e4a35 Fix a typo in terraform.md
The field name of `image` does not exist per https://registry.terraform.io/providers/ko-build/ko/latest/docs/resources/build#read-only.

Found this problem while trying to use it, and confirmed it working with this fix.
2024-05-28 16:36:31 -07:00
..
2024-05-28 16:36:31 -07:00
2023-11-08 15:25:24 +00:00
2024-02-27 11:59:38 -05:00
2024-05-06 07:49:14 -04:00

Docs for https://ko.build

Development

Update .md files to update content.

Update mkdocs.yml to update sidebar headers and ordering.

To run locally:

  • install mkdocs and mkdocs-material and run mkdocs serve, or
  • docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
    • on an M1 Mac, use ghcr.io/afritzler/mkdocs-material instead.

This will start a local server on localhost:8000 that autoupdates as you make changes.

Deployment

When PRs are merged, the site will be rebuilt and published automatically.

Credits

The site is powered by mkdocs-material. The code and theme are released under the MIT license.

Content is licensed CC-BY.