aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
AgeCommit message (Collapse)Author
2017-04-02docs: use long flags.Mike McQuaid
2017-03-25docs: code example reformattingEricFromCanada
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
2017-03-25docs: update sample formulaEricFromCanada
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.
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-02-23Grammar fixes for docsEricFromCanada
Fixes to spelling and punctuation for consistency and readability.
2017-01-26Split two headers so that both renderSaagar Jha
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
2017-01-25Merge pull request #1839 from justinmayer/persistent-configurationMike McQuaid
Add docs on persisting settings across upgrades
2017-01-13clarify what should be in brew create urlAndrew Hundt
resolves https://github.com/Homebrew/brew/issues/1821
2017-01-13Add docs on persisting settings across upgradesJustin Mayer
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
2017-01-05Merge pull request #1780 from MikeMcQuaid/use-docs-linksMike McQuaid
Use docs.brew.sh links.
2017-01-04docs: fix titles on docs.brew.shJonathan Chang
2017-01-04Use docs.brew.sh links.Mike McQuaid
2017-01-03Add versions documentation.Mike McQuaid
2017-01-02General documentation updates.Mike McQuaid
Mostly related to the newer ways we’re handling versions and the incoming deprecation of devel-only, head-only and versions.
2016-11-04Fix TypoBrian Dunn
2016-10-12Further terminology in docs + link on READMEMatt Brender
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)
2016-10-03Update Formula-Cookbook.mdneutric
2016-09-29fix Formula path, support macOSMeng Ye
2016-09-20Fix CONTRIBUTING.md references.Mike McQuaid
Closes #1040.
2016-09-20Update documentation links.Mike McQuaid
2016-09-20Rearrange repository files.Mike McQuaid