1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Commit Graph

70 Commits

Author SHA1 Message Date
Ethan Palm
3e07fdeb6d Style guide: code and output style (#45355)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-10-31 19:04:22 +00:00
Ethan Palm
bf31fcdf10 Add localization checklist info to style guide (#45198) 2023-10-27 19:56:31 +00:00
Sam Browning
b45145e26b Clarify guidance on introducing lists with "the following" and "these" (#45186) 2023-10-27 17:35:40 +00:00
Steve Guntrip
6ac2182189 Add missing {% raw %} tags to style guide (#45123)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-10-27 06:58:07 +00:00
Vanessa
e01cf4b25d RAI content: adding new article type & required reviewer (#44733) 2023-10-25 21:32:19 +00:00
Siara
f43ab5df46 [FR] Fix broken links (#45013) 2023-10-25 16:51:22 +00:00
Sam Browning
6d84746211 Update content for the new global navigation GA (1/2) (#44651)
Co-authored-by: github-actions <github-actions@github.com>
2023-10-25 16:41:25 +00:00
Ethan Palm
ee12451b9b Style guide: note that we use sentence case for titles and headers (#44944) 2023-10-24 16:26:23 +00:00
Annie Streater
70e34ef23d Update footnotes guidance with support for Markdown-native footnotes (#44598)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2023-10-19 19:57:28 +00:00
Rachael Sewell
3192708533 Automate contrib docs content linter (#44591)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2023-10-18 23:13:20 +00:00
Rachael Sewell
63c3c8aeff Consolidate docs for content linter (#44359)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
2023-10-16 16:25:09 +00:00
hubwriter
96e131e5c9 Clarify use of standard + feature-based versioning in frontmatter (#44254)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2023-10-13 08:13:16 +00:00
Ethan Palm
281afd19bb Add content model for diagrams (#42271)
Co-authored-by: github-actions <github-actions@github.com>
2023-10-10 15:21:36 +00:00
Kevin Heis
3da32a78fe Move stylesheets into src directory (#43727) 2023-10-05 17:29:25 +00:00
Ethan Palm
9a1f88bcb9 Update tool tag docs (#43688)
Co-authored-by: hubwriter <hubwriter@github.com>
2023-10-04 00:43:36 +00:00
Steve Guntrip
aab271861a Remove curly quote from "Contents of a GitHub Docs article" (#43710) 2023-10-03 14:59:53 +00:00
Steve Guntrip
83e5beaa09 Splitting up the content model (#42868)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2023-09-29 10:34:06 +00:00
Ethan Palm
580a7dd9cc Add info about pipes in table rows to contributing docs (#43402)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-09-28 16:45:28 +00:00
Rachael Sewell
f48d317e4c Set link punctuation rule to error (#43289) 2023-09-26 16:59:58 +00:00
Steve Guntrip
cfc0737dfe Fix HTML entities showing on the style guide (#43330) 2023-09-26 15:20:39 +00:00
Rachael Sewell
4a92fdbd18 Fix emphasis-style violations (#43056)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2023-09-26 01:22:39 +00:00
Rachael Sewell
b8dfb50528 Search replace linter bug (#43284) 2023-09-25 23:13:13 +00:00
Ethan Palm
8c092d2dde Document how to disable content linter rules with comments (#42669) 2023-09-25 22:27:59 +00:00
Rachael Sewell
ce11747ab0 fix incorrect code languages 2023-09-25 11:40:18 -07:00
Rachael Sewell
b8bd4630f6 fix incorrect code language case 2023-09-25 11:21:53 -07:00
Kevin Heis
335f3c22cb merge 2023-09-25 10:37:44 -07:00
Kevin Heis
7e18a93662 merge 2023-09-25 10:28:48 -07:00
Kevin Heis
d436652f58 Fix all <!-- markdownlint-disable-line fenced-code-language --> 2023-09-25 10:26:33 -07:00
Rachael Sewell
ae2bf81fa6 resolve conflicts from main branch 2023-09-22 11:53:53 -07:00
Rachael Sewell
e7047a1d7d fix additional no trailing newlines 2023-09-22 11:41:06 -07:00
Rachael Sewell
29583b916b auto-fix remaining no trailing spaces 2023-09-22 11:03:18 -07:00
Rachael Sewell
0a9422e483 Merge branch 'main' into remove-trailing-spaces 2023-09-22 10:58:59 -07:00
Rachael Sewell
72c5f0c30e Enforce blanks around Markdown headings (#43041) 2023-09-22 17:40:03 +00:00
Rachael Sewell
5b0d22783f Enforce blank lines around code fences (#43042) 2023-09-22 16:56:27 +00:00
hubwriter
21d480a2ba Actions: Help users find starter workflows earlier in the learning process (#42483)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2023-09-22 14:37:51 +00:00
Sophie
d949315b22 Adds a few links to lib/excluded-link.js and replaces others (#42987)
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-09-22 06:40:42 +00:00
Rachael Sewell
a785c2be0f remove single trailing newline 2023-09-21 19:29:29 -07:00
Rachael Sewell
6024a3bac4 disable fenced-code-language rule for existing lines 2023-09-21 19:07:28 -07:00
Rachael Sewell
9608f7ebae Remove trailing spaces from Markdown 2023-09-21 16:20:15 -07:00
Steve Guntrip
49588f5de5 [How we docs] Replace links to markdown files with links to the published versions (#42640) 2023-09-18 09:29:43 +00:00
Felicity Chapman
8d5bcb2857 Disambiguate info on file names in the style guide (#42426) 2023-09-11 21:48:36 +00:00
Peter Bengtsson
54aa018d38 Clean up all existing markdownlint errors (#42274) 2023-09-08 21:22:18 +00:00
Ethan Palm
1ec7366629 Document the --no-verify option for the content linter (#42126) 2023-09-06 23:19:12 +00:00
Steve Guntrip
1ed5fd57b3 [How we docs] Troubleshooting and self-review guide (#40908)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2023-09-04 15:57:11 +00:00
Rachael Rose Renk
849831de2a Fix broken links (#41841) 2023-09-02 16:18:11 +00:00
Rachael Sewell
c144dba8c5 add markdownlint search and replace rule (#41371) 2023-08-29 21:09:30 +00:00
Ethan Palm
921696adfb Add info on octicons with dynamic aria-label elements (#40754) 2023-08-15 17:36:23 +00:00
Rachael Rose Renk
c4eae25d6d [Improvement] Update release note guidelines to include packages security guidance (#40479)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
2023-08-14 20:28:33 +00:00
Sarita Iyer
ce42fe9766 [How we docs] YAML frontmatter article (#40428)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Steve Guntrip <stevecat@github.com>
2023-08-11 18:59:07 +00:00
Ethan Palm
1f3b8aba8b Update placeholder guidance (#40258)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2023-08-09 21:24:21 +00:00