Bug 1349256 - Merged server and general docs under just one directory; r=sole draft
authorPatrick Brosset <pbrosset@mozilla.com>
Tue, 21 Mar 2017 17:36:34 +0100
changeset 502981 79e5b6d50a24912315dac470de2cd32a3608488e
parent 502980 b9dbd12aacb115b6e8e1e1f2c1e4ee12e052d572
child 550297 d5c14bb8229bf81a9ce27d9ebf52ac722a4f5aab
push id50437
push userbmo:pbrosset@mozilla.com
push dateWed, 22 Mar 2017 14:55:57 +0000
reviewerssole
bugs1349256
milestone55.0a1
Bug 1349256 - Merged server and general docs under just one directory; r=sole MozReview-Commit-ID: HzNGfWhYukh
devtools/docs/SUMMARY.md
devtools/docs/backend/actor-e10s-handling.md
devtools/docs/backend/actor-hierarchy.md
devtools/docs/backend/actor-registration.md
devtools/docs/backend/protocol.js.md
devtools/server/docs/actor-e10s-handling.md
devtools/server/docs/actor-hierarchy.md
devtools/server/docs/actor-registration.md
devtools/server/docs/protocol.js.md
--- a/devtools/docs/SUMMARY.md
+++ b/devtools/docs/SUMMARY.md
@@ -13,11 +13,16 @@
   * [Panel SVGs](frontend/svgs.md)
   * [React](frontend/react.md)
     * [Guidelines](frontend/react-guidelines.md)
     * [Tips](frontend/react-tips.md)
   * [Redux](frontend/redux.md)
     * [Guidelines](frontend/redux-guidelines.md)
     * [Tips](frontend/redux-tips.md)
 * [Backend](backend/backend.md)
-  * [Protocol](backend/protocol.md)
+  * [Remote Debugging Protocol](backend/protocol.md)
   * [Debugger API](backend/debugger-api.md)
   * [Backward Compatibility](backend/backward-compatibility.md)
+  * Actors
+    * [Actors Organization](backend/actor-hierarchy.md)
+    * [Handling Multi-Processes in Actors](backend/actor-e10s-handling.md)
+    * [Writing Actors With protocol.js](backend/protocol.js.md)
+    * [Registering A New Actor](backend/actor-registration.md)
rename from devtools/server/docs/actor-e10s-handling.md
rename to devtools/docs/backend/actor-e10s-handling.md
rename from devtools/server/docs/actor-hierarchy.md
rename to devtools/docs/backend/actor-hierarchy.md
rename from devtools/server/docs/actor-registration.md
rename to devtools/docs/backend/actor-registration.md
rename from devtools/server/docs/protocol.js.md
rename to devtools/docs/backend/protocol.js.md