Skip to content

Conversation

yasulab
Copy link
Member

@yasulab yasulab commented Aug 9, 2025

概要

Rails の標準的な命名規則に従い、ドキュメントディレクトリ名を複数形から単数形に変更します。

変更内容

  • docs/doc/ にディレクトリ名を変更
  • 関連する参照パスを更新
    • README.md: /docs/doc
    • doc/plan_inactivated_at_column.md: URLパス修正

変更理由

  1. Rails の慣習に準拠

    • Rails では doc/ が標準(単数形)
    • 他の Rails プロジェクトとの一貫性
  2. ツールとの互換性

    • RDoc などのドキュメント生成ツールは doc/ を期待
    • 将来的なツール統合が容易に

参考

テスト

  • ディレクトリ名の変更を確認
  • README.md のリンクが正しく更新されていることを確認
  • Git履歴が保持されていることを確認(git mv を使用)

Rails の標準的な命名規則に従い、ディレクトリ名を単数形に変更:
- docs/ → doc/ (Rails標準、RDocとの互換性)

関連する参照も更新:
- README.md: /docs → /doc
- doc/plan_inactivated_at_column.md: URLパス修正

参考: https://claude.ai/share/2828ad54-ebc9-40c3-9b40-cfc271d48255
@yasulab yasulab merged commit eb3e7b8 into main Aug 9, 2025
5 checks passed
@yasulab yasulab deleted the rename-docs-to-doc branch August 9, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant