gecko-dev/devtools/docs
sole 93ca62cf6b Bug 1356185 - DevTools: bring over documentation for testing into the tree. r=pbro
MozReview-Commit-ID: 1y6yAIE48Nu

Conflicts:
	devtools/docs/SUMMARY.md

--HG--
extra : rebase_source : d2fc1faf8c86b1e908dc8af362973cc1574faef9
2017-04-21 15:42:49 +01:00
..
backend Bug 1354587 - Move the RDP docs to the tree; r=pbro 2017-04-07 17:55:34 +02:00
files Bug 1356163 - Devtools: bring over documentation for code directories into the tree. r=pbro 2017-04-13 10:24:39 +01:00
frontend Bug 1357704 - Create documentation for scalars in Telemetry.js r=sole 2017-04-19 12:48:24 +01:00
resources Bug 1354587 - Move the RDP docs to the tree; r=pbro 2017-04-07 17:55:34 +02:00
styles Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
tests Bug 1356185 - DevTools: bring over documentation for testing into the tree. r=pbro 2017-04-21 15:42:49 +01:00
tools Bug 1352049 - Network panel documentation;r=Honza,rickychien 2017-04-10 15:51:24 +08:00
.gitignore Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
README.md Bug 1349256 - Rephrase README.md a bit and remove dup information; r=sole 2017-03-22 13:55:54 +01:00
SUMMARY.md Bug 1356185 - DevTools: bring over documentation for testing into the tree. r=pbro 2017-04-21 15:42:49 +01:00

README.md

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