Org home and brand
Organization profile README, brand assets, and landing status generators.
Docs
·
https://nuget.pkg.github.com/Novolis-Platform/index.json
·
Org landing
·
Governance
Organization profile and community defaults for Novolis-Platform.
The organization README is in profile/README.md and appears on the org home page.
Brand assets live in brand/:
brand/logo-brand-transparent.svg— primary full lockupbrand/logo-icon.svg/brand/favicon.svg— iconographic mark (no wordmark)brand/logo-icon.png/brand/logo-icon.ico— NuGet / Windows iconsbrand/banners/— per-repo marketing hero SVGs for GitHub READMEs
Sync copies into all novolis-* repos:
pwsh -File scripts/Sync-BrandIcons.ps1CI badges and package versions on the org profile are generated — do not hand-edit the marked block in profile/README.md.
pwsh -File scripts/Update-OrgLandingStatus.ps1Requires gh authenticated to the org.
GitHub Pages is published from .github/workflows/pages.yml to https://novolis-platform.github.io/.github/.
pwsh -File d:\novolis\.github\scripts\Build-PortfolioPages.ps1Pipeline:
scripts/Collect-OrgDocsSparse.ps1—git sparse-checkoutof each public repo'sdocs/novolis-docs site(Novolis.Tools.Docs.Cli) — multi-page HTML site via Novolis.Markup
Catalog cards expose Docs (opens {repo}/ → docs/README.md) and Source. Each library site has sidebar navigation generated from the docs folder layout.
Details: docs/portfolio-docs.md.
| Repository | Purpose |
|---|---|
| novolis-governance | Org-wide policies and maintainer guides |
| novolis-workflows | Reusable GitHub Actions and composite actions |
| novolis-template-dotnet | Canonical .NET package/tool repo template |
| novolis-registry | Static package and app registry |
| novolis-install | Cross-platform novolis CLI installer |
| novolis-apps | Desktop apps + Inno installers (Novolis.Avalonia.Packaging.Inno) |