https://github.com/epinio/docs
Documentation for Epinio
https://github.com/epinio/docs
documentation epinio kubernetes paas
Last synced: 5 months ago
JSON representation
Documentation for Epinio
- Host: GitHub
- URL: https://github.com/epinio/docs
- Owner: epinio
- License: cc-by-4.0
- Created: 2021-09-27T12:13:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T21:30:36.000Z (5 months ago)
- Last Synced: 2026-01-20T21:43:35.211Z (5 months ago)
- Topics: documentation, epinio, kubernetes, paas
- Language: JavaScript
- Homepage: https://docs.epinio.io
- Size: 228 MB
- Stars: 3
- Watchers: 8
- Forks: 18
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ 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
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= 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.