Skip to content

Commit

Permalink
Minor docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Jan 24, 2025
1 parent 0c10b24 commit 2cc81be
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ To connect your Mini App to the Telegram client, place the script `telegram-web-
- [MainButton](https://vue-tg.deptyped.com/mini-apps.html#mainbutton)
- [Popup](https://vue-tg.deptyped.com/mini-apps.html#popup)
- [ScanQr](https://vue-tg.deptyped.com/mini-apps.html#scanqr)
- [SecondaryButton](https://vue-tg.deptyped.com/mini-apps.html#secondarybutton)
- [SettingsButton](https://vue-tg.deptyped.com/mini-apps.html#settingsbutton)

#### Mapping
Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/alert.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Alert
### Alert <Badge type="tip" text="Bot API 6.2+" />

A component that shows message in a simple alert with a 'Close' button when is
rendered.
Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/back-button.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### BackButton
### BackButton <Badge type="tip" text="Bot API 6.1+" />

A component that enables the back button when is rendered.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/biometric-manager.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### BiometricManager
### BiometricManager <Badge type="tip" text="Bot API 7.2+" />

A component that init the biometric manager when is rendered.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/closing-confirmation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### ClosingConfirmation
### ClosingConfirmation <Badge type="tip" text="Bot API 6.2+" />

A component that enables the confirmation dialog while the user is trying to close the Mini App.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/confirm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Confirm
### Confirm <Badge type="tip" text="Bot API 6.2+" />

A component that shows message in a simple confirmation window with 'OK' and
'Cancel' buttons when is rendered.
Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/popup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Popup
### Popup <Badge type="tip" text="Bot API 6.2+" />

A component that shows a native popup when is rendered.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/scan-qr.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### ScanQr
### ScanQr <Badge type="tip" text="Bot API 6.4+" />

A component that shows a native popup for scanning a QR code when is rendered.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/secondary-button.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### SecondaryButton
### SecondaryButton <Badge type="tip" text="Bot API 7.10+" />

A component that enables the secondary button when is rendered.

Expand Down
2 changes: 1 addition & 1 deletion docs/mini-apps/components/settings-button.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### SettingsButton
### SettingsButton <Badge type="tip" text="Bot API 7.0+" />

A component that enables the settings button when is rendered.

Expand Down

0 comments on commit 2cc81be

Please sign in to comment.