docs: add brand assets, landing page, and docs build target - #70
Merged
Merged
Conversation
- Add all brand SVGs and PNGs to docs/images/ (lockup, mark, animated variants, light variants, full PNG size set 16–1024px) - Replace nuget-icon.png with the new 256×256 argh mark - Add docs/argh-landing.html: standalone marketing landing page for argh.nullean.net with animated lockup nav, mesh background, package install buttons with NuGet links, features grid, quick start, and footer back-link to nullean.net - Add build/scripts/Documentation.fs: downloads docs-builder, builds docs, overrides index.html with landing page, serves locally on port 8080 - Wire up ./build.sh docs target in CommandLine.fs and Targets.fs - Update docs/_docset.yml branding icon to images/argh-mark.svg - Add dark/light lockup logo to root README.md and package READMEs (Nullean.Argh, Nullean.Argh.Hosting) - Add favicon links and theme-color meta to landing page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/images/docs/argh-landing.html: standalone marketing page forargh.nullean.netwith animated lockup nav, radial-gradient mesh background (argh brand colors),dotnet add packagecopy buttons with NuGet links, features grid, quick-start section, and a nullean.net footer back-link./build.sh docs— new build target inDocumentation.fsthat downloads docs-builder, buildsdocs/, overlays the landing page asindex.html, and serves locally on port 8080README.mdgets a dark/light-mode responsive lockup via<picture>; package READMEs (Nullean.Argh,Nullean.Argh.Hosting) get a CDN-hosted lockup PNG for NuGet displaytheme-colormeta added to the landing pagedocs/_docset.yml—branding.iconupdated toimages/argh-mark.svgTest plan
./build.sh docsdownloads docs-builder, builds, and serves athttp://localhost:8080dotnet packincludes the updated 256×256 nuget icon🤖 Generated with Claude Code