https://github.com/kube-green/kube-green.github.io
kube-green website
https://github.com/kube-green/kube-green.github.io
Last synced: about 1 month ago
JSON representation
kube-green website
- Host: GitHub
- URL: https://github.com/kube-green/kube-green.github.io
- Owner: kube-green
- License: mit
- Created: 2022-01-05T16:42:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T03:34:22.000Z (about 2 months ago)
- Last Synced: 2025-03-27T22:42:47.680Z (about 2 months ago)
- Language: MDX
- Homepage: https://kube-green.dev
- Size: 18.7 MB
- Stars: 1
- Watchers: 2
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This is the website which contains the documentation of kube-green.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
In `docs` folder are the documentation pages in markdown.
In `blog` folder are the blog post.
In `scripts/api-reference` folder, there are scripts and templates to automatically generate the API reference for *kube-green* CRD.## Installation
```sh
npm i
```## Local Development
```sh
npm start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```sh
npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.