-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Maintenance Plan
iDorgham edited this page Nov 23, 2025
·
1 revision
Complete maintenance plan and update procedures for the DoPlan CLI GitHub Wiki.
Frequency: Every 3 months
Tasks:
- Review all pages for accuracy
- Update outdated information
- Check and fix broken links
- Update examples and code snippets
- Review user feedback
Schedule:
- Q1: January
- Q2: April
- Q3: July
- Q4: October
Frequency: Every month
Tasks:
- Quick link check
- Review recent changes
- Update version numbers
- Check for new features to document
Triggers:
- New feature releases
- Breaking changes
- User-reported issues
- Community feedback
Response Time: Within 1 week
- All pages reviewed for accuracy
- Technical information verified
- Code examples tested
- Screenshots updated (if applicable)
- Version numbers current
- Feature descriptions accurate
- All internal links working
- All external links verified
- GitHub links current
- Documentation links valid
- No broken references
- Consistent formatting across pages
- Proper heading hierarchy
- Code blocks formatted correctly
- Tables properly formatted
- Lists consistent
- Consistent writing style
- Grammar and spelling checked
- Professional tone maintained
- Clear and concise language
-
Create Page:
- Create new markdown file in
wiki/directory - Follow existing page templates
- Use consistent formatting
- Create new markdown file in
-
Update Navigation:
- Add link to Home page
- Update related pages
- Add to appropriate sections
-
Review:
- Self-review for accuracy
- Check formatting
- Verify links
-
Publish:
- Commit to repository
- Push to GitHub
- Update GitHub wiki
-
Identify Updates Needed:
- Review content
- Check for outdated information
- Identify improvements
-
Make Updates:
- Edit markdown file
- Update content
- Fix formatting if needed
-
Review Changes:
- Verify accuracy
- Check formatting
- Test links
-
Publish:
- Commit changes
- Push to GitHub
- Update GitHub wiki
-
Identify Deprecated Pages:
- Check if content is outdated
- Verify if replacement exists
- Confirm removal is appropriate
-
Remove:
- Delete markdown file
- Remove from navigation
- Update related pages
-
Document:
- Note removal in changelog
- Update related documentation
Tools:
- GitHub Actions workflow (if implemented)
- Link checking scripts
- Manual verification
Frequency: Monthly
Process:
- Review each page
- Check all links
- Verify external links
- Fix broken links
- Update outdated links
Checklist:
- Internal wiki links
- External documentation links
- GitHub repository links
- Release links
- Example repository links
Broken Links:
- Identify broken link
- Find replacement or remove
- Update page
- Verify fix
Outdated Links:
- Identify outdated link
- Find current version
- Update link
- Verify accuracy
Wiki pages are maintained in:
-
wiki/directory in main repository - GitHub wiki (for published version)
-
Development:
- Edit files in
wiki/directory - Commit to repository
- Push to GitHub
- Edit files in
-
Publication:
- Copy files to GitHub wiki
- Verify formatting
- Test links
-
Version Control:
- All changes tracked in git
- Commit messages descriptive
- Regular commits
Responsibilities:
- Overall wiki maintenance
- Quarterly reviews
- Content quality
- Update coordination
Responsibilities:
- Content updates
- Link checking
- Formatting consistency
- User feedback response
Responsibilities:
- Report issues
- Suggest improvements
- Submit updates via PRs
- Provide feedback
# Page Title
Brief description of what this page covers.
## Overview
[Overview section]
## Section 1
[Content]
## Section 2
[Content]
## Related Pages
- [Link to related page 1](Related-Page-1)
- [Link to related page 2](Related-Page-2)
## See Also
- [Main Documentation](Home)
- [Quick Start](Quick-Start)
---
**Last Updated**: YYYY-MM-DD
**Maintained By**: Documentation Team## Update Log
### YYYY-MM-DD
- Updated [page name] with [changes]
- Fixed broken link to [link]
- Added [new content]
### YYYY-MM-DD
- Quarterly review completed
- Updated all version numbers
- Reviewed all links- Content reviewed
- Links verified
- Formatting checked
- Grammar and spelling checked
- Examples tested
- Navigation updated
- Pages accessible
- Navigation working
- Links functional
- Formatting correct
- User feedback collected
- Home - Wiki home page
- Contributing Guide - How to contribute
- Development Documentation - Development guide
- Release Notes - Version history
Last Updated: 2025
Maintained By: Documentation Team