Internal docs: generate comprehensive documentation system#365
Open
sujaypawar wants to merge 2 commits intodevfrom
Open
Internal docs: generate comprehensive documentation system#365sujaypawar wants to merge 2 commits intodevfrom
sujaypawar wants to merge 2 commits intodevfrom
Conversation
Created 13 core documentation files covering: - README.md: Project overview and quick start - product-vision.md: Product goals, user personas, competitive landscape - architecture.md: High-level architecture and module breakdown - codebase-map.md: Folder-by-folder guide with file purposes - apis.md: Component APIs, hooks, utilities, and type definitions - coding-standards.md: TypeScript, React, and styling conventions - ui-and-copy.md: Design system principles and microcopy guidelines - onboarding.md: 1-hour, 1-day, 1-week developer paths - ai-agent-guide.md: How AI agents should work with this codebase - troubleshooting.md: Common problems and solutions - faq.md: Frequently asked questions - glossary.md: Technical terms and acronyms - maintenance.md: How to keep docs updated These docs serve three audiences: 1. New developers - Fast onboarding with clear architecture 2. Existing developers - Reference for patterns and APIs 3. AI coding agents - Deep understanding of product intent and tech Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add internal-docs/ to .distignore - Ensures documentation is not included in production builds - Internal docs are for development purposes only Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Creates a comprehensive internal documentation system to help developers understand the codebase and assist AI agents in working effectively with Force UI.
Documentation Added (13 Files)
Target Audiences
Build System Updates
Content Highlights
Comprehensive Coverage:
Developer-Friendly:
AI-Optimized:
Verification
Documentation has been:
To verify exclusion from releases:
```bash
Build the library
npm run build
Create release package
npm run package
Verify internal-docs not in ZIP
unzip -l force-ui.zip | grep internal-docs
Should return nothing
```
Benefits
Next Steps
After merge:
Generated with dev-docs skill
🤖 Co-Authored-By: Claude Sonnet 4.5