Documentation hub for Experimenter/Nimbus
Перейти к файлу
Charlie 6d1666289a
update docusaurus and add mobile enrollment state machine doc (#461)
* update docusaurus and add mobile enrollment state machine doc

* update node version in github workflows

* fix jetstream url issues

* swap file type from mdx to md

* remove additional rollout graph and not-selected reason
2023-07-12 11:38:06 -04:00
.github update docusaurus and add mobile enrollment state machine doc (#461) 2023-07-12 11:38:06 -04:00
docs update docusaurus and add mobile enrollment state machine doc (#461) 2023-07-12 11:38:06 -04:00
src/css Add docs for manual localization process (#332) r=jared 2022-12-07 13:21:40 +00:00
static Updated nimbus-cli docs Part II (#454) 2023-06-21 17:19:22 +00:00
.gitignore Set up basic Docusaurus files, add Actions workflow for deploying, add Dependabot 2021-03-02 16:44:39 -05:00
.prettierrc chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
README.md update url paths to experimenter docs (#400) 2023-03-22 16:11:48 -04:00
babel.config.js chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
docusaurus.config.js update docusaurus and add mobile enrollment state machine doc (#461) 2023-07-12 11:38:06 -04:00
package.json update docusaurus and add mobile enrollment state machine doc (#461) 2023-07-12 11:38:06 -04:00
sidebars.js No issue: Fix onboarding names for ios and android (#457) 2023-06-23 17:21:15 -05:00
yarn.lock update docusaurus and add mobile enrollment state machine doc (#461) 2023-07-12 11:38:06 -04:00

README.md

🌩 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.