saad-ali / docs

Documentation for CSI integration with Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes-CSI Documentation

This repository contains documentation capturing how to develop and deploy a Container Storage Interface (CSI) driver on Kubernetes.

To access the documentation go to: kubernetes-csi.github.io/docs

To make changes to the documentation, modify the files in book/src and submit a new PR.

Once the PR is reviewed and merged, the CI will automatically generate (using mdbook) the HTML to serve and check it in to src/_book.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

To start editing on localhost

$ git clone git@github.com:kubernetes-csi/docs.git
$ cd docs
$ make $(pwd)/mdbook
$ make serve

Access to http:localhost:3000 and you can view a book on localhost!

About

Documentation for CSI integration with Kubernetes

License:Apache License 2.0


Languages

Language:CSS 64.5%Language:JavaScript 27.3%Language:Shell 5.7%Language:Makefile 2.5%