docs: prepare wiki for GitHub Wiki migration with complete guide #37
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.
Description
Goal
Enable GitHub Wiki deployment while maintaining documentation source in main repo for version control.
Key Changes
WIKI_MIGRATION.md: Complete migration guide with prerequisites, step-by-step instructions, and troubleshootingREADME.md: Documentation links now point to GitHub Wiki URLs (https://github.com/altaskur/OpenTimeTracker/wiki/*) instead of localwiki/pathswiki/Home.md: Removed references to non-existent pages (User-Guide.md,API-Documentation.md,Release-Notes.md)wiki/prefix)Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Test Steps
WIKI_MIGRATION.mdinstructions are completeREADME.mdlinks point to GitHub Wiki URLsTest Configuration
UI Changes
N/A - Documentation only
Checklist
npm run lintand fixed any issuesnpm testand all tests passnpm run test:electronand all tests passnpm run sonar:checkand the analysis passesBreaking Changes
Related Issues
N/A
Additional Context
Migration Path:
git clone https://github.com/altaskur/OpenTimeTracker.wiki.gitwiki/folderSource of Truth: Documentation source remains in
wiki/folder, versioned with code. GitHub Wiki serves as published interface.Files Structure:
All pages include Spanish translations. Content reflects v1.0.0-alpha.3.
Reviewer Notes
Verify
WIKI_MIGRATION.mdinstructions are clear and complete for maintainer execution.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.