https://github.com/kubewarden/docs
Kubewarden's documentation
https://github.com/kubewarden/docs
hacktoberfest kubernetes kubernetes-security policy-as-code webassembly
Last synced: 6 months ago
JSON representation
Kubewarden's documentation
- Host: GitHub
- URL: https://github.com/kubewarden/docs
- Owner: kubewarden
- License: cc-by-4.0
- Created: 2020-11-19T14:05:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:04:25.000Z (about 1 year ago)
- Last Synced: 2024-04-12T13:37:47.099Z (about 1 year ago)
- Topics: hacktoberfest, kubernetes, kubernetes-security, policy-as-code, webassembly
- Language: MDX
- Homepage: https://docs.kubewarden.io
- Size: 145 MB
- Stars: 11
- Watchers: 10
- Forks: 21
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/kubewarden/community/blob/main/REPOSITORIES.md#stable)
# kubewarden.io
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
## Installation
```console
yarn install
```## Local Development
```console
yarn 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
```console
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.