Skip to content

Commit

Permalink
feat: add version badges to quick guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Jan 2, 2025
1 parent fc4a460 commit 2c0a6a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/routes/(root)/opi/ko/quick-guide/payment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import { Condition, InteractiveDoc, Section } from "./_preview";
<Condition language="frontend/React">
아래 명령어로 브라우저 SDK를 설치합니다.

![NPM Version](https://img.shields.io/npm/v/%40portone%2Fbrowser-sdk)

<Tabs>
<Tabs.Tab title="npm">
```shell
Expand Down Expand Up @@ -159,6 +161,10 @@ import { Condition, InteractiveDoc, Section } from "./_preview";
<Condition language="backend/Express">
아래 명령어로 서버 SDK를 설치합니다.

![NPM Version](https://img.shields.io/npm/v/%40portone%2Fserver-sdk)

![JSR Version](https://img.shields.io/jsr/v/%40portone/server-sdk)

<Tabs>
<Tabs.Tab title="npm">
```shell
Expand Down Expand Up @@ -242,6 +248,8 @@ import { Condition, InteractiveDoc, Section } from "./_preview";
<Condition language="backend/FastAPI">
아래 명령어로 서버 SDK를 설치합니다.

![PyPI - Version](https://img.shields.io/pypi/v/portone-server-sdk)

<Tabs>
<Tabs.Tab title="uv">
```shell
Expand Down Expand Up @@ -299,6 +307,8 @@ import { Condition, InteractiveDoc, Section } from "./_preview";
<Condition language="backend/Flask">
아래 명령어로 서버 SDK를 설치합니다.

![PyPI - Version](https://img.shields.io/pypi/v/portone-server-sdk)

<Tabs>
<Tabs.Tab title="uv">
```shell
Expand Down Expand Up @@ -356,6 +366,10 @@ import { Condition, InteractiveDoc, Section } from "./_preview";
<Condition language="backend/Spring_Kotlin">
Maven Central을 통해 서버 SDK를 설치합니다.

[![Maven Central Version](https://img.shields.io/maven-central/v/io.portone/server-sdk)](https://central.sonatype.com/artifact/io.portone/server-sdk)

[![javadoc](https://javadoc.io/badge2/io.portone/server-sdk/javadoc.svg)](https://javadoc.io/doc/io.portone/server-sdk)

<Tabs>
<Tabs.Tab title="Apache Maven">
```xml
Expand Down

0 comments on commit 2c0a6a8

Please sign in to comment.