API documentation
+한국어 텍스트 처리 API 문서
+현재 제공되는 욕설·비속어 검출 기능의 인증, 요청 형식, 처리 모드와 오류 모델을 확인할 수 있습니다.
+ +diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b4696..e351b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,37 @@ concurrency: cancel-in-progress: true jobs: - test: - name: ci + ui: + name: ui + runs-on: ubuntu-24.04-arm + defaults: + run: + working-directory: ui/app + steps: + - name: checkout code + uses: actions/checkout@v6 + + - name: setup node + uses: actions/setup-node@v6 + with: + node-version: '22' + cache: npm + cache-dependency-path: ui/app/package-lock.json + + - name: install ui dependencies + run: npm ci + + - name: run ui type check + run: npm run typecheck + + - name: build ui + run: npm run build + + - name: verify public discovery artifacts + run: npm run verify:discovery + + backend: + name: backend runs-on: ubuntu-24.04-arm steps: - name: checkout code diff --git a/ui/app/docs/index.html b/ui/app/docs/index.html new file mode 100644 index 0000000..df2943b --- /dev/null +++ b/ui/app/docs/index.html @@ -0,0 +1,67 @@ + + +
+ + + + + + + + + + + + + + + +API documentation
+현재 제공되는 욕설·비속어 검출 기능의 인증, 요청 형식, 처리 모드와 오류 모델을 확인할 수 있습니다.
+ +Korean profanity filter API
+한국어 문장의 욕설과 비속어를 검출하고 필요한 방식으로 확인하거나 마스킹하는 API입니다.
+ +