Skip to content

mozilla/experimenter-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6f10ea · Mar 15, 2025
Feb 18, 2025
Mar 15, 2025
Dec 7, 2022
Mar 4, 2025
Mar 2, 2021
Aug 21, 2024
Mar 10, 2021
Mar 22, 2023
Mar 10, 2021
Mar 4, 2025
Mar 4, 2025
Feb 6, 2024
Mar 4, 2025

Repository files navigation

🌩 Documentation Hub for Nimbus & Experimenter Users

Check out the docs at: https://experimenter.info/

Please file issues for this repository in Experimenter and add the experimenter-docs label.

About

This repository is the documentation hub for Experimenter. Its purpose is to be a single source of truth for and house user, developer, and data documentation.

The site is built using Docusaurus v2 and is automatically deployed from the main branch to GitHub Pages using GitHub Actions.

Relevant ADRs:

Contributing

Pages are written in Markdown and can be found under docs/.

Check out the Contributing page for helpful Docusaurus and GitHub UI tips to learn how to create a new document, edit an existing one, and/or how to adjust the sidebar. You don't have to check out the repository locally to contribute.

Working locally

To build and run this project locally, clone the repository and run:

yarn install
yarn start

That should open a new browser window automatically, or you can manually browse to http://localhost:3000/experimenter-docs/ to view the docs.