Bug 1613313 - Network monitor is not included in the index.md file r=jdescottes

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

--HG--
rename : devtools/client/netmonitor/README.md => devtools/client/netmonitor/doc/architecture.md
extra : moz-landing-system : lando
This commit is contained in:
Jan Odvarko 2020-02-19 23:35:59 +00:00
Родитель ea2e250303
Коммит 213f623867
4 изменённых файлов: 3 добавлений и 1 удалений

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

@ -17,3 +17,5 @@ BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'):
BUG_COMPONENT = ('DevTools', 'Netmonitor')
SPHINX_TREES['/devtools/netmonitor'] = 'docs'

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

@ -80,6 +80,7 @@ Tool Architectures
Debugger <tools/debugger-panel.md>
Responsive Design Mode <tools/responsive-design-mode.md>
Console <tools/console-panel.md>
Network </devtools/netmonitor/architecture.md>
Frontend

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

@ -1 +0,0 @@
You can find the Network Monitor documentation on `devtools/client/netmonitor/README.md` file.