17 Commits

Author SHA1 Message Date
Issy Long
31d7bcc583
Add a last_reviewed_date to docs metadata
- At the AGM we formed an ad-hoc documentation working group.
- One of our ideas was that we should have a last reviewed date for
  documentation, so that we can periodically implement a review
  mechanism (GitHub Actions posts to Slack for a regular documentation
  outdatedness check?) to track how old docs are and ensure they're
  still relevant.
- This is a first step towards that goal, by adding a `last_review_date`
  to the metadata of all docs with a date of earlier than Homebrew's
  inception because everything needs reviewing so that we start from a
  good base!
2025-02-03 11:56:07 +00:00
Patrick Linnane
42ef45591e
Prose-Style-Guidelines: use Economist pdf link
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-10-24 10:54:22 -07:00
Patrick Linnane
27102ec269
Prose-Style-Guidelines: remove archive.org link
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-10-24 10:45:34 -07:00
EricFromCanada
034bf72235
Contributors docs: adjust line breaks 2022-11-16 09:03:12 -05:00
Issy Long
a5ffdc6c5a
Use Title Case in h1 headings and sentence case in all others
- I wrote about the implications of (not) doing this in the PR
  (https://github.com/Homebrew/brew/pull/6826#issuecomment-564273209),
  but in summary:

  - It looks like pretty much the only place we've ever adhered to the
    sentence case rule is the Prose Guidelines itself.
  - Correcting all these to sentence case would be a lot of work (and
    sometimes not even make sense).
  - Admittedly, some of the title case ones look a bit horrible, but
    even with some allowed exceptions, but it's better than being
    consistently inconsistent.
  - Only lint for title case in h1 headings. H2s and H3s etc. can be
    sentence case. There's not currently a lint for that.
2019-12-18 16:09:07 +00:00
Issy Long
f2c9e55d7a
Don't lint the style guide doc - it deliberately shows bad examples 2019-12-18 16:09:05 +00:00
R Primus
eda0220e5f
Fix two typos 2019-10-30 17:01:44 +00:00
Mike McQuaid
aa940a21a9
Generate and push rubydoc.brew.sh
This is a replacement for the rubydoc.info site that has been a bit
unreliable for us.

Also, note we're using the community Ruby style guide now rather than
the GitHub one.
2019-03-28 21:15:50 +00:00
SFU-CMPT376W
150c93d47d
Update Prose-Style-Guidelines.md
Some users may not understand the usage of the word “trump” in this context, and therefore alternative words could be used.
2019-03-21 21:19:48 -07:00
Mike McQuaid
54fe8e0ec0
docs: fix broken links. 2018-10-04 15:37:02 +01:00
Mike McQuaid
c1376f9f18
docs: various updates.
I read through the docs locally and made various fixes.
2018-09-06 15:07:00 +01:00
Viktor Szakats
b44c7a1022 upgrade more urls to https 2017-08-22 10:31:21 +00:00
EricFromCanada
ab4d1a1574 docs: grammar edits, sentence-case secondary headings
Also changes some heading levels so only one primary
heading appears per page.
2017-03-19 14:03:39 -04:00
EricFromCanada
c0468a3266 docs: add markers to ordered lists and sublists
While GitHub allows a single space to denote a sublist, Jekyll is not
so lenient. It also seems unable to handle ordered sublists.
2017-03-12 21:01:00 -04:00
EricFromCanada
ca0071ffc9 Grammar fixes for docs
Fixes to spelling and punctuation for consistency and readability.
2017-02-23 12:20:07 -05:00
Mike McQuaid
b85ee1cb8f Update documentation links. 2016-09-20 10:41:42 +01:00
Mike McQuaid
bd6fb88ddc Rearrange repository files. 2016-09-20 10:41:42 +01:00