diff --git a/docs/notes/example-note.md b/docs/notes/example-note.md deleted file mode 100644 index 5d20dbe..0000000 --- a/docs/notes/example-note.md +++ /dev/null @@ -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, - }, -}, -```