From 7ffebbba99d227fdd2e04e30786561326222be16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?clearclown=20=28=E6=B8=85=E6=A5=9A=E7=B3=BB=E3=83=94?= =?UTF-8?q?=E3=82=A8=E3=83=AD=29?= <107663692+clearclown@users.noreply.github.com> Date: Sat, 15 Nov 2025 22:40:32 +0900 Subject: [PATCH] Delete GITHUB_SETUP.md --- GITHUB_SETUP.md | 293 ------------------------------------------------ 1 file changed, 293 deletions(-) delete mode 100644 GITHUB_SETUP.md diff --git a/GITHUB_SETUP.md b/GITHUB_SETUP.md deleted file mode 100644 index e42a92a..0000000 --- a/GITHUB_SETUP.md +++ /dev/null @@ -1,293 +0,0 @@ -# GitHub リポジトリ設定ガイド - -## 📝 リポジトリ設定 - -### 1. About セクション(リポジトリページ右上) - -**Description(説明):** -``` -High-speed RESTful API server providing Japanese law and court case data with Redis caching, PostgreSQL storage, and optional AI features -``` - -日本語版: -``` -日本の法令・判例データを提供する高速APIサーバー(Redis キャッシュ、PostgreSQL、AI 機能オプション) -``` - -**Website:** -``` -https://clearclown.github.io/e-gov-api-fastAPI -``` -(GitHub Pagesを有効化する場合) - -### 2. Topics(タグ) - -以下のトピックを追加(Settings → General → Topics): - -**主要技術:** -- `fastapi` -- `python` -- `postgresql` -- `redis` -- `docker` -- `podman` -- `uvicorn` - -**用途・分野:** -- `legal-tech` -- `japanese-law` -- `court-cases` -- `api-server` -- `restful-api` -- `legal-data` -- `e-gov` -- `jurisprudence` - -**機能:** -- `caching` -- `database` -- `web-scraping` -- `api-integration` -- `multi-language` - -**AI関連(オプション機能):** -- `vector-search` -- `pgvector` -- `rag` -- `ai-integration` -- `semantic-search` - -## 🏷️ リリース・タグ設定 - -### 現在の推奨タグ - -```bash -# 現在のバージョンにタグを付ける -git tag -a v0.2.0 -m "v0.2.0: Documentation Enhancement & Lite Version Support - -- Comprehensive documentation in 7 languages -- Lite version with ~600MB memory usage -- AI features as optional dependencies -- Network and infrastructure guides -- Multi-language README support" - -git push origin v0.2.0 -``` - -### リリースノート作成 - -GitHub上で Releases → Create a new release で以下を設定: - -**Tag:** `v0.2.0` - -**Title:** `📚 v0.2.0 - Documentation Enhancement & Lite Version Support` - -**Description:** -```markdown -## 🎉 Major Updates - -### 📖 Documentation Enhancements -- **Multi-language Support**: 7 languages (Japanese, English, Chinese Simplified/Traditional, Russian, Persian, Arabic) -- **Comprehensive Guides**: - - Infrastructure setup (516 lines) - - Network configuration (522 lines) - - Screenshots and visual examples -- **Architecture Diagrams**: Complete system and data flow diagrams - -### 🪶 Lite Version Support -- **Memory Optimization**: ~600MB (Lite) vs ~3-4GB (Full with AI) -- **Optional AI Features**: `pip install -e ".[ai]"` for AI capabilities -- **Improved Performance**: Faster startup and reduced resource usage - -### 🛠️ Infrastructure Improvements -- Default Docker configuration optimized for Lite version -- Enhanced PostgreSQL healthcheck -- Reorganized dependency management - -## 📸 Screenshots - -- API Documentation (Swagger UI) -- Law Search Example ("表現の自由") -- Court Case Search Example - -## 🚀 Installation - -**Standard (Lite) Version:** -```bash -git clone https://github.com/clearclown/e-gov-api-fastAPI.git -cd e-gov-api-fastapi -podman compose up -d -``` - -**With AI Features:** -```bash -uv pip install -e ".[ai]" -``` - -## 📚 Documentation - -- [English README](docs/readmeLang/README.en.md) -- [Infrastructure Guide](docs/DEV/infra.md) -- [Network Configuration](docs/DEV/networks.md) - -## 🙏 Contributors - -- [@clearclown](https://github.com/clearclown) -- Generated with [Claude Code](https://claude.com/claude-code) - ---- - -**Full Changelog**: https://github.com/clearclown/e-gov-api-fastAPI/compare/v0.1.0...v0.2.0 -``` - -## 📌 GitHub Pages 設定(オプション) - -### 有効化手順 - -1. Settings → Pages -2. Source: Deploy from a branch -3. Branch: `main` / `docs` (または `gh-pages` ブランチ作成) -4. Folder: `/ (root)` または `/docs` - -### index.html 作成(docs/ に配置) - -```html - - -
- - -