Installation¶
ConfluenceSynkMD can be installed by building from source with the .NET SDK.
Prerequisites¶
| Requirement | Version | Purpose |
|---|---|---|
| .NET SDK | 10.0+ | Build and run the CLI tool |
| Node.js | 22+ | Required for Mermaid diagram rendering |
| npm | Latest | Install mermaid-cli |
Build from Source¶
Run Directly¶
Publish Standalone Binary¶
Create a self-contained executable:
The ./publish/ConfluenceSynkMD binary can be copied to any machine without requiring .NET to be installed.
Install Mermaid CLI¶
Mermaid rendering requires @mermaid-js/mermaid-cli:
Verify: mmdc --version
Optional: PlantUML, Draw.io¶
See Diagram Rendering for installing additional diagram tools.
Next Steps¶
- Configuration & Environment — Set up Confluence credentials
- Docker Deployment — Run in a container with all dependencies