gecko-dev/devtools/docs
sole e7aab5cc93 Bug 1349165 - DevTools: complete documentation gaps for how to add telemetry to panels. r=jryans,pbro
MozReview-Commit-ID: Aw1cDT7WfTM

--HG--
extra : rebase_source : 9a36c09e0229eb6afcda32d86447851987101706
2017-03-23 15:52:48 +00:00
..
backend
frontend Bug 1349165 - DevTools: complete documentation gaps for how to add telemetry to panels. r=jryans,pbro 2017-03-23 15:52:48 +00:00
misc
resources
styles
tools
.gitignore
README.md
SUMMARY.md Bug 1349165 - DevTools: complete documentation gaps for how to add telemetry to panels. r=jryans,pbro 2017-03-23 15:52:48 +00:00

Firefox Developer Tools

Hello! This documentation is for developers who want to work on the developer tools.

If you are looking for general docs about how to use the tools, checkout this MDN page instead.

If you are looking for a getting started guide on the developer tools, all of this information is documented on the Hacking wiki page.

GitBook is used to generate online documentation from the markdown files here. Here is how you can re-generate the book:

# Install GitBook locally
npm install -g gitbook-cli

# Go into the docs directory
cd /path/to/mozilla-central/devtools/docs/

# Generate the docs and start a local server
gitbook serve

# Or just built the book
gitbook build