Datadog acquired Codiga. This repository is no longer active.
Welcome to the Doc.codiga.io
This repository is for our official Documentation of Codiga. The website contains all the information related to our different products. All the docs are written in markdown and are fetched by the website.
- Clone the Repo using the following command:
git clone https://github.com/codiga/doc.codiga.io
- Move to Website Folder
cd website
- Install Node dependencies
npm i
- Start the Development Server
npm start
- Docusaurus + Chakra UI Customization.
- Algolia for search
- Found any bug? please create a new issue before working on the solution.