fix(style): scss, linting, fixes

This commit is contained in:
taskylizard 2024-08-29 11:47:35 +00:00
parent 9a991b7337
commit 3c0db10487
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 735 additions and 102 deletions

View file

@ -18,7 +18,13 @@ import { fetcher } from 'itty-fetcher'
// Look inside tbe docs directory
const GITHUB_REPO = 'https://api.github.com/repos/fmhy/FMHYEdit/contents/docs/'
const EXCLUDE_FILES = ['README.md', 'index.md', 'feedback.md', 'posts.md']
const EXCLUDE_FILES = [
'README.md',
'index.md',
'feedback.md',
'posts.md',
'sandbox.md'
]
const EXCLUDE_DIRECTORIES = ['posts/']
interface File {