Skip to content

Commit b0632f9

Browse files
committed
docs: remove live demo (everything is a live demo now)
1 parent dd437d4 commit b0632f9

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

docs/src/.vitepress/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ export default withMermaid(
6565
{
6666
text: 'Examples',
6767
items: [
68-
{
69-
text: 'Live Demo',
70-
link: 'https://scira-mcp-chat-git-main-idosals-projects.vercel.app/',
71-
},
7268
{
7369
text: 'UI Inspector',
7470
link: 'https://github.com/idosal/ui-inspector',

docs/src/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ hero:
1616
- theme: alt
1717
text: GitHub
1818
link: https://github.com/idosal/mcp-ui
19-
- theme: alt
20-
text: Live Demo
21-
link: https://scira-mcp-chat-git-main-idosals-projects.vercel.app/
2219
- theme: alt
2320
text: About
2421
link: /about

lefthook.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pre-commit:
2+
parallel: true
3+
jobs:
4+
- name: lint typescript
5+
glob: '*.{ts,tsx}'
6+
run: pnpm eslint --fix --max-warnings=0 --no-warn-ignored {staged_files} && pnpm prettier --write {staged_files}
7+
8+
- name: format js
9+
glob: '*.{js,jsx,mjs,cjs}'
10+
run: pnpm prettier --write {staged_files}
11+
12+
- name: format json/css
13+
glob: '*.{json,css,scss}'
14+
run: pnpm prettier --write {staged_files}
15+
16+
- name: format yaml
17+
glob: '*.{yaml,yml}'
18+
run: pnpm prettier --write {staged_files}

0 commit comments

Comments
 (0)