aboutsummaryrefslogtreecommitdiff
path: root/docs/css/main.css
Commit message (Collapse)AuthorAgeFilesLines
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-3/+12
|
* Updates to documentation:Matei Zaharia2012-10-091-2/+1
| | | | | | | | - Edited quick start and tuning guide to simplify them a little - Simplified top menu bar - Made private a SparkContext constructor parameter that was left as public - Various small fixes
* Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-081-0/+11
| | | | | also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
* Fixes the small gap above the nav menu dropdown boxes and the hoverableAndy Konwinski2012-10-081-1/+6
| | | | | menu items that was causing the dropdowns to go away when the user moved their mouse down towards them.
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-3/+11
|
* Fixes to Java guideMatei Zaharia2012-09-251-0/+4
|
* Various enhancements to the programming guide and HTML/CSSMatei Zaharia2012-09-251-1/+1
|
* More updates to documentationMatei Zaharia2012-09-251-4/+9
|
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-09-251-0/+13
|\
| * Makes nav menu dropdowns show on hover instead of on click.Andy Konwinski2012-09-251-0/+13
| |
* | Documentation updatesMatei Zaharia2012-09-251-3/+12
|/
* Re-enabling responsive for better looking padding and more sane resizing,Andy Konwinski2012-09-131-1/+1
| | | | but removed the collapsable stuff from the nav bar.
* More crisp logo created from vector source (ai) and disabledAndy Konwinski2012-09-131-2/+7
| | | | | 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-5/+3
|
* Fixed navbar style problemDenny2012-09-131-1/+1
|
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-0/+12
|
* Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-121-0/+25
| | | | easier to read.
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+3
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`.