aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
Commit message (Collapse)AuthorAgeFilesLines
...
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-0/+1
|
* Doc fixesMatei Zaharia2012-09-251-1/+1
|
* Various enhancements to the programming guide and HTML/CSSMatei Zaharia2012-09-251-5/+22
|
* More updates to documentationMatei Zaharia2012-09-251-1/+1
|
* Update license info on deploy scriptsMatei Zaharia2012-09-251-26/+11
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-8/+38
| | | | | | | | | | | | | - Rework/expand the nav bar with more of the docs site - Removing parts of docs about EC2 and Mesos that differentiate between running 0.5 and before - Merged subheadings from running-on-amazon-ec2.html that are still relevant (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into ec2-scripts.html and deleted running-on-amazon-ec2.html - Added some TODO comments to a few docs - Updated the blurb about AMP Camp - Renamed programming-guide to spark-programming-guide - Fixing typos/etc. in Standalone Spark doc
* Re-enabling responsive for better looking padding and more sane resizing,Andy Konwinski2012-09-131-28/+20
| | | | but removed the collapsable stuff from the nav bar.
* More crisp logo created from vector source (ai) and disabledAndy Konwinski2012-09-131-2/+3
| | | | | responsive css (so nav menu doesn't switch to collapsed version for narrow viewports).
* Replaces "Spark" word in nav bar with logo.Andy Konwinski2012-09-131-1/+1
|
* Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-131-1/+1
|\
| * Fixed navbar style problemDenny2012-09-131-1/+1
| |
* | Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-1/+1
|/ | | | to use pygments syntax highlighting.
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-0/+2
|
* Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-121-8/+9
| | | | easier to read.
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-122-0/+266
which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.