Skip to content

Commit

Permalink
docs: add doc website
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 19, 2024
1 parent ff3a8e2 commit 9e4f0d6
Show file tree
Hide file tree
Showing 91 changed files with 4,374 additions and 59 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ deployspec.yml
.storybook/*.html
cz-adapter.cjs
LICENSE
*.vue
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ node_modules
temp
.aider*
.vscode-test-web
**/.vitepress/cache
**/.vitepress/.temp
.gpt-runner
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,31 @@
"titleBar.activeForeground": "#F8FCFD"
},
"cSpell.words": [
"Codegee",
"Codeium",
"commitlint",
"deepseek",
"esno",
"execa",
"fullpath",
"ianvs",
"iconify",
"knip",
"langchain",
"Nicepkg",
"nodir",
"Ollama",
"openai",
"Pipfile",
"pyproject",
"qwen",
"tailwindcss",
"treeshake",
"tsup",
"undici",
"vsix"
"vitepress",
"vsix",
"Zhipu"
],
"aide.convertLanguagePairs": {
"typescript": "python"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

English / [简体中文 🌏](https://github.com/nicepkg/aide/tree/master/README_CN.md)

Master Any Code: One-Click Comments and Language Conversion. 💪
Mastering Any Code In VSCode: One-click commenting and language conversion. 💪

掌握任何屎山代码:一键注释和语言转换。💪
在 VSCode 里掌握任何屎山代码:一键注释和语言转换。💪

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[English 🌏](https://github.com/nicepkg/aide/tree/master/README.md) / 简体中文

掌握任何屎山代码:一键注释和语言转换。💪
在 VSCode 里掌握任何屎山代码:一键注释和语言转换。💪

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "aide-pro",
"displayName": "Aide",
"description": "Master Any Code: One-Click Comments and Language Conversion. 💪",
"description": "Master Any Code: One-Click Comments and Language Conversion. 掌握任何屎山代码:一键注释和语言转换。💪",
"version": "1.12.0",
"private": true,
"packageManager": "[email protected]",
Expand Down Expand Up @@ -238,6 +238,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@langchain/anthropic": "^0.2.6",
"@langchain/core": "0.2.17",
"@langchain/openai": "^0.2.4",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"command.copyAsPrompt": "✨ Aide: 复制为 AI Prompt",
"command.copyAsPrompt": "✨ Aide: 复制为 AI 提示词",
"command.askAI": "✨ Aide: 问 AI",
"command.codeConvert": "✨ Aide: 代码转换",
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",
Expand Down
Loading

0 comments on commit 9e4f0d6

Please sign in to comment.