Merged
Conversation
- Revised `.env.example` to streamline configuration options, including branding and metadata settings. - Enhanced README and user documentation to clarify setup steps and environment variable usage. - Updated theme selection options in documentation, emphasizing the new 'light' and 'monochrome' themes. - Improved clarity in installation instructions and added notes on search index building. - Adjusted mockups and UI elements to reflect updated setup instructions and theme options.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This pull request standardizes and improves the documentation structure and maintenance practices across the project. It introduces a new, well-defined organization for developer and example documentation, updates all references and templates to match the new structure, and adds comprehensive instructions for maintaining documentation quality and consistency. Additionally, the
.env.examplefile has been clarified and reorganized for better usability.Documentation Structure and Maintenance
dev-docs/for developer docs (with subfolders for specs, guides, planning, and progress logs) anddocs/examples/for example docs. Provided detailed instructions and checklists for maintaining documentation quality, updating cross-references, and ensuring all documentation changes are tracked inDOCUMENTATION.md. [1] [2]Reference and Path Updates
.cursorrules,AGENTS.md, and.github/PULL_REQUEST_TEMPLATE.mdto use the newdev-docs/structure and relative paths, ensuring consistency throughout the codebase. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Documentation Requirements in PRs
dev-docs/progress/, phase plans indev-docs/planning/, and user/developer docs indev-docs/. [1] [2] [3] [4] [5] [6].env.example Improvements
.env.exampleto group configuration options logically, provide better defaults, and improve documentation for each variable. Added branding, navigation, footer, content, and theme options with clear comments and examples.Sync and Maintenance Instructions
.cursorrulesandAGENTS.mdto ensure all three core standards files remain consistent, and that documentation structure changes are reflected in all relevant places, includingDOCUMENTATION.md. [1] [2] [3]These changes will make it easier for all contributors to find, update, and maintain documentation, and will help ensure that documentation quality remains high as the project evolves.