All Projects → DataDog → Documentation

DataDog / Documentation

Licence: other
The source for Datadog's documentation site.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Documentation

Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (+0%)
Mutual labels:  hacktoberfest, documentation, wiki
Docs
Documentation for Tasmota (https://github.com/arendst/Tasmota)
Stars: ✭ 55 (-62.59%)
Mutual labels:  hacktoberfest, documentation, wiki
Guide
A workspace for research teams
Stars: ✭ 109 (-25.85%)
Mutual labels:  documentation, wiki
Component Docs
📝 Simple documentation for your React components
Stars: ✭ 116 (-21.09%)
Mutual labels:  hacktoberfest, documentation
Docs
API Platform documentation
Stars: ✭ 119 (-19.05%)
Mutual labels:  hacktoberfest, documentation
Go Compression.github.io
The Hitchhiker's Guide to Compression
Stars: ✭ 106 (-27.89%)
Mutual labels:  hacktoberfest, documentation
React Styleguidist
Isolated React component development environment with a living style guide
Stars: ✭ 10,172 (+6819.73%)
Mutual labels:  hacktoberfest, documentation
Wiki
Awesome way to learn together! 🤣
Stars: ✭ 119 (-19.05%)
Mutual labels:  documentation, wiki
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+774.83%)
Mutual labels:  documentation, wiki
Typescript Vs Flowtype
Differences between Flowtype and TypeScript -- syntax and usability
Stars: ✭ 1,671 (+1036.73%)
Mutual labels:  hacktoberfest, documentation
Handbook
📖 Complete documentation for WP-CLI
Stars: ✭ 129 (-12.24%)
Mutual labels:  hacktoberfest, documentation
Python Docs Es
Spanish translation of the Python documentation.
Stars: ✭ 131 (-10.88%)
Mutual labels:  hacktoberfest, documentation
Docs
The source for https://www.gobuffalo.io
Stars: ✭ 105 (-28.57%)
Mutual labels:  hacktoberfest, documentation
Swagger Combine
Combines multiple Swagger schemas into one dereferenced schema.
Stars: ✭ 102 (-30.61%)
Mutual labels:  hacktoberfest, documentation
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+29078.91%)
Mutual labels:  hacktoberfest, wiki
Lipi
A simple static blog generator.
Stars: ✭ 100 (-31.97%)
Mutual labels:  hacktoberfest, hugo
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-20.41%)
Mutual labels:  documentation, wiki
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+706.8%)
Mutual labels:  hacktoberfest, hugo
A11y.css
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Stars: ✭ 1,277 (+768.71%)
Mutual labels:  documentation, wiki
Docs
📚 Documentation for 🚀 Fiber
Stars: ✭ 121 (-17.69%)
Mutual labels:  hacktoberfest, documentation

Documentation site for Datadog

Built with hugo, a static website generation tool.

Setup

Installation

  1. Install node / npm

  2. Install Python3 (you can also use pyenv)

  3. Install hugo

  4. Install yarn: npm install -g yarn

  5. Download the documentation repo git clone https://github.com/DataDog/documentation.git

Run the server

Inside documentation/ folder, create a Makefile.config file from the Makefile.config.example

If you are a Datadog employee, add your Github personal token

To run the documentation site locally, execute:

Command Description
make start-no-pre-build Build the lightweight version of the documentation with no extra content
make start Build the full documentation with all extra content (integrations, extra pulled files, localized content, etc). Only useful if you have a Github personal token setup in your Makefile.config or the extra content is available locally. If you are working with local content, the repo must be downloaded to the same folder as the documentation repo.

Documentation is then available at http://localhost:1313

To learn more about how the documentation is built, refer to the Documentation Build Wiki.

Makefile

To use the Makefile, create a Makefile.config. See the instructions at the top of the Makefile.config.example.

After you have a config file, run make help to see options:

clean-all                 Clean everything.
clean-build               Remove build artifacts.
clean-exe                 Remove execs.
clean-integrations        Remove built integrations files.
clean-node                Remove node_modules.
clean-virt                Remove python virtual env.
clean                     Clean all make installs.
hugpython                 Build virtualenv used for tests.
source-helpers            Source the helper functions used to build, test, deploy.
start-no-pre-build        Build the documentation without automatically pulled content.
start                     Build the documentation with all external content.
stop                      Stop wepack watch/hugo server.

Working on Docs

Datadog Staff

  • Always branch off of master; never commit directly to master.
  • Name your branch <SLACK_HANDLE>/<FEATURE_NAME> if you would like to create a preview site and run tests.
  • When you are ready to commit, create a new pull request to master from your branch.
  • Consult our contributing guidelines, and the Documentation Build Wiki.

Outside Contributors

  • Fork the master branch.
  • When you are ready to finalize your changes, commit them, and then make a pull request back to DataDog/master.
  • Consult our contributing guidelines.

A note about markdown

This site uses Goldmark for markdown, which is compliant with CommonMark 0.29.

If you include ANY Markdown in a file, give it an .md extension.

Make sure all files are lowercase. Macs are case insensitive when creating links to images and pages, but our build server is not, so tests may work locally, but the site will fail in production.

Releasing

Within 10 minutes of merging to master, it deploys automatically.

How to add a new integration

See the dedicated doc page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].