Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubeshop/botkube-docs
Docs for botkube.io
https://github.com/kubeshop/botkube-docs
bot botkube chatbot chatops hacktoberfest kubebot kubernetes kubernetes-bot
Last synced: 10 days ago
JSON representation
Docs for botkube.io
- Host: GitHub
- URL: https://github.com/kubeshop/botkube-docs
- Owner: kubeshop
- License: mit
- Created: 2019-01-02T06:35:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T12:44:52.000Z (6 months ago)
- Last Synced: 2024-05-14T00:55:38.794Z (6 months ago)
- Topics: bot, botkube, chatbot, chatops, hacktoberfest, kubebot, kubernetes, kubernetes-bot
- Language: MDX
- Homepage: https://botkube.io
- Size: 48 MB
- Stars: 8
- Watchers: 5
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Documentation website source files## Overview
This repository contains source code of the Botkube documentation website, accessible under the [docs.botkube.io](https://docs.botkube.io) address. The documentation source files reside under the [**content**](./docs) directory.
### Tools
This project uses [Volta](https://github.com/volta-cli/volta) to manage JS tools. Volta automatically downloads and installs the right Node.js version when you run any of the `node` or `npm` commands.
It is recommended to install it before starting development, to ensure the right Node.js version is used.
Also, we use the following tools and services:
- [Cloudflare](https://cloudflare.com) - Continuous deployment and hosting of the documentation website
- [Docusaurus](https://docusaurus.io/) - Used to build this docs website## Contributing
You can contribute to documentation by following instructions described in [CONTRIBUTING.md](CONTRIBUTING.md).
## License
This project is licensed under the [MIT License](LICENSE).