mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
fix(style): scss, linting, fixes
This commit is contained in:
parent
9a991b7337
commit
3c0db10487
8 changed files with 735 additions and 102 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue