Improve release manual, explicitly asking new release managers to add his/her keys to both dev and release KEYS files; Correct other spell issues and expressions
1 file changed
tree: 9de0d5b04e3bb49fe751cbdb1d312131f5f37700
- .github/
- _about/
- _data/
- _docs/
- _includes/
- _layouts/
- _pages/
- _posts/
- _sass/
- assets/
- .asf.yaml
- .gitignore
- .htaccess
- .travis.yml
- _config.yml
- apache-rocketmq-jekyll.gemspec
- favicon.ico
- Gemfile
- home.md
- LICENSE.txt
- NOTICE
- package.json
- Rakefile
- README.md
README.md
Apache RocketMQ website

This is the website for Apache RocketMQ.
About
This website is based on Jekyll and a Jekyll theme named Minimal Mistakes.
Prerequisite
- Ruby
- Gem
Install & Run
- gem install jekyll bundler
- git clone this repo
- cd rocketmq-site
- bundle install
- bundle exec jekyll serve
Deploy to asf-site
- 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.
Questions
How to post articles to Documentation?
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.
How to post articles to Blog?
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.
How to modify the navigation?
Please refer to _data/navigation.yml for more details.