Repo to host user documentation site for Apache Spark on Kubernetes
You must have Jekyll installed for SBT to build or deploy documentation
$ gem install jekyll
$ cd /path/to/userdocs
# I find xsbt to be more reliable than sbt
$ xsbt previewSite
This will put the home page up on your brower so you can view a draft of the site before committing or deploying.
Deploy the latest version of site content to GH pages:
$ xsbt ghpagesPushSite
View the user documentation for Apache Spark on Kubernetes here:
https://apache-spark-on-k8s.github.io/userdocs/
The markdown files for this site live here:
/path/to/spark-on-k8s-doc/src/jekyll
The markdown for the main site page is index.md
.
You can add new markdown files to the src/jekyll
directory as needed.