Skip to content

codiga/doc.codiga.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datadog acquired Codiga. This repository is no longer active.

🎉 Welcome to Codiga 🎉



Welcome to the Doc.codiga.io

What is it?

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.


How to run this repo into your local machine.

  1. Clone the Repo using the following command:

git clone https://github.com/codiga/doc.codiga.io

  1. Move to Website Folder

cd website

  1. Install Node dependencies

npm i

  1. Start the Development Server

npm start


What is used in our documentation website?


Contributions

  • Found any bug? please create a new issue before working on the solution.