mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
fix builds, add basic readme & ignore .cache folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
.docz/.cache/
|
||||
22
README.md
Normal file
22
README.md
Normal 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
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Kubernetes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user