Mike McQuaid a37864da0f
Add HOMEBREW_ARTIFACT_DOMAIN_NO_FALLBACK
This fits the use-case I've heard multiple times where people want to
rely exclusively on their artifact provider.

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2024-05-14 21:45:37 +09:00
..
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-03-31 21:46:25 +02:00
2024-02-11 21:53:21 -05:00
2024-05-03 23:02:37 +10:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-13 14:13:07 -04:00
2024-05-01 11:35:21 +02:00
2024-05-13 14:09:44 -04:00
2023-09-13 09:00:37 +01:00
2024-05-01 11:35:21 +02:00

Homebrew Docs

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally to http://localhost:4000, run:

cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch