Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imjasonh/ko.build


https://github.com/imjasonh/ko.build

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# [ko.build](https://ko.build)

This repo holds the content, config and code for the documentation website for [`ko`](https://github.com/google/ko), at 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`](https://squidfunk.github.io/mkdocs-material/getting-started/) and run `mkdocs serve`.

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

## Deployment

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

### Credits

This site is powered by [mkdocs-material](https://squidfunk.github.io/mkdocs-material). The code and theme are released under the MIT license.

Content is licensed [CC-BY](https://creativecommons.org/licenses/by/4.0/).