README - Blazor-Data-Orchestrator/BlazorDataOrchestrator GitHub Wiki
Wiki Content
This directory contains the content for the Blazor Data Orchestrator Wiki.
Purpose
The files in this directory are synchronized to the GitHub wiki through the update-wiki.yml GitHub Action workflow. This allows wiki content to be version-controlled alongside the main codebase.
Automated Sync
Changes to files in this directory will automatically be pushed to the wiki when:
- Changes are merged to the
mainbranch - The
Update Wikiworkflow is manually triggered
Wiki Pages
The following stub pages have been created:
Main Pages
- Features.md - Describes the features of Blazor Data Orchestrator
- Requirements.md - System requirements
- Installation.md - Installation instructions
- Operation.md - How to operate the application
- Deployment.md - Deployment instructions
- Frequently-Asked-Questions.md - FAQ page
Job Development
- Job-Development.md - Parent page for job development
- Online.md - Online job development guide
- Visual-Studio.md - Visual Studio development guide (with screenshot)
Navigation
- Home.md - Main wiki page with navigation structure
Editing Wiki Pages
To edit wiki pages:
- Edit the corresponding
.mdfile in this directory - Commit and push your changes
- The GitHub Action will automatically sync the changes to the wiki
Manual Sync
To manually sync the wiki content:
- Go to Actions tab
- Select "Update Wiki" workflow
- Click "Run workflow"