mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 22:29:02 +00:00
Remove example note
This commit is contained in:
parent
d5aee63bd5
commit
0005a4f7de
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Example note
|
||||
modified: 2022-09-09
|
||||
---
|
||||
|
||||
This is an example note, see below for some code.
|
||||
|
||||
```javascript
|
||||
{
|
||||
resolve: 'gatsby-theme-code-notes',
|
||||
options: {
|
||||
contentPath: 'notes',
|
||||
basePath: '/',
|
||||
showThemeInfo: true,
|
||||
showDescriptionInSidebar: true,
|
||||
},
|
||||
},
|
||||
```
|
Loading…
Reference in a new issue