diff --git a/devtools/docs/index.rst b/devtools/docs/index.rst index 3474f2f2df27..85fdc28b869b 100644 --- a/devtools/docs/index.rst +++ b/devtools/docs/index.rst @@ -1,8 +1,16 @@ ======== -Firefox DevTools Contributor Docs +DevTools ======== -This is a guide to working on the code for Firefox Developer Tools. If you're looking for help with using the tools, see the `user docs `__. For other ways to get involved, check out our `community site `__. +This collection of linked pages contain design and architectural documents +for the DevTools implementation in Firefox. DevTools code base lives under +`devtools` directory. + +This `MDN page `__ contains +information about DevTools features. + +This `MDN page `__ contains +information about Developer Edition. Getting Started