brew/docs
Michael Cho ea0776c425
cmd/info: show size information
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Markus Reiter <me@reitermark.us>
2024-09-25 08:56:33 +01:00
..
assets/img/docs
governance
vale-styles/Homebrew
_config.yml
.mdl_ruleset.rb
.mdl_style.rb
.mdlrc
.rubocop.yml
.ruby-version
Acceptable-Casks.md
Acceptable-Formulae.md
Adding-Software-to-Homebrew.md
Analytics.md
Bottles.md
Brew-Livecheck.md
BrewTestBot-For-Maintainers.md
BrewTestBot.md
Building-Against-Non-Homebrew-Dependencies.md
C++-Standard-Libraries.md docs: remove references to deprecated/disabled GCC formulae 2024-09-02 12:03:06 -04:00
Cask-Cookbook.md
Checksum_Deprecation.md
CNAME
Common-Issues-for-Core-Contributors.md
Common-Issues.md
Creating-a-Homebrew-Issue.md
Custom-GCC-and-cross-compilers.md docs: remove references to deprecated/disabled GCC formulae 2024-09-02 12:03:06 -04:00
Deprecating-Disabling-and-Removing-Casks.md
Deprecating-Disabling-and-Removing-Formulae.md
docs_rubocop_style.yml
External-Commands.md
FAQ.md
Formula-Cookbook.md Add license to block preceding revision placement 2024-09-04 16:08:49 +02:00
Gemfile
Gems,-Eggs-and-Perl-Modules.md
Homebrew-and-Java.md
Homebrew-and-Python.md
Homebrew-brew-Maintainer-Guide.md
Homebrew-Governance-Archives.md
Homebrew-Governance.md
Homebrew-homebrew-cask-Maintainer-Guide.md
Homebrew-homebrew-core-Maintainer-Guide.md
Homebrew-Leadership-Responsibilities.md
Homebrew-on-Linux.md docs: use NOTE rather than NOTICE 2024-08-23 11:04:28 -04:00
How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md
How-to-Create-and-Maintain-a-Tap.md
How-To-Open-a-Homebrew-Pull-Request.md Update How-To-Open-a-Homebrew-Pull-Request.md 2024-08-29 18:45:10 -05:00
How-To-Organize-AGM.md
index.md
Installation.md Make Sequoia supported 2024-09-11 09:00:37 +01:00
Interesting-Taps-and-Forks.md
Kickstarter-Supporters.md
License-Guidelines.md docs/License-Guidelines: update URL to SPDX license expr docs 2024-09-06 19:44:51 +08:00
Linux-CI.md Drop Ubuntu 18.04 devcontainer 2024-09-24 08:35:58 +01:00
Maintainer-Guidelines.md
Maintainers-Avoiding-Burnout.md
Manpage.md cmd/info: show size information 2024-09-25 08:56:33 +01:00
Migrating-A-Formula-To-A-Tap.md
New-Maintainer-Checklist.md
Node-for-Formula-Authors.md
Prose-Style-Guidelines.md
Python-for-Formula-Authors.md
Querying-Brew.md
Rakefile
README.md
Releases.md
Rename-A-Formula.md
Reproducible-Builds.md
robots.txt
Shell-Completion.md
Taps.md
Tips-N'-Tricks.md docs: remove references to deprecated/disabled GCC formulae 2024-09-02 12:03:06 -04:00
Troubleshooting.md
Typechecking.md docs/Typechecking: update to latest code standards 2024-08-20 15:55:57 +01:00
Updating-Software-in-Homebrew.md
Versions.md docs: remove references to deprecated/disabled GCC formulae 2024-09-02 12:03:06 -04:00
Xcode.md

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