This is the website for Apache RocketMQ.
This website is based on Jekyll and a Jekyll theme named Minimal Mistakes.
- Ruby
- Gem
- gem install jekyll bundler
- git clone this repo
- cd rocketmq-site
- bundle install
- bundle exec jekyll serve
- Checkout branch asf-site and merge the changes:
git merge origin/master
- Generate the site to content directory:
bundle exec jekyll build
- Check the changes and commit.
- Push asf-site to remote branch.
Create a .md file in rocketmq-sites/_docs/, Jekyll will finish the rest of the work.
Please refer to 01-quick-start-guide.md for more details.
Create a .md file in rocketmq-sites/_posts/, Jekyll will finish the rest of the work.
Please refer to 2016-12-23-mastering-component-compatible-dependency.md for more details.
Please refer to _data/navigation.yml for more details.