Skip to content

Repo to host documentation site for Apache Spark on Kubernetes

License

Notifications You must be signed in to change notification settings

apache-spark-on-k8s/userdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

userdocs

Repo to host user documentation site for Apache Spark on Kubernetes

Documentation build instructions

Prerequisites

You must have Jekyll installed for SBT to build or deploy documentation

$ gem install jekyll

Preview

$ 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

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/

New Content

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.

About

Repo to host documentation site for Apache Spark on Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published