-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] added docs interactive tutorials service #205
Conversation
3c51c5f
to
9949036
Compare
9949036
to
00f4e93
Compare
.vscode/settings.json
Outdated
@@ -15,7 +15,7 @@ | |||
"--fast" | |||
], | |||
"[typescript]": { | |||
"editor.defaultFormatter": "biomejs.biome" | |||
"editor.defaultFormatter": "vscode.typescript-language-features" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary
"start": "next start -p 8093", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check --write .", | ||
"lint:jsdoc": "eslint ." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this really lint of jsodc? looks like it is a basic nextjs eslint setup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough, renamed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fd1e7d8
to
2f0c34e
Compare
hash update added README gitignore update deleted next [docs] added backend for interactive tutorials service hash update added README gitignore update deleted next addressed latest comments fixes hash fix
2f0c34e
to
4ffa5bd
Compare
This diff adds a simple backend for the interactive tutorials service.