Skip to content

Commit 1220699

Browse files
committed
docs: update file tree
1 parent 9ace05d commit 1220699

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ for live implementation examples.
155155
while providing useful utilities to developers, website-wide.
156156

157157
<!-- AUTO-GENERATED-CONTENT:START (DIRTREE:dir=./app) -->
158+
158159
```
159160
app/
160161
├── BaseDocument/
@@ -170,15 +171,18 @@ app/
170171
├── SEOMetadata/
171172
└── Tooltips/
172173
```
174+
173175
<!-- AUTO-GENERATED-CONTENT:END -->
174176

175177
## [📦  Components](https://github.com/JulianCataldo/web-garden/tree/develop/components)
176178

177179
Generic [extendables components](https://github.com/JulianCataldo/web-garden/tree/develop/components).
178180

179181
<!-- AUTO-GENERATED-CONTENT:START (DIRTREE:dir=./components) -->
182+
180183
```
181184
components/
185+
├── CodeEditor/
182186
├── Diagram/
183187
├── GeoMap/
184188
├── LicensesReport/
@@ -187,6 +191,7 @@ components/
187191
├── TerminalPlayer/
188192
└── Testbed/
189193
```
194+
190195
<!-- AUTO-GENERATED-CONTENT:END -->
191196

192197
## [🛠  Tooling configurations](https://github.com/JulianCataldo/web-garden/tree/develop/configs)
@@ -196,24 +201,26 @@ Features ESLint, Prettier, Stylelint, Commitlint…
196201
For Astro, React, Vue, SCSS, TS…
197202

198203
<!-- AUTO-GENERATED-CONTENT:START (DIRTREE:dir=./configs) -->
204+
199205
```
200206
configs/
201-
├── .vscode/
207+
├── vscode/
202208
├── .editorconfig-example
203209
├── commitlint-base.ts
204210
├── eslint-all.cjs
205211
├── eslint-astro.cjs
206212
├── eslint-js.cjs
207213
├── eslint-jsx.cjs
214+
├── eslint-mdx.cjs
208215
├── eslint-ts.cjs
209216
├── eslint-tsx.cjs
210217
├── eslint-vue.cjs
211-
├── gather.sh
212218
├── index.mjs
213219
├── prettier-astro.cjs
214220
├── prettier-base.cjs
215221
└── stylelint-all.cjs
216222
```
223+
217224
<!-- AUTO-GENERATED-CONTENT:END -->
218225

219226
<!-- # ✅  Tests

0 commit comments

Comments
 (0)