Improve CLAUDE.md template to reference updating-documentation.md
Added bold instruction to read docs/updating-documentation.md before updating docs. This ensures AI assistants read the full visibility rules and procedures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ec08f878f7
commit
1fd92e19c9
|
|
@ -35,15 +35,14 @@ pytest tests/test_file.py::test_name
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Documentation for this project lives in the centralized docs system:
|
Documentation lives in `docs/` (symlink to centralized docs system).
|
||||||
|
|
||||||
- **Source**: `~/PycharmProjects/project-docs/docs/projects/{{PROJECT_NAME}}/`
|
**Before updating docs, read `docs/updating-documentation.md`** for full details on visibility rules and procedures.
|
||||||
- **Public URL**: `https://pages.brrd.tech/{{GITEA_OWNER}}/{{PROJECT_NAME}}/`
|
|
||||||
|
|
||||||
When updating documentation:
|
Quick reference:
|
||||||
1. Edit files in `docs/` (the symlink) or the full path above
|
- Edit files in `docs/` folder
|
||||||
2. Use `public: true` frontmatter for public-facing docs
|
- Use `public: true` frontmatter for public-facing docs
|
||||||
3. Use `<!-- PRIVATE_START -->` / `<!-- PRIVATE_END -->` to hide sections
|
- Use `<!-- PRIVATE_START -->` / `<!-- PRIVATE_END -->` to hide sections
|
||||||
4. Run `~/PycharmProjects/project-docs/scripts/build-public-docs.sh {{PROJECT_NAME}} --deploy` to publish
|
- Deploy: `~/PycharmProjects/project-docs/scripts/build-public-docs.sh {{PROJECT_NAME}} --deploy`
|
||||||
|
|
||||||
Do NOT create documentation files directly in this repository.
|
Do NOT create documentation files directly in this repository.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue