OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "title": "Devtools", | 3 "title": "Devtools", |
4 "items": [ | 4 "items": [ |
5 { | 5 { |
6 "title": "Learn Basics", | 6 "title": "Learn Basics", |
7 "items": [ | 7 "items": [ |
8 { | 8 { |
9 "title": "Overview", | 9 "title": "Overview", |
10 "href": "/devtools/index" | 10 "href": "/devtools/index" |
11 }, | 11 }, |
12 { | 12 { |
13 "title": "Authoring & Development Workflow", | 13 "title": "Development Workflow", |
14 "href": "/devtools/docs/authoring-development-workflow" | 14 "href": "/devtools/docs/authoring-development-workflow" |
15 }, | 15 }, |
16 { | 16 { |
17 "title": "Using the Console", | 17 "title": "Using the Console", |
18 "href": "/devtools/docs/console" | 18 "href": "/devtools/docs/console" |
19 }, | 19 }, |
20 { | 20 { |
21 "title": "Tips & Tricks", | 21 "title": "Tips & Tricks", |
22 "href": "/devtools/docs/tips-and-tricks" | 22 "href": "/devtools/docs/tips-and-tricks" |
23 }, | 23 }, |
(...skipping 22 matching lines...) Expand all Loading... |
46 ] | 46 ] |
47 }, | 47 }, |
48 { | 48 { |
49 "title": "Use Tools", | 49 "title": "Use Tools", |
50 "items": [ | 50 "items": [ |
51 { | 51 { |
52 "title": "Inspecting & Tweaking", | 52 "title": "Inspecting & Tweaking", |
53 "href": "/devtools/docs/dom-and-styles", | 53 "href": "/devtools/docs/dom-and-styles", |
54 "items": [ | 54 "items": [ |
55 { | 55 { |
56 "title": "Editing Styles & DOM", | 56 "title": "Editing Styles and the DOM", |
57 "href": "/devtools/docs/elements" | 57 "href": "/devtools/docs/dom-and-styles" |
58 }, | 58 }, |
59 { | 59 { |
60 "title": "Working with CSS Preprocessors", | 60 "title": "Working with CSS Preprocessors", |
61 "href": "/devtools/docs/css-preprocessors" | 61 "href": "/devtools/docs/css-preprocessors" |
62 }, | 62 }, |
63 { | 63 { |
64 "title": "Managing Application Storage", | 64 "title": "Managing Application Storage", |
65 "href": "/devtools/docs/resource-panel" | 65 "href": "/devtools/docs/resource-panel" |
66 } | 66 } |
67 ] | 67 ] |
68 }, | 68 }, |
69 { | 69 { |
70 "title": "Debugging JavaScript", | 70 "title": "Debugging JavaScript", |
71 "href": "/devtools/docs/javascript-debugging" | 71 "href": "/devtools/docs/javascript-debugging" |
72 }, | 72 }, |
73 { | 73 { |
74 "title": "Mobile Emulation", | 74 "title": "Mobile Emulation", |
75 "href": "/devtools/docs/mobile-emulation" | 75 "href": "/devtools/docs/mobile-emulation" |
76 }, | 76 }, |
77 { | 77 { |
78 "title": "Remote Debugging on Android", | 78 "title": "Remote Debugging on Android", |
79 "href": "/devtools/docs/remote-debugging" | 79 "href": "/devtools/docs/remote-debugging" |
| 80 }, |
| 81 { |
| 82 "title": "Saving Changes with Workspaces", |
| 83 "href": "/devtools/docs/workspaces" |
80 } | 84 } |
81 ] | 85 ] |
82 }, | 86 }, |
83 { | 87 { |
84 "title": "Performance & Profiling", | 88 "title": "Performance & Profiling", |
85 "items": [ | 89 "items": [ |
86 { | 90 { |
87 "title": "Evaluating Network Performance", | 91 "title": "Evaluating Network Performance", |
88 "href": "/devtools/docs/network" | 92 "href": "/devtools/docs/network" |
89 }, | 93 }, |
90 { | 94 { |
91 "title": "Using the Timeline", | 95 "title": "Using the Timeline", |
92 "href": "/devtools/docs/timeline" | 96 "href": "/devtools/docs/timeline" |
93 }, | 97 }, |
94 { | 98 { |
95 "title": "Timeline Demo: Finding Forced Synchronous Layouts", | 99 "title": "Timeline Demo: Layout Thrashing", |
96 "href": "/devtools/docs/demos/too-much-layout/index" | 100 "href": "/devtools/docs/demos/too-much-layout/index" |
97 }, | 101 }, |
98 { | 102 { |
99 "title": "Profiling JavaScript Performance", | 103 "title": "Profiling JavaScript Performance", |
100 "href": "/devtools/docs/cpu-profiling" | 104 "href": "/devtools/docs/cpu-profiling" |
101 }, | 105 }, |
102 { | 106 { |
103 "title": "JavaScript Memory Profiling", | 107 "title": "JavaScript Memory Profiling", |
104 "href": "/devtools/docs/javascript-memory-profiling", | 108 "href": "/devtools/docs/javascript-memory-profiling", |
105 "items": [ | 109 "items": [ |
106 { | 110 { |
107 "title": "JavaScript Memory Profiling", | 111 "title": "JavaScript Memory Profiling", |
108 "href": "/devtools/docs/javascript-memory-profiling" | 112 "href": "/devtools/docs/javascript-memory-profiling" |
109 }, | 113 }, |
110 { | 114 { |
111 "title": "Demos", | 115 "title": "Demos", |
112 "href": "/devtools/docs/heap-profiling-summary" | 116 "href": "/devtools/docs/heap-profiling-summary" |
113 } | 117 } |
114 ] | 118 ] |
115 }, | |
116 { | |
117 "title": "Setting Up a Clean Testing Environment", | |
118 "href": "/devtools/docs/clean-testing-environment" | |
119 } | 119 } |
120 ] | 120 ] |
121 }, | 121 }, |
122 { | 122 { |
123 "title": "Reference", | 123 "title": "Reference", |
124 "items": [ | 124 "items": [ |
125 { | 125 { |
126 "title": "Console API Reference", | 126 "title": "Console API Reference", |
127 "href": "/devtools/docs/console-api" | 127 "href": "/devtools/docs/console-api" |
128 }, | 128 }, |
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 "title": "Articles", | 997 "title": "Articles", |
998 "href": "/webstore/articles" | 998 "href": "/webstore/articles" |
999 } | 999 } |
1000 ] | 1000 ] |
1001 } | 1001 } |
1002 ] | 1002 ] |
1003 } | 1003 } |
1004 ] | 1004 ] |
1005 } | 1005 } |
1006 ] | 1006 ] |
OLD | NEW |