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
docs: refine workflow documentation and fix issue creation references
- Update documentation to accurately reflect issue creation is planned but not implemented
- Rename OPTIMIZED-WORKFLOW.md to WORKFLOW-ARCHITECTURE.md for clarity
- Remove confusing terminology like 'optimized' and 'improved'
- Fix inconsistencies between architecture diagram and implementation
Copy file name to clipboardExpand all lines: .github/docs/WORKFLOW-ARCHITECTURE.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Optimized Documentation Workflow
1
+
# Documentation Workflow Architecture
2
2
3
-
This document explains the optimized documentation workflow architecture, which streamlines validation and preview processes for Coder's documentation.
3
+
This document explains the documentation workflow architecture, which handles validation and preview processes for Coder's documentation.
4
4
5
5
## Architecture Overview
6
6
7
-
The new architecture is designed with clear separation of concerns, improved error handling, and more efficient processing:
7
+
The architecture is designed with clear separation of concerns, strong error handling, and efficient processing:
0 commit comments