ChewHelp: Difference between revisions

From ChewWiki
Jump to navigation Jump to search
initial page
 
add some history and external links
Line 1: Line 1:
'''ChewHelp''' is a documentation website for Chew's projects. It was initially powered by wiki.js, but is now powered by Docusaurus and runs on Cloudflare Workers. The source code can be found [https://github.com/Chew/ChewHelp entirely on GitHub]. it can be access at [https://help.chew.pro help.chew.pro].
'''ChewHelp''' is a documentation website for Chew's projects. It was initially powered by wiki.js, but is now powered by Docusaurus and runs on Cloudflare Workers. The source code can be found entirely on GitHub.


== Projects ==
== Projects ==
Line 6: Line 6:
* [[Chewbotcca Discord Bot]]
* [[Chewbotcca Discord Bot]]
* [[MLB Game Feed Bot]]
* [[MLB Game Feed Bot]]
== History ==
The original website was created and run with wiki.js, a wiki server software. The docs were mirrored into GitHub and the home page was created on November 18, 2021.<ref>{{Cite GitHub|url=https://github.com/Chew/ChewHelp-old/commit/95723c14efc88e860523a8ca32320d6dced9e0e8|title=docs: create home|author=Chew|org=Chew|repo=ChewHelp-old|type=commit|commit=95723c1|retrieved=December 30, 2024|date=November 18, 2021}}</ref>
The new repository, now a Docusaurus website, was created on October 8, 2023.<ref>{{Cite GitHub|url=https://github.com/Chew/ChewHelp/commit/a2a9bce6e698e6186ca86769d03a11e531638a06#diff-99f14f08aa632c77d8585c49e55b0ae1542ed062782ef228c6e84dd5a29fd4d8R20|title=initial docusaurus|author=Chew|org=Chew|repo=ChewHelp|type=commit|commit=a2a9bce|retrieved=December 30, 2024|date=October 8, 2023}}</ref>
== References ==
<references />
== External links ==
* [https://help.chew.pro Official website]
* {{GitHub Repo URL|Chew|ChewHelp}}, the current full-source repository
* {{GitHub Repo URL|Chew|ChewHelp-old}}, the original, docs-only repository


[[Category:Websites]]
[[Category:Websites]]

Revision as of 03:11, 31 December 2024

ChewHelp is a documentation website for Chew's projects. It was initially powered by wiki.js, but is now powered by Docusaurus and runs on Cloudflare Workers. The source code can be found entirely on GitHub.

Projects

As of now, the site only has documentation for 2 projects:

History

The original website was created and run with wiki.js, a wiki server software. The docs were mirrored into GitHub and the home page was created on November 18, 2021.[1]

The new repository, now a Docusaurus website, was created on October 8, 2023.[2]

References

External links