You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add guideline to avoid modifying file URLs in SUMMARY.md
Use the GitBook UI to rename or move pages instead, as modifying
URLs via SUMMARY.md can break GitBook sync.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -727,9 +727,11 @@ To follow this guide, you need:
727
727
728
728
8.**Link maintenance:** When restructuring, always add redirects in `.gitbook.yaml` to maintain backward compatibility.
729
729
730
-
9.**Visual aids:**Use screenshots, diagrams, and videos generously. IoT integrations benefit from visual guidance.
730
+
9.**Do not modify file URLs in SUMMARY.md.**Renaming or moving page URLs via SUMMARY.md can break GitBook sync. Use the GitBook UI to rename or move pages instead.
731
731
732
-
10.**Accessibility:** Provide alt text for images, use semantic HTML, and ensure code examples are properly formatted.
732
+
10.**Visual aids:** Use screenshots, diagrams, and videos generously. IoT integrations benefit from visual guidance.
733
+
734
+
11.**Accessibility:** Provide alt text for images, use semantic HTML, and ensure code examples are properly formatted.
0 commit comments