gecko-dev/devtools/docs
Patrick Brosset 5f53a4cf7c Bug 1349256 - Merged server and general docs under just one directory; r=sole
MozReview-Commit-ID: HzNGfWhYukh

--HG--
rename : devtools/server/docs/actor-e10s-handling.md => devtools/docs/backend/actor-e10s-handling.md
rename : devtools/server/docs/actor-hierarchy.md => devtools/docs/backend/actor-hierarchy.md
rename : devtools/server/docs/actor-registration.md => devtools/docs/backend/actor-registration.md
rename : devtools/server/docs/protocol.js.md => devtools/docs/backend/protocol.js.md
extra : rebase_source : 79e5b6d50a24912315dac470de2cd32a3608488e
2017-03-21 17:36:34 +01:00
..
backend Bug 1349256 - Merged server and general docs under just one directory; r=sole 2017-03-21 17:36:34 +01:00
frontend Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
resources Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
styles Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
tools Bug 1349256 - Added a link to the debugger.html documentation; r=sole 2017-03-21 15:22:30 +01: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 1349256 - Merged server and general docs under just one directory; r=sole 2017-03-21 17:36:34 +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