diff --git a/devtools/client/netmonitor/README.md b/devtools/client/netmonitor/doc/architecture.md similarity index 100% rename from devtools/client/netmonitor/README.md rename to devtools/client/netmonitor/doc/architecture.md diff --git a/devtools/client/netmonitor/moz.build b/devtools/client/netmonitor/moz.build index c5fbdf014a00..1c47d76b357c 100644 --- a/devtools/client/netmonitor/moz.build +++ b/devtools/client/netmonitor/moz.build @@ -17,3 +17,5 @@ BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('DevTools', 'Netmonitor') + +SPHINX_TREES['/devtools/netmonitor'] = 'docs' diff --git a/devtools/docs/index.rst b/devtools/docs/index.rst index 3035c50da7a1..85fdc28b869b 100644 --- a/devtools/docs/index.rst +++ b/devtools/docs/index.rst @@ -80,6 +80,7 @@ Tool Architectures Debugger Responsive Design Mode Console + Network Frontend diff --git a/devtools/docs/tools/network-panel.md b/devtools/docs/tools/network-panel.md deleted file mode 100644 index 4ec626404302..000000000000 --- a/devtools/docs/tools/network-panel.md +++ /dev/null @@ -1 +0,0 @@ -You can find the Network Monitor documentation on `devtools/client/netmonitor/README.md` file.