Bug 1620078 - DevTools docs - removed Intro page (will replace with Getting Started). r=Honza

Differential Revision: https://phabricator.services.mozilla.com/D65427

--HG--
extra : moz-landing-system : lando
This commit is contained in:
victoria 2020-04-03 00:03:46 +00:00
Родитель 6179cf5482
Коммит d45c897a64
2 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

@ -1,13 +0,0 @@
# Firefox Developer Tools: Contributor Docs
Note: This is a guide to working on code contributions to DevTools. If you're looking for help with using the tools, view the [user docs](https://developer.mozilla.org/en-US/docs/Tools) instead. For other ways to get involved, see our [community site](https://firefox-dev.tools).
---
**Hello,** and thanks for your interest in contributing to Firefox DevTools!
DevTools is a complex web app, but if you're familiar with either HTML/CSS or JavaScript, you can create a patch!
The initial setup process of building Firefox can take a while. If you get stuck at any point, you can ask for help on the [DevTools Slack](https://devtools-html-slack.herokuapp.com/).
We all make lots of errors when we get started, so don't worry about that—there are safeguards in place to ensure that any commits that land in the Firefox repository are peer-reviewed, can be built, and pass the tests in multiple configurations and operating systems.

Просмотреть файл

@ -10,7 +10,6 @@ Getting Started
.. toctree::
:maxdepth: 1
Introduction <README.md>
Getting Started <getting-started/README.md>
Get a Bugzilla account <getting-started/bugzilla.md>
Get and build the code <getting-started/build.md>