Skip to content

Commit

Permalink
update_
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jun 23, 2023
1 parent 513a1bd commit 07750b5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
10 changes: 10 additions & 0 deletions src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ export const enNavbar = navbar([
icon: "chart-line",
link: "upbit-chart",
},
{
text: "Orderbook",
icon: "book",
link: "upbit-orderbook",
},
{
text: "Trade",
icon: "arrow-right-arrow-left",
link: "upbit-trade",
},
],
},
],
Expand Down
12 changes: 11 additions & 1 deletion src/.vuepress/navbar/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,24 @@ export const koNavbar = navbar([
children: [
{
text: "세팅",
icon: "setting",
icon: "gear-code",
link: "upbit-setting",
},
{
text: "차트",
icon: "chart-line",
link: "upbit-chart",
},
{
text: "오더북",
icon: "book",
link: "upbit-orderbook",
},
{
text: "거래현황",
icon: "arrow-right-arrow-left",
link: "upbit-trade",
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
home: true
layout: BlogHome
icon: home
title: Delicious Jelly
title: 블로그
heroImage: /logo.png
heroText: O-h-y-o 개발 블로그
tagline: 하고싶은거 다하기^^
Expand Down
6 changes: 5 additions & 1 deletion src/ko/posts/upbit/upbit-orderbook.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 업비트 오더북 만들기
---
order: 4
---

# 업비트 오픈API로 거래소 페이지 만들어보기 - 오더북
5 changes: 5 additions & 0 deletions src/ko/posts/upbit/upbit-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
order: 3
---

# 업비트 오픈API로 거래소 페이지 만들어보기 - 거래 현황

0 comments on commit 07750b5

Please sign in to comment.