Skip to content

xdkxlk/rocketmq-site

This branch is up to date with apache/rocketmq-site:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e374b6 · Oct 12, 2022
Oct 12, 2022
Aug 4, 2022
Mar 2, 2022
Aug 11, 2022
Jul 9, 2018
Dec 29, 2016
Jun 27, 2022
Jul 25, 2022
Jun 8, 2017
Aug 2, 2022
Oct 11, 2022
Dec 10, 2020
Oct 9, 2017
Aug 18, 2021
Aug 11, 2021
Jan 8, 2021
May 13, 2020
Apr 18, 2022
Dec 21, 2016
May 13, 2020
Jan 13, 2020
Dec 29, 2016
Jun 27, 2022
Dec 21, 2016

Repository files navigation

Apache RocketMQ website

Build Status

This is the website for Apache RocketMQ.

About

This website is based on Jekyll and a Jekyll theme named Minimal Mistakes.

Prerequisite

  1. Ruby
  2. Gem

Install & Run

  1. gem install jekyll bundler
  2. git clone this repo
  3. cd rocketmq-site
  4. bundle install
  5. bundle exec jekyll serve

Deploy to asf-site

  1. Checkout branch asf-site and merge the changes:git merge origin/master
  2. Generate the site to content directory: bundle exec jekyll build
  3. Check the changes and commit.
  4. 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.

About

Mirror of RocketMQ site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 36.4%
  • HTML 33.8%
  • JavaScript 28.2%
  • Ruby 1.6%