From 6f4c80a5e70487cf79e1a2be357330b281c7aaa6 Mon Sep 17 00:00:00 2001 From: yceffort Date: Tue, 30 Dec 2025 11:38:31 +0900 Subject: [PATCH] =?UTF-8?q?[#119]=20fix:=20docs=20URL=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=A4=91=EB=B3=B5=EB=90=9C=20/docs/docs=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docusaurus baseUrl을 /pie/docs/에서 /pie/로 변경 - 각 패키지의 homepage URL에서 중복된 /docs 제거 Closes #119 --- apps/docs/docusaurus.config.ts | 2 +- package.json | 2 +- packages/es-http-status-codes/package.json | 2 +- packages/react-pdf/package.json | 2 +- packages/safe-html-react-parser/package.json | 2 +- packages/svg-manager/package.json | 2 +- packages/url-param-compressor/package.json | 2 +- packages/utils/package.json | 2 +- packages/vanilla-store/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 1508b196..868a1aae 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -12,7 +12,7 @@ const config: Config = { url: 'https://naverpaydev.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/pie/docs/', + baseUrl: '/pie/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/package.json b/package.json index 060d4a66..d00eeaab 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/", + "homepage": "https://naverpaydev.github.io/pie/", "description": "common packages of naver financial fe", "version": "0.0.0", "scripts": { diff --git a/packages/es-http-status-codes/package.json b/packages/es-http-status-codes/package.json index a3a54a9e..8f656a72 100644 --- a/packages/es-http-status-codes/package.json +++ b/packages/es-http-status-codes/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/es-http-status-codes/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/es-http-status-codes/", "sideEffects": false, "description": "A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.", "keywords": [ diff --git a/packages/react-pdf/package.json b/packages/react-pdf/package.json index 8b61e605..680d4d11 100644 --- a/packages/react-pdf/package.json +++ b/packages/react-pdf/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/react-pdf/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/react-pdf/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/safe-html-react-parser/package.json b/packages/safe-html-react-parser/package.json index 6d957cc8..2e6f22dc 100644 --- a/packages/safe-html-react-parser/package.json +++ b/packages/safe-html-react-parser/package.json @@ -73,5 +73,5 @@ "dist" ], "sideEffects": false, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/safe-html-react-parser/" + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/safe-html-react-parser/" } diff --git a/packages/svg-manager/package.json b/packages/svg-manager/package.json index d62f661d..63fc3306 100644 --- a/packages/svg-manager/package.json +++ b/packages/svg-manager/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/svg-manager/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/svg-manager/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/url-param-compressor/package.json b/packages/url-param-compressor/package.json index 35de6d2c..d964652f 100644 --- a/packages/url-param-compressor/package.json +++ b/packages/url-param-compressor/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/url-param-compressor/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/url-param-compressor/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/utils/package.json b/packages/utils/package.json index a84593c7..80393c39 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/utils/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/utils/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/vanilla-store/package.json b/packages/vanilla-store/package.json index 4e64a52f..541d7260 100644 --- a/packages/vanilla-store/package.json +++ b/packages/vanilla-store/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/vanilla-store/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/vanilla-store/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts",