diff options
Diffstat (limited to 'devtools/docs/SUMMARY.md')
-rw-r--r-- | devtools/docs/SUMMARY.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devtools/docs/SUMMARY.md b/devtools/docs/SUMMARY.md new file mode 100644 index 000000000..a4c858a15 --- /dev/null +++ b/devtools/docs/SUMMARY.md @@ -0,0 +1,19 @@ + +# Summary + +* [Tool Architectures](tools.md) + * [Inspector](inspector-panel.md) + * [Memory](memory-panel.md) + * [Debugger](debugger-panel.md) + * [Responsive Design Mode](responsive-design-mode.md) +* [Frontend](frontend.md) + * [Panel SVGs](svgs.md) + * [React](react.md) + * [Guidelines](react-guidelines.md) + * [Tips](react-tips.md) + * [Redux](redux.md) + * [Guidelines](redux-guidelines.md) + * [Tips](redux-tips.md) +* [Backend](backend.md) + * [Protocol](protocol.md) + * [Debugger API](debugger-api.md) |