feat(docs): カスタムドメイン docs.nene2-python.dev で配信 (#763) - #764
Merged
Conversation
nene2-python 専用ドメインで docs を公開する。 - VitePress base を /nene2-python/ → / に変更(カスタムドメイン直下配信) - docs/public/CNAME に docs.nene2-python.dev を追加(ビルド成果物ルートに出力され GitHub Pages がカスタムドメインを設定する) DNS は CNAME docs → hideyukimori.github.io で設定・反映済み。旧 hideyukimori.github.io/nene2-python/ は新ドメインへ自動リダイレクト。 Closes #763 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
nene2-python 専用ドメイン
nene2-python.devを取得し、docs をdocs.nene2-python.devで配信する。変更
baseを/nene2-python/→/(カスタムドメイン直下配信)docs/public/CNAMEにdocs.nene2-python.dev(ビルド成果物ルートに出力 → Pages がカスタムドメイン設定)状態
CNAME docs → hideyukimori.github.io設定・反映確認済みdist/CNAME出力確認、アセットが/assets/...(base/)マージ後
docs.yml デプロイ →
https://docs.nene2-python.dev/配信。HTTPS 証明書プロビジョニング後に Enforce HTTPS。旧 github.io は自動リダイレクト。.comはレジストラ転送(別途)。Closes #763
🤖 Generated with Claude Code