Revert "Updated asf-site site from master (fe054b6b115af279fd0ddb42c33f6bcde06d11c0)"

This reverts commit c20e90c388ddf250e8ee0d72464a690362ab420e.
35 files changed
tree: 82251469532081fe6999f79c7b107b9c14e7f2ce
  1. .jekyll-cache/
  2. _includes/
  3. _layouts/
  4. _sass/
  5. css/
  6. data/
  7. fonts/
  8. images/
  9. js/
  10. .gitignore
  11. _config.yml
  12. community.md
  13. conf.md
  14. contribute.md
  15. contributors.md
  16. deploy.sh
  17. download.md
  18. faq.md
  19. index.html
  20. latest.md
  21. LICENSE
  22. profiling.md
  23. quickstart-cn.md
  24. quickstart.md
  25. README.md
  26. usecases.md
README.md

Apache 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 Apache Griffin's apache repository.

To publish changes, run

bash ./deploy.sh