-
Notifications
You must be signed in to change notification settings - Fork 0
README
github-actions[bot] edited this page Feb 9, 2026
·
1 revision
This directory contains the content for the Blazor Data Orchestrator Wiki.
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.
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
The following stub pages have been created:
- 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.md - Parent page for job development
- Online.md - Online job development guide
- Visual-Studio.md - Visual Studio development guide (with screenshot)
- Home.md - Main wiki page with navigation structure
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
To manually sync the wiki content:
- Go to Actions tab
- Select "Update Wiki" workflow
- Click "Run workflow"