Maintain accurate and consistent documentation paths, references, and descriptions across the codebase. When terminology or architecture changes, ensure all documentation references are updated to reflect the current state.
Maintain accurate and consistent documentation paths, references, and descriptions across the codebase. When terminology or architecture changes, ensure all documentation references are updated to reflect the current state.
Example of proper documentation path updates:
// In SDK method definition
-description: '/docs/references/databases/update-attribute-enum.md',
+description: '/docs/references/databases/update-column-enum.md',
// In parameter description
-->param('attribute', '', new Key(), 'Document ID.')
+->param('attribute', '', new Key(), 'Attribute key.')
Key points:
Enter the URL of a public GitHub repository