docs サイトを Docusaurus へ移行(既存ページは文面・URL とも据え置き) - #28
Merged
Conversation
- 既存5ページと index.md を docs/ へ移設。本文は変更なし、生成される URL も /user_manual, /slurm_user_manual 等でこれまでと同一 - Jekyll の _config.yml を削除し、GitHub Actions でのビルド・デプロイに変更 - サイドバー・ページタイトルは各ファイルの見出しから自動生成 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Jul 26, 2026
Contributor
Author
|
lgtm |
hal-shu-sato
approved these changes
Jul 27, 2026
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.
docs サイトの生成を Jekyll から Docusaurus に切り替えます。既存ドキュメントの文面と URL は変更していません。
#25 から「Docusaurus の導入」部分だけを切り出したものです。チュートリアルと GPU 使い方ガイドの追加は #27 に分けてあります。
(ブランチ名変更に伴い #26 が閉じられたため、同一内容で立て直したものです)
変更点
index.mdをdocs/配下へ移動(本文はバイト単位で変更なし)_config.ymlを削除し、GitHub Actions(.github/workflows/deploy.yml)でのビルド・デプロイへdocusaurus.config.js/sidebars.js/package.json/src/css/custom.css/static/)@easyops-cn/docusaurus-search-local)README.mdを追加差分は
package-lock.jsonを除くと 24 ファイル / +256・-1 です。URL
生成されるページのパスは現行と同一です。
//user_manual/jupyterhub_user_manual/community_rules/slurm_user_manual/llmgateway_user_manualサイドバーとページタイトルは各ファイルの
#見出しをそのまま使います。並び順も現行index.mdのリンク順のままです。マージ時にお願いしたい設定変更
Settings → Pages → Build and deployment → Source を「GitHub Actions」に切り替える必要があります。 現在は master ブランチからの Jekyll ビルドになっているため、切り替えないとデプロイジョブが失敗します。
workflow_dispatchを入れてあるので、切り替え後に手動で流し直せます。動作確認
ローカルで
npm ci && npm run buildが警告なしで成功すること、上記 6 パスと画像が生成されることを確認済みです。🤖 Generated with Claude Code