fix builds, add basic readme & ignore .cache folder

This commit is contained in:
Martin Allien
2021-04-22 14:18:36 +02:00
parent 45ccc50017
commit 9d8e67dd89
3 changed files with 24 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
.DS_Store
.docz/.cache/

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# [Kerberos Docs](https://doc.kerberos.io)
## Installation
Make sure you have Node JS and Yarn installed.
Grab the dependencies:
$ yarn install
## Development
Run the docs locally for development:
$ yarn dev
For a static site build:
$ yarn build

View File

@@ -35,7 +35,7 @@ On the overview page you will find an intuitive overview of the different pages
When working with Kubernetes, Kerberos Enterprise agents are deployed as a deployment. When working with Docker, Kerberos Enterprise agents are deployed as traditional Docker containers.
![Factory](../../public/images/factory/docker-Kubernetes.gif)
![Factory](../../public/images/factory/docker-kubernetes.gif)
## Kubernetes