File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ Expected file structure:
161161```md
162162/snippets
163163|- language
164- |- category-name
165- |- your-snippet-here.md
164+ |- category-name
165+ |- your-snippet-here.md
166166```
167167
168168> Please do ** NOT** add or edit anything in ` /public ` folder. It will be used for consolidating snippets.
@@ -221,9 +221,9 @@ Example structure:
221221``` md
222222/snippets
223223|- python
224- |- file-handling
225- |- list-manipulation
226- |- ....
224+ |- file-handling
225+ |- list-manipulation
226+ |- ....
227227```
228228
229229### Adding a New Language
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ const Banner = () => {
55 Made to save your < span className = "text-highlight" > time.</ span >
66 </ h1 >
77 < p >
8- Find code snippets in seconds, across multiple languages. Just{ " " }
9- < s >
10- < abbr title = "Under construction :)" > search</ abbr >
11- </ s > { " " }
8+ Find code snippets in seconds, across multiple languages. Just search
129 and copy!
1310 </ p >
1411 </ div >
You can’t perform that action at this time.
0 commit comments