brew/docs
Sam Ford 1c0e657edb
docs: update redirecting url
A php.net URL in `docs/Versions.md` is redirecting to www.php.net, so
this updates the URL to avoid the redirection.
2024-11-24 10:46:37 -05: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-Casks: remove outdated info 2024-11-12 12:35:31 -08:00
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
Cask-Cookbook.md Cask-Cookbook: update verified example 2024-09-25 17:52:31 -07:00
Checksum_Deprecation.md
CNAME
Common-Issues-for-Core-Contributors.md
Common-Issues.md
Creating-a-Homebrew-Issue.md
Custom-GCC-and-cross-compilers.md
Deprecating-Disabling-and-Removing-Casks.md
Deprecating-Disabling-and-Removing-Formulae.md
docs_rubocop_style.yml
External-Commands.md
FAQ.md
Formula-Cookbook.md Use @@HOMEBREW_PREFIX@@ for replacements in external patches 2024-10-23 16:51:01 +01: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 doc: improve clarity by removing redundant phrasing in instructions 2024-10-22 21:36:59 -07: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
How-To-Organize-AGM.md
index.md
Installation.md Update docs/Installation.md 2024-11-12 12:51:28 -08:00
Interesting-Taps-and-Forks.md
Kickstarter-Supporters.md
License-Guidelines.md
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 Update manpage and completions. 2024-11-11 11:02:52 +00:00
Migrating-A-Formula-To-A-Tap.md
New-Maintainer-Checklist.md
Node-for-Formula-Authors.md
Prose-Style-Guidelines.md Prose-Style-Guidelines: use Economist pdf link 2024-10-24 10:54:22 -07:00
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 docs/Shell-Completion: update Zsh completions docs for Linux 2024-10-15 03:20:50 +08:00
Taps.md
Tips-N'-Tricks.md
Troubleshooting.md
Typechecking.md Migrate Parlour extensions to Tapioca compilers 2024-10-14 19:50:09 -07:00
Updating-Software-in-Homebrew.md
Versions.md docs: update redirecting url 2024-11-24 10:46:37 -05: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