Skip to content

wechaty/docusaurus

Repository files navigation

wechaty logo

Wechaty Organization Website

Repository for the Wechaty Organization Website, a resource for the Wechaty Organization. It is the official Wechaty website for publishing latest news, blog posts, and documentation from our open source community.

GitHub Pages CI Powered by Wechaty DIVIO documentation system ES Modules

How To Run Tests

In order to make sure your changes have not broken anything, you can run the following commands before pushing your changes to gitHub.

npm install
npm test

Why contribute?

As an open source product, Wechaty thrives from contributions of community members. Whatever your skill set is, there is a lot you can do to help us make Wechaty better! So start forking!

At the same time, we also meet up offline all over the world. Here are some activities you are invited to join if you are interested:

How to Run Locally

  1. Clone this repository: git clone "https://github.com/wechaty/wechaty.js.org"
  2. On the terminal navigate to the root directory cd wechaty.js.org
  3. Run the commands :
    1. npm install
    2. npm run docusaurus:build
    3. npm run docusaurus:serve
  4. The site will be running locally on http://localhost:3000

How To Contribute To the Documentation

  1. Fork this repository
  2. Create your documentation branch: git checkout -b branch-name
  3. Make changes to the documentation in markdown
  4. Add changes to the staging area git add .
  5. Commit your changes using the command git commit -m 'commit message'
  6. Push your changes to gitHub git push origin branch-name
  7. Create new Pull Request

Resources

Writers

To get to know all our writers, see https://github.com/wechaty/wechaty.js.org/graphs/contributors

History

main v0.11 (Apr 1, 2022)

Split docusaurus repo from the mixed repo with Jekyll (Issue wechaty/wechaty.js.org#1)

v0.9 (Aug 23, 2021)

  1. Add OpenAPI Specification docs at https://wechaty.js.org/docs/openapi/ (#1218)

v0.5 (Aug 12, 2020)

  1. Using docusaurus for docs
  2. Rename chatie to wechaty

v0.3 (Mar 9, 2017)

Rename wechaty to chatie

v0.0.1 (Dec 4, 2016)

Init version

Maintainers

  1. @lijiarui, Rui LI, Microsoft AI MVP, Founder & CEO of Juzi.BOT (YC W19 Alumni)
  2. @huan, Huan LI, Tencent TVP of Chatbot, <[email protected]>

And wechaty/contributors

Copyright & License

  • Code & Docs © 2016-now Wechaty Contributors https://github.com/wechaty
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons