Updated asf-site site from master (4d1936c5ecee2bfb672685f79859515a2d1cb3d1)
29 files changed
tree: 1fb62bbc465f8a6a09059931cabb4eb3e081f3ce
  1. css/
  2. docs/
  3. fonts/
  4. images/
  5. js/
  6. .DS_Store
  7. .gitignore
  8. deploy.sh
  9. index.html
  10. LICENSE
  11. README.md
README.md

Griffin Documentation Site

Welcome to the Apache Griffin documentation!

Prerequisites

Install jekyll gem

$ gem install jekyll

Generate the site, and start a server locally:

$ jekyll serve -w

The -w option tells jekyll to watch for changes to files and regenerate the site automatically when any content changes.

Point your browser to http://localhost:4000

By default, jekyll will generate the site in a _site directory.

Editing documentations

  1. Create a markdown file and add following content in header

     ---
     layout: doc
     title:  "Griffin Overview" 
     permalink: /docs/some-new-doc.html
     ---
    
     More content here ..
    

Publishing the Apache Website

In order to publish the website, you must have committer access to Griffin's apache repository.

To publish changes, run

bash ./deploy.sh