OfficeIMO Website
April 1, 2026 ยท View on GitHub
The OfficeIMO public website lives under Website/ and is built with PowerForge.Web from the sibling PSPublishModule repository.
Local build
From the website folder:
.\build.ps1
Recommended local setup when working on the full site pipeline:
.\build.ps1 -CI -PowerForgeRoot C:\Support\GitHub\PSPublishModule -PSWriteOfficeRoot C:\Support\GitHub\PSWriteOffice
-PowerForgeRootpoints to the local PowerForge.Web engine checkout.-PSWriteOfficeRootrefreshes the PowerShell API snapshot from the siblingPSWriteOfficerepo before building.
API inputs
The website publishes two API surfaces.
.NET package API
Generated from compiled XML docs and assemblies during the website pipeline.
Current packages wired into Website/pipeline.json:
OfficeIMO.WordOfficeIMO.ExcelOfficeIMO.MarkdownOfficeIMO.PowerPointOfficeIMO.CSVOfficeIMO.VisioOfficeIMO.Reader
The merged cross-reference map is committed at Website/data/xrefmap.json.
PSWriteOffice PowerShell API
Generated from a synced PSWriteOffice repo snapshot when available, with checked-in website fallback inputs under:
Those inputs are refreshed by Website/scripts/Sync-PSWriteOfficeApiDocs.ps1.
The sync script:
- looks for a synced or local
PSWriteOfficerepo - prefers
Docs/Generated/PSWriteOffice-help.xmlfrom that repo - falls back to
Artefacts/Unpacked/Modules/PSWriteOffice/en-US/PSWriteOffice-help.xml - mirrors the repo
Examples/folder into the website fallback folder - preserves clean-checkout behavior when the source repo is unavailable
CI / GitHub Pages
Website automation lives in:
Both workflows:
- check out
PSPublishModule - run
sources-sync, which pullsEvotecIT/PSWriteOfficeintoWebsite/projects/pswriteoffice - run the PowerShell API sync script
- build the website in CI mode
- verify required output routes before upload/deploy
If the synced repo does not contain the generated help snapshot, the build falls back to the checked-in PowerShell API inputs instead of failing.
Editing guidance
- Edit authored content in
Website/content/,Website/data/,Website/site.json,Website/pipeline.json, and theme files underWebsite/themes/officeimo/. - Do not hand-edit
Website/_site/,Website/_temp/, or copied PSWriteOffice example files. Website/data/release-hub.jsonandWebsite/data/xrefmap.jsonare generated artifacts. Keep intentional structural updates, but avoid committing timestamp-only churn.