Skip to content

Commit

Permalink
Update docs for nimbus devtools
Browse files Browse the repository at this point in the history
* revised docs to recommend Nimbus DevTools for local testing
* added a Nimbus DevTools guide describing its features and uses

Fixes #646
  • Loading branch information
RJAK11 committed Nov 8, 2024
1 parent ae21fa0 commit 096c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/additional-links/nimbus-devtools-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide provides an overview of the Nimbus Developer Tools, designed for Nimb

### Installation

To install the Nimbus Developer Tools, download the latest release from the [Nimbus DevTools GitHub repository](https://github.com/mozilla-extensions/nimbus-devtools/releases/tag/release%2Fv0.1.0).
To install the Nimbus Developer Tools, download the latest release from the [Nimbus DevTools GitHub repository](https://github.com/mozilla-extensions/nimbus-devtools/releases).

## Core Features

Expand Down
2 changes: 1 addition & 1 deletion docs/deep-dives/desktop/desktop-enroll-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Trying to iterate on an experiment in Preview on experimenter.services.mozilla.c

## Option A: Enrollment via Nimbus Developer Tools

Nimbus Developer Tools provides a simple interface to debug experiments. You can download and install the extension from the [Nimbus DevTools GitHub release page](https://github.com/mozilla-extensions/nimbus-devtools/releases/tag/release%2Fv0.1.0). Here are some of the ways you can use it to debug experiments locally:
Nimbus Developer Tools provides a simple interface to debug experiments. You can download and install the extension from the [Nimbus DevTools GitHub release page](https://github.com/mozilla-extensions/nimbus-devtools/releases). Here are some of the ways you can use it to debug experiments locally:

### Recipe JSON Enrollment
1. Load `about:studies` and unenroll this profile from anything that might interfere
Expand Down

0 comments on commit 096c2ba

Please sign in to comment.