From 3c4e1cea6520de263f7c85a37a8cb3d16be05169 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Tue, 26 May 2026 20:41:43 +1200 Subject: [PATCH] docs(readme): link to docs.fallout.build (#191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds two README references to the live docs site at https://docs.fallout.build/: - A centered "📖 Documentation" callout right under the logo — most prominent surface for first-time visitors landing on the GitHub repo. - A "Docs" shields.io badge in the badge cluster — visual cue alongside the existing CI / NuGet / .NET / License badges. Closes #191. The remaining done-when items from #41 (broken-link cleanup #192, Algolia search #193) are tracked separately. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a62b17707..765fee658 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,17 @@ Fallout — .NET build system

+

+ 📖 Documentation: docs.fallout.build +

+ > 📦 **Fallout is the successor to NUKE.** [Migrating from NUKE →](docs/migration/from-nuke.md) # Fallout > Build automation for C#/.NET — the hard-fork successor to NUKE. +[![Docs](https://img.shields.io/badge/docs-docs.fallout.build-blue?logo=readthedocs&logoColor=white)](https://docs.fallout.build/) [![CI](https://github.com/ChrisonSimtian/Fallout/actions/workflows/ubuntu-latest.yml/badge.svg)](https://github.com/ChrisonSimtian/Fallout/actions/workflows/ubuntu-latest.yml) [![NuGet](https://img.shields.io/nuget/v/Fallout.Common?label=Fallout.Common)](https://www.nuget.org/packages/Fallout.Common) [![NuGet downloads](https://img.shields.io/nuget/dt/Fallout.Common?label=downloads)](https://www.nuget.org/packages/Fallout.Common)