1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-10 19:41:38 +02:00
Batuhan Apaydın 03f4aed682
add ko community meeting details (#938)
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-02-25 09:17:25 -05:00
..
2022-09-30 15:04:37 -04:00
2022-12-12 16:24:24 -05:00
2022-09-30 15:04:37 -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.