Skip to content

Commit 11386ec

Browse files
PLCostercharlesgutwirthjo-cellalabaird
committed
Updated Readmes with example image of tree layout
Co-authored-by: Charles Gutwirth <[email protected]> Co-authored-by: Jordan Hisel <[email protected]> Co-authored-by: Lindsay Baird <[email protected]>
1 parent 34f312d commit 11386ec

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<br/>
7575
<p align="center">
76-
<img width="900" src="./sapling/media/quizwall_demo.gif">
76+
<img width="900" src="sapling/media/quizwall_demo.gif">
7777
</p>
7878
<br/>
7979

@@ -94,14 +94,16 @@ With Sapling, you don't have to guess at the parent component of your current fi
9494

9595
## Installation
9696

97-
Installing from VS Code Extension Marketplace (or downloading package from GitHub?).
97+
Installing from VS Code Extension Marketplace:
9898

9999
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
100100

101101
2. Install the Sapling extension for Visual Studio Code.
102102

103103
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
104104

105+
To install sapling for development, please see the contributing section below.
106+
105107
## Getting Started
106108

107109
1. After installing VSCode Extension, you will see the extension on your sidebar. Click the "Choose a File" button.
@@ -184,11 +186,11 @@ Sapling prioritizes file dependencies over component dependencies. Consider the
184186
}
185187
```
186188

187-
Sapling will display Home and Navbar as siblings, both children of App: (image of actual Sapling here)
189+
Sapling will display Home and Navbar as siblings, both children of App:
188190

189-
App
190-
- Home
191-
- Navbar
191+
<br />
192+
<img src="sapling/media/readme-example.png">
193+
<br />
192194

193195
### Contributor Usage
194196

@@ -205,8 +207,8 @@ Note: `Ctrl+R` (or `Cmd+R` on Mac) will refresh the extension development host
205207

206208
This extension contributes the following settings:
207209

208-
* `sapling.reactRouter`: enable/disable React Router component nodes
209-
* `sapling.thirdParty`: enable/disable all third party component nodes
210+
* `sapling.view.reactRouter`: enable/disable React Router component nodes
211+
* `sapling.view.thirdParty`: enable/disable all third party component nodes
210212

211213
## Contributing
212214

sapling/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,16 @@ With Sapling, you don't have to guess at the parent component of your current fi
104104

105105
## Installation
106106

107-
Installing from VS Code Extension Marketplace (or downloading package from GitHub?).
107+
Installing from VS Code Extension Marketplace:
108108

109109
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
110110

111111
2. Install the Sapling extension for Visual Studio Code.
112112

113113
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
114114

115+
To install sapling for development, please see the contributing section below.
116+
115117
## Getting Started
116118

117119
1. After installing VSCode Extension, you will see the extension on your sidebar. Click the "Choose a File" button.
@@ -208,9 +210,9 @@ Sapling prioritizes file dependencies over component dependencies. Consider the
208210

209211
Sapling will display Home and Navbar as siblings, both children of App: (image of actual Sapling here)
210212

211-
App
212-
- Home
213-
- Navbar
213+
<br />
214+
<img src="media/readme-example.png">
215+
<br />
214216

215217
## Extension Settings
216218

0 commit comments

Comments
 (0)