add sidebar that matches 26 and fix some markdown
2 files changed
tree: 3d40bcab5b95365c78f67353a839b307d13ea43e
  1. _images/
  2. _includes/
  3. _layouts/
  4. _posts/
  5. assets/
  6. css-apache/
  7. css-extra/
  8. data/
  9. docs/
  10. fonts/
  11. img/
  12. scss/
  13. src/
  14. static/
  15. .gitignore
  16. babel.config.js
  17. CONTRIBUTING.md
  18. docusaurus.config.js
  19. downloads_apache.html
  20. google7061d72c536b2e8d.html
  21. package-lock.json
  22. package.json
  23. README.md
  24. release.sh
  25. robots.txt
  26. sidebars.json
  27. yarn.lock
README.md

Druid Project Website

https://druid.apache.org/

Building

The site requires Node 10.24.1 - ensure that you use this version of node. For example, if you're using nvm:

nvm install 10
nvm use 10

Setup (you only need to do this once):

npm install
bundle install

Every time you want to run the site:

gulp
npm start

Notes

Ideally we would not be checking in the css directory and just build it as part of the deploy process.

Contributing

See CONTRIBUTING.md.