From 07750b513ea7a6a529622505cfd7e1d8b3b961e6 Mon Sep 17 00:00:00 2001 From: ohyo Date: Sat, 24 Jun 2023 07:19:57 +0900 Subject: [PATCH] update_ --- src/.vuepress/navbar/en.ts | 10 ++++++++++ src/.vuepress/navbar/ko.ts | 12 +++++++++++- src/ko/README.md | 2 +- src/ko/posts/upbit/upbit-orderbook.md | 6 +++++- src/ko/posts/upbit/upbit-trade.md | 5 +++++ 5 files changed, 32 insertions(+), 3 deletions(-) diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts index 28a44599..740c0882 100644 --- a/src/.vuepress/navbar/en.ts +++ b/src/.vuepress/navbar/en.ts @@ -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", + }, ], }, ], diff --git a/src/.vuepress/navbar/ko.ts b/src/.vuepress/navbar/ko.ts index f6acaced..ab6ea7b4 100644 --- a/src/.vuepress/navbar/ko.ts +++ b/src/.vuepress/navbar/ko.ts @@ -37,7 +37,7 @@ export const koNavbar = navbar([ children: [ { text: "세팅", - icon: "setting", + icon: "gear-code", link: "upbit-setting", }, { @@ -45,6 +45,16 @@ export const koNavbar = navbar([ icon: "chart-line", link: "upbit-chart", }, + { + text: "오더북", + icon: "book", + link: "upbit-orderbook", + }, + { + text: "거래현황", + icon: "arrow-right-arrow-left", + link: "upbit-trade", + }, ], }, ], diff --git a/src/ko/README.md b/src/ko/README.md index 28cbcda9..2562db0c 100644 --- a/src/ko/README.md +++ b/src/ko/README.md @@ -2,7 +2,7 @@ home: true layout: BlogHome icon: home -title: Delicious Jelly +title: 블로그 heroImage: /logo.png heroText: O-h-y-o 개발 블로그 tagline: 하고싶은거 다하기^^ diff --git a/src/ko/posts/upbit/upbit-orderbook.md b/src/ko/posts/upbit/upbit-orderbook.md index eb49d744..7b32fd60 100644 --- a/src/ko/posts/upbit/upbit-orderbook.md +++ b/src/ko/posts/upbit/upbit-orderbook.md @@ -1 +1,5 @@ -# 업비트 오더북 만들기 +--- +order: 4 +--- + +# 업비트 오픈API로 거래소 페이지 만들어보기 - 오더북 diff --git a/src/ko/posts/upbit/upbit-trade.md b/src/ko/posts/upbit/upbit-trade.md index e69de29b..3e73e65b 100644 --- a/src/ko/posts/upbit/upbit-trade.md +++ b/src/ko/posts/upbit/upbit-trade.md @@ -0,0 +1,5 @@ +--- +order: 3 +--- + +# 업비트 오픈API로 거래소 페이지 만들어보기 - 거래 현황