diff --git a/.gitignore b/.gitignore index fd4f2b0..57c56fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +.docz/.cache/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..dea9586 --- /dev/null +++ b/README.md @@ -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 + diff --git a/src/enterprise/get-started.mdx b/src/enterprise/get-started.mdx index a843a14..4932496 100644 --- a/src/enterprise/get-started.mdx +++ b/src/enterprise/get-started.mdx @@ -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