From f367d0b12dbdbcaad023bfc397114570fc31539b Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 20 May 2025 16:51:49 -0700 Subject: [PATCH] [docs] Remove redundant sections from docs README --- docs/README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/README.md b/docs/README.md index ff580bc0..a5972752 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,15 +28,6 @@ The documentation follows these standards: 3. **Feature-focused Documentation**: Each major feature has its own documentation file 4. **Updated with Releases**: Documentation is kept in sync with software releases -## Usage in the Application - -The documentation serves multiple purposes: - -1. **User Guides**: Help users understand how to use ComfyUI-Manager features -2. **Developer References**: Provide technical details for developers extending the manager -3. **Troubleshooting**: Offer solutions to common issues -4. **Feature Discovery**: Expose users to advanced features they might not discover on their own - ## Contributing to Documentation When contributing new documentation: @@ -47,15 +38,4 @@ When contributing new documentation: 4. Consider adding screenshots or diagrams for complex features 5. Maintain consistent formatting with existing documentation -## Future Documentation - -As ComfyUI-Manager evolves, additional documentation will be added for: - -- Advanced security configuration -- Custom channel creation -- API reference for programmatic integration -- Snapshot management best practices -- Component system usage -- Custom node development guidelines - This documentation directory will continue to grow to support the expanding feature set of ComfyUI-Manager. \ No newline at end of file