SkillAgentSearch skills...

Docusaurus

Wechaty Official Website for Documentations, Powered by Docusaurus.

Install / Use

/learn @wechaty/Docusaurus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://github.com/wechaty/docusaurus/blob/main/docs/images/wechaty-docusaurus.png" alt="wechaty logo" height ="auto" width="800" /> <br /> <h1>Wechaty Organization Website</h1> <p> 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. </p> <p align="center"> <a href="https://github.com/wechaty/docusaurus" alt="GitHub contributors"> <img src="https://img.shields.io/github/contributors/wechaty/docusaurus.svg" /></a> <a href="https://github.com/wechaty/docusaurus" alt="GitHub issues by-label"> <img src="https://img.shields.io/github/issues/wechaty/docusaurus" /></a> <a href="https://gitter.im/wechaty/wechaty" alt="Gitter"> <img src="https://img.shields.io/badge/Gitter-@layer5.svg?logo=slack" /></a> </p>

GitHub Pages CI Powered by Wechaty DIVIO documentation system ES Modules

</div>

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

<a href="https://github.com/wechaty/docusaurus/graphs/contributors"> <img src="https://contrib.rocks/image?repo=wechaty/docusaurus" /> </a>

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, <zixia@zixia.net>

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
View on GitHub
GitHub Stars119
CategoryDevelopment
Updated2mo ago
Forks344

Languages

MDX

Security Score

85/100

Audited on Jan 5, 2026

No findings