Skip to content

Commit

Permalink
docs: merge qsu-web documents
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Nov 28, 2024
1 parent 135914e commit 747afa7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Web
order: 1
title: Web <span class="VPBadge tip menu-badge">plugin:web</span>
order: 100
---

# Methods: Web
# Methods: Web <Badge type="tip" text="Plugin:qsu-web" />

This method is only available in the `qsu-web` package.

Expand Down
3 changes: 3 additions & 0 deletions docs/src/en/getting-started/installation-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ After configuring the node environment, you can simply run the following command
```bash
# via npm
$ npm install qsu
$ npm install qsu-web # (Optional) When using the Add-on for Web

# via yarn
$ yarn add qsu
$ yarn add qsu-web # (Optional) When using the Add-on for Web

# via pnpm
$ pnpm install qsu
$ pnpm install qsu-web # (Optional) When using the Add-on for Web
```

## How to Use
Expand Down
5 changes: 0 additions & 5 deletions docs/src/en/other-packages/qsu-web/api/index.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/src/en/other-packages/qsu-web/installation.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Web
order: 1
title: Web <span class="VPBadge tip menu-badge">plugin:web</span>
order: 100
---

# Methods: Web
# Methods: Web <Badge type="tip" text="Plugin:qsu-web" />

This method is only available in the `qsu-web` package.

Expand Down
3 changes: 3 additions & 0 deletions docs/src/ko/getting-started/installation-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ Node.js 환경을 구성한 후 다음 명령을 실행하면 됩니다:
```bash
# via npm
$ npm install qsu
$ npm install qsu-web # (선택적) Web용 추가 유틸을 사용할 때

# via yarn
$ yarn add qsu
$ yarn add qsu-web # (선택적) Web용 추가 유틸을 사용할 때

# via pnpm
$ pnpm install qsu
$ pnpm install qsu-web # (선택적) Web용 추가 유틸을 사용할 때
```

## 사용 방법
Expand Down
5 changes: 0 additions & 5 deletions docs/src/ko/other-packages/qsu-web/api/index.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/src/ko/other-packages/qsu-web/installation.md

This file was deleted.

0 comments on commit 747afa7

Please sign in to comment.