Skip to content

Commit e8a729f

Browse files
ravefalcon92princiya
authored andcommitted
Remove click here to edit links (firefox-devtools#7722)
* Remove "Click here to Edit" links Removed links to edit illustrations in debugger-html-react-redux-overview.md * Revert "Remove "Click here to Edit" links" This reverts commit 2254642. * Remove "Click here to Edit" links Removed links to edit illustrations in debugger-html-react-redux-overview.md
1 parent e980566 commit e8a729f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/debugger-html-react-redux-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As with most documentation related to code, this document may be out of date. Th
2525
Debugger.html is a React-Redux based application — the UI is constructed using React Components. the follow illustration provides a simplistic high level view:
2626

2727
![](https://docs.google.com/drawings/d/1JTDI-62CG29M37rpTGIDh70rOTuCmJf1VqxCKPe9zxM/pub?w=960&h=720)
28-
[Click here to Edit](https://docs.google.com/drawings/d/1JTDI-62CG29M37rpTGIDh70rOTuCmJf1VqxCKPe9zxM/edit?usp=sharing)
28+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1JTDI-62CG29M37rpTGIDh70rOTuCmJf1VqxCKPe9zxM/edit?usp=sharing) -->
2929

3030
Application-critical objects are stored in one
3131
global state object (housed in a Redux store) that some components have
@@ -74,7 +74,7 @@ architectural relationships:
7474

7575

7676
![](https://docs.google.com/drawings/d/1cIa-Cf2pPi3vCKvsCrUSfC1_1LG3XDH7GpNKmWIIKWY/pub?w=960&h=720)
77-
[Click here to Edit](https://docs.google.com/drawings/d/1cIa-Cf2pPi3vCKvsCrUSfC1_1LG3XDH7GpNKmWIIKWY/edit)
77+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1cIa-Cf2pPi3vCKvsCrUSfC1_1LG3XDH7GpNKmWIIKWY/edit) -->
7878

7979

8080
The App component uses two SplitBox components to separate the
@@ -83,7 +83,7 @@ components are used to allow each of the sections to be expanded or
8383
collapsed.
8484

8585
![](https://docs.google.com/drawings/d/1lAEyyci8SQZzh4Dk-EowX0wGnvyOISGO3sqdtzgQqoo/pub?w=960&h=720)
86-
[Click here to Edit](https://docs.google.com/drawings/d/1lAEyyci8SQZzh4Dk-EowX0wGnvyOISGO3sqdtzgQqoo/edit?usp=sharing)
86+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1lAEyyci8SQZzh4Dk-EowX0wGnvyOISGO3sqdtzgQqoo/edit?usp=sharing) -->
8787
## Source tree view
8888

8989
The left-most section of the application displays the source tree for
@@ -105,7 +105,7 @@ The Sources component encapsulates SourcesTree and
105105
SourcesTree encapsulates ManagedTree.
106106

107107
![](https://docs.google.com/drawings/d/1dOCy4BePfX77ky3yUTlZRnAeeFIIi4UAJcYaYmYvUcY/pub?w=960&h=720)
108-
[Click here to Edit](https://docs.google.com/drawings/d/1dOCy4BePfX77ky3yUTlZRnAeeFIIi4UAJcYaYmYvUcY/edit?usp=sharing)
108+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1dOCy4BePfX77ky3yUTlZRnAeeFIIi4UAJcYaYmYvUcY/edit?usp=sharing) -->
109109

110110
## Source editor/file search
111111

@@ -120,7 +120,7 @@ The center portion of the application displays either the source editor or a fil
120120
* The last component on the page is the SourceFooter component. This component renders buttons for blackboxing and prettify source functions.
121121

122122
![](https://docs.google.com/drawings/d/1PC63VABa0x-W3hACi7ASXgawQeowbAvA_aqN_Z1wpRI/pub?w=960&h=720)
123-
[Click here to Edit](https://docs.google.com/drawings/d/1PC63VABa0x-W3hACi7ASXgawQeowbAvA_aqN_Z1wpRI/edit?usp=sharing)
123+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1PC63VABa0x-W3hACi7ASXgawQeowbAvA_aqN_Z1wpRI/edit?usp=sharing) -->
124124

125125
At any time a user can search the sources for a specific string by
126126
pressing cmd-&gt;p. This will replace all of the components in the
@@ -140,7 +140,7 @@ The farthest right section of the application is handled by many components. At
140140
* The Scopes component is responsible for rendering the current variable scopes for the given breakpoint. It uses the ObjectInspector component to render the tree for all scopes and variables. The state of which nodes are collapsed/expanded are maintained using a ManagedTree component, in similar fashion to the SourcesTree component.
141141

142142
![](https://docs.google.com/drawings/d/1zHogPebNmOFT9Xx6cZsaA6R6cTQLUzBXePV9sf62chA/pub?w=960&h=720)
143-
[Click here to Edit](https://docs.google.com/drawings/d/1zHogPebNmOFT9Xx6cZsaA6R6cTQLUzBXePV9sf62chA/edit?usp=sharing)
143+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1zHogPebNmOFT9Xx6cZsaA6R6cTQLUzBXePV9sf62chA/edit?usp=sharing) -->
144144

145145
# Component Data
146146

0 commit comments

Comments
 (0)