mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
- Group documentation links by audience so the index is easier to scan. - Keep the docs index free of a redundant visible heading. - Exempt only the docs index from first-heading markdown lint rules. - Document the bundle install step needed before serving docs locally.
567 B
567 B
last_review_date
| last_review_date |
|---|
| 2026-06-08 |
Homebrew Documentation
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, available on http://localhost:4000, run:
cd $(brew --repository)/docs
brew bundle --install exec -- bundle install
bin/jekyll serve