Skip to content

Commit

Permalink
📝 docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 31, 2024
1 parent a925f16 commit 1d6a383
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
"dev": "father dev",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:build-analyze": "ANALYZE=1 dumi build",
"docs:dev": "dumi dev",
"doctor": "father doctor",
"lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
Expand All @@ -45,7 +44,7 @@
"pull": "git pull",
"release": "semantic-release",
"setup": "dumi setup",
"start": "npm run docs:dev",
"start": "npm run dev",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
Expand Down
1 change: 1 addition & 0 deletions src/ChatGLM/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
nav: Components
group: Icons
atomId: ChatGLM
title: Zhipu (ChatGLM)
description: https://github.com/THUDM/ChatGLM-6B
---
Expand Down
5 changes: 1 addition & 4 deletions src/Gemini/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
nav: Components
group: Icons
title: Google (Gemini)
atomId: Gemini
description: https://deepmind.google/technologies/gemini
---

Expand Down Expand Up @@ -85,7 +86,3 @@ export default () => (
</Flexbox>
);
```

## APIs

<API></API>

0 comments on commit 1d6a383

Please sign in to comment.