Nabledge(Nablarch 5専用AIツール)ドキュメントページを追加 - #733
Open
nakagawa131 wants to merge 15 commits into
Open
Conversation
- 日本語・英語のAIコーディング支援ページを新規追加 - トップページにAIツールの案内tipボックスを追加(/n5コマンド) - 開発ツール一覧にAIコーディング支援を追加 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
kumagoro1202
requested changes
Jul 30, 2026
kumagoro1202
left a comment
Contributor
There was a problem hiding this comment.
6向け(#732 )の方に書いた指摘と合わせて対応お願いします。
知識検索と、コード分析の実際の出力例をスクリーンショット画像で追加。 日本語版・英語版の両方に対応。 追加した画像: - 知識検索の回答例(チャット画面) - クラス依存関係図とコンポーネント概要 - 処理フロー図(シーケンス図)
AIツール一覧ページで、Claude CodeとGitHub Copilotのツール名に 公式サイトへのリンクを追加。日本語版・英語版の両方に対応。
Nabledgeガイドの「前提環境」セクションを最初のセクションとして配置。 Claude CodeとGitHub Copilotに公式サイトへのリンクを追加。 読者が最初に前提条件を把握できるように改善。
知識検索と特徴セクションからファイル数・エントリ数の記載を削除。 メンテナンスコスト削減と、数値の乖離リスクを回避。
「セットアップ手順」の親セクションを削除し、 Nablarch 5の手順を直接配置。 インストールコマンドを正しいバージョン指定形式に修正。
3つの明確な価値に整理して冗長な表現を削減。 1. 公式ドキュメントのみを根拠にした回答 2. わからないことは「わからない」と回答 3. 回答に必ず参照元を提示 日本語版・英語版の両方に対応。
Background セクション (26-27行目): - "penetrated development sites" → "become part of everyday development" - "cross-sectional understanding" → "broad understanding across sources" セクション名の変更: - "Solved by This Plugin" (40行目) → "How This Plugin Helps" - "Functions Provided" (47行目) → "Features" - "Features" (107行目) → "Reliability" また、V5版のため /n6 → /n5 に修正。
_templates/breadcrumbs.htmlの言語切り替えリンクを LATEST → 5-LATEST に変更。
Knowledge SearchとCode Analysisの使用例を /n6 → /n5 に変更。
本プラグインで解決セクション、知識検索、コード分析の 使用例を /n6 → /n5 に変更。
英語版ディレクトリ内の画像ファイル名が日本語になっていた問題を修正。 以下の変更を実施: 変更内容: - Nabledge_知識検索サンプル画像_英語.png → Nabledge_Knowledge_Search_Example.png - 依存関係図とコンポーネント概要_英語版.png → Class_Dependency_and_Component_Overview.png - シーケンス図_英語.png → Sequence_Diagram.png また、英語版ディレクトリに誤って含まれていた日本語版画像ファイル(3件)を削除。 index.rstの画像パス参照も対応するファイル名に更新。 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
claude.ai/code から claude.com の製品ページに変更。 - 日本語版: https://claude.com/ja/product/claude-code - 英語版: https://claude.com/product/claude-code 変更箇所: - ai_tools/index.rst(日英) - ai_tools/nabledge/index.rst(日英) Co-Authored-By: Claude Sonnet 4.5 <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.
概要
Nablarch 5向けにNabledge(Nablarch専用AIコーディングツール)のドキュメントページを追加しました。
変更内容
ja/development_tools/ai_tools/index.rstja/development_tools/ai_tools/nabledge/index.rsten/development_tools/ai_tools/index.rsten/development_tools/ai_tools/nabledge/index.rst/n5コマンド)確認方法
ローカルでSphinxビルド後、各ページが正しく表示されることを確認済み
関連
V6向けのPRは #732