Skip to content
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

Stackblitz #180

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ yarn-error.log*
# turbo
.turbo

.env
.env

.idea

.gitbook-dev.yaml
3 changes: 3 additions & 0 deletions integrations/stackblitz/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@gitbook/eslint-config/integration"]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions integrations/stackblitz/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: stackblitz
title: Stackblitz
icon: ./assets/stackblitz-logo.png
organization: the-delta-integrations
visibility: private
description: ''
script: src/index.tsx
scopes:
- space:content:read
- space:content:write
- space:metadata:read
- space:metadata:write
- space:views:read
blocks:
- id: diagram
title: Stackblitz
description: TODO Stackblitz Integration Description
markdown:
codeblock: stackblitz
body: content
secrets: {}
Loading