Documentation hub for Experimenter/Nimbus
Перейти к файлу
dependabot[bot] ebafe0521b
Bump prettier from 2.3.2 to 2.4.1 (#131)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 12:19:17 -04:00
.github Rebalance permission and forgiveness (#21) 2021-04-07 16:33:26 -07:00
docs Bucketing docs (#136) 2021-10-01 17:48:18 -04:00
src/css Bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 (#9) 2021-03-16 21:26:20 +00:00
static Bucketing docs (#136) 2021-10-01 17:48:18 -04: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 Updating README with new URL (#52) 2021-05-06 14:47:29 -04:00
babel.config.js chore(project): Add Prettier, format files 2021-03-10 15:01:39 -06:00
docusaurus.config.js Add support for TOML syntax highlighting (#88) 2021-06-24 16:26:26 -07:00
package.json Bump prettier from 2.3.2 to 2.4.1 (#131) 2021-10-08 12:19:17 -04:00
sidebars.js Bucketing docs (#136) 2021-10-01 17:48:18 -04:00
yarn.lock Bump prettier from 2.3.2 to 2.4.1 (#131) 2021-10-08 12:19:17 -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.