Remove example note

This commit is contained in:
Jake Howard 2024-02-23 10:22:18 +00:00
parent d5aee63bd5
commit 0005a4f7de
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 18 deletions

View File

@ -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,
},
},
```