From e7529ef3b4cfeed0c1dc1667f7a07890d4fb3528 Mon Sep 17 00:00:00 2001 From: "Sungjoo(Dennis) Hwang" <48212469+Denny-Hwang@users.noreply.github.com> Date: Thu, 6 Apr 2023 06:40:59 +0900 Subject: [PATCH] Create _meta.json --- ko-pages/_meta.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ko-pages/_meta.json diff --git a/ko-pages/_meta.json b/ko-pages/_meta.json new file mode 100644 index 0000000..f6aa029 --- /dev/null +++ b/ko-pages/_meta.json @@ -0,0 +1,23 @@ +{ + "index": "Prompt Engineering", + "introduction": "소개", + "techniques": "기술", + "applications": "어플리케이션", + "models": "모델", + "risks": "주의사항", + "papers": "논문", + "tools": "도구", + "notebooks": "노트북(예제)", + "datasets": "데이터셋", + "readings": "더 읽어볼 것", + "about": { + "title": "About", + "type": "page" + }, + "contact": { + "title": "Contact ↗", + "type": "page", + "href": "https://twitter.com/dair_ai", + "newWindow": true + } +}