| Age | Commit message (Collapse) | Author | 
|---|
|  | This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.
Closes #3832. | 
|  |  | 
|  | - Remove no longer needed `acme-challenge` file
- Set title, description, social image, logo, etc. for SEO
- Use extensionless permalinks (old links still work)
- Cleanup `_config.yml`
- Import latest `_layouts/base` from https://brew.sh | 
|  | Update some stuff that was deprecated or tweak wording. | 
|  |  | 
|  |  | 
|  | May as well use the more secure link when possible. | 
|  | As per #2873, duplicate and versioned formulae are fine if done right. | 
|  |  | 
|  | Add labeled fences to most code blocks, monospace terms where
appropriate, omit "$" when referring to variables | 
|  | Also works around bug in Jekyll where a URL with a "#" will cause links
in the same paragraph to not have their extensions replaced by using
"#" instead. | 
|  | Also changes some heading levels so only one primary
heading appears per page. | 
|  | Fixes to spelling and punctuation for consistency and readability. | 
|  | The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools". | 
|  | Add docs on persisting settings across upgrades | 
|  | resolves https://github.com/Homebrew/brew/issues/1821 | 
|  | There are some formulas in which Homebrew symlinks configuration files
into /usr/local/etc/ instead of copying them, resulting in custom
settings being overwritten on package upgrades. This addition to the
documentation illustrates one way to avoid this behavior by ensuring the
configure script is told where to copy the configuration file(s).
Refs https://github.com/Homebrew/homebrew-core/issues/8711 | 
|  | Use docs.brew.sh links. | 
|  |  | 
|  |  | 
|  |  | 
|  | Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions. | 
|  |  | 
|  | Addressing a few spots where I looked for terminology and did not find what I was looking for. Input based on a recent [podcast with Mike](https://changelog.com/podcast/223) | 
|  |  | 
|  |  | 
|  | Closes #1040. | 
|  |  | 
|  |  |