зеркало из https://github.com/mozilla/gecko-dev.git
2540abfecb
Backed out changeset 08e5ae4312b3 (bug 1508660) Backed out changeset 01b687bb0b75 (bug 1504185) Backed out changeset 140374b098aa (bug 1504185) Backed out changeset caafdc0ea4c7 (bug 1508656) Backed out changeset 8b98b777aec2 (bug 1508656) Backed out changeset f1905a2f9b6c (bug 1508656) Backed out changeset 8b01632f9e3d (bug 1508656) Backed out changeset eb4c893d451e (bug 1508656) Backed out changeset 70db61618160 (bug 1508656) Backed out changeset dff79b73c7fe (bug 1508660) Backed out changeset b3518d5285be (bug 1508660) Backed out changeset 94a957b9ba90 (bug 1508660) Backed out changeset 773938f18269 (bug 1508660) Backed out changeset 4eca8fce0a47 (bug 1508660) |
||
---|---|---|
.. | ||
backend | ||
contributing | ||
files | ||
frontend | ||
getting-started | ||
resources | ||
styles | ||
tests | ||
tools | ||
.gitignore | ||
README.md | ||
SUMMARY.md | ||
bugs-issues.md | ||
contributing.md | ||
preferences.md |
README.md
Firefox Developer Tools
Hello!
This documentation is for developers who want to work on the developer tools. Get started here.
If you are looking for end user documentation, check out this MDN page instead.
Happy developing!
About this documentation
This guide is built with MarkDown files and GitBook.
The source code for this documentation is distributed with the source code for the tools, in the docs/
folder.
If you want to contribute to the documentation, clone the repository, make your changes locally, and then regenerate the book to see how it looks like before submitting a patch:
# 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
# You can now navigate to localhost:4000 to see the output
# Or build the book only (this places the output into `docs/_book`)
gitbook build