1
0
mirror of synced 2025-12-31 15:04:15 -05:00
Commit Graph

73 Commits

Author SHA1 Message Date
Hector Alfaro
2b5121f582 Use proper comment color in code samples (#50269) 2024-04-23 15:20:25 +00:00
Kevin Heis
84db00f3e8 Specify image density (#50196) 2024-04-18 21:23:03 +00:00
Kevin Heis
1c456e139d Make markdown image styling consistent (#50200) 2024-04-18 15:29:16 +00:00
Peter Bengtsson
e1673ed7df Remove empty rows that might be from Liquid ifversion blocks (#50179) 2024-04-17 16:57:41 +00:00
Peter Bengtsson
227e4e2bbf Clean up jest (#50177) 2024-04-16 19:38:46 +00:00
Peter Bengtsson
e0c8c80982 Use vitest instead of jest (#50150) 2024-04-16 17:07:22 +00:00
Peter Bengtsson
4cf070e63a Use test() instead of it() (#50151) 2024-04-15 19:29:00 +00:00
Kevin Heis
84a523f52b Update reusable data to handle blockquote (#50145) 2024-04-15 17:14:49 +00:00
Robert Sese
d50a1b7379 fix alert top margin (#49723) 2024-03-18 16:07:48 +00:00
Peter Bengtsson
a4dcd854f8 Refactor how the product name is rendered (#49377) 2024-02-27 19:03:30 +00:00
Peter Bengtsson
2987823594 Remove github-ae from lib/all-versions.js (#49235) 2024-02-20 12:54:34 +00:00
Kevin Heis
78708442ad Update syntax-highlighting.scss (#46790) 2024-02-13 19:16:03 +00:00
Peter Bengtsson
395e815a55 Remove mentions of ghae in code and tests (#49153) 2024-02-09 20:10:12 +00:00
Anne-Marie
92af780afa [Improvement]: Get started (phase 1): rename the "Quickstart" category #12388 (#49014)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2024-02-06 21:08:25 +00:00
Kevin Heis
a5a6d5a332 Update annotate.js (#49031) 2024-02-05 19:14:59 +00:00
Peter Bengtsson
d4a17825c3 Allow code annotations to have hashbangs (take 2) (#49020) 2024-02-05 17:35:15 +00:00
Peter Bengtsson
758835e31b Revert "Allow code annotations to have hashbangs" (#49016) 2024-02-05 09:30:24 -05:00
Peter Bengtsson
d517b22cf0 Allow code annotations to have hashbangs (#48995) 2024-02-05 13:41:15 +00:00
Peter Bengtsson
c216f1915e Delete remaining 89 mentions of 'gahe' in data/features (#48724) 2024-01-17 13:00:14 +00:00
Peter Bengtsson
d2f9220620 Use json instead of jsonc and upgrade highlight.js (#48649) 2024-01-10 17:34:07 +00:00
Josh Soref
1dabf75b34 Spelling scripts (#30895)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-01-05 09:14:38 -08:00
Kevin Heis
8797462cc7 Remove chin on new style alerts (#48518) 2024-01-02 23:05:08 +00:00
Kevin Heis
ec4d85c7d3 Migrate Callout React component to Alert (#47226)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2024-01-02 21:38:14 +00:00
Peter Bengtsson
c7370e5ee0 Post PR annotations on failing AUTOTITLE errors (#45129)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-12-18 21:31:47 +00:00
Peter Bengtsson
7b2b014dd3 Unbreak liquid tag and Markdown rendering (#48060)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-12-18 19:38:42 +00:00
Grace Park
4990a05141 Update spotlight bold color (#47837) 2023-12-14 20:41:25 +00:00
Rachael Sewell
b01a547872 Consolidate data schema validation tests (#47729) 2023-12-13 21:14:42 +00:00
Peter Bengtsson
78a322f389 Remove indent from procedural inline images (#47414) 2023-12-11 12:38:08 +00:00
Peter Bengtsson
35b26c6a14 Port test-moved-content.js to TypeScript (#47443) 2023-12-08 15:47:24 +00:00
Kevin Heis
7495bd6a5e Alerts that are the same as the monolith (#47012)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-12-04 16:14:01 +00:00
Peter Bengtsson
3c37b6b54c Use plain 'mv' if untracked (#46807) 2023-11-28 12:56:40 +00:00
Peter Bengtsson
671854cd4a Delete deprecated move-category-to-product.js script (#46800) 2023-11-27 21:49:15 +00:00
Peter Bengtsson
e2b5e3942d Use execFileSync instead of execSync to move files (#46796) 2023-11-27 21:41:00 +00:00
Peter Bengtsson
dc767f6b3d use execFileSync for executing git commands (#46789) 2023-11-27 17:08:40 +00:00
Peter Bengtsson
06bc354c4c move-content to update featuredLinks too (#46213) 2023-11-27 16:10:38 +00:00
Kevin Heis
b00cede4f7 Update note styling to dotcom (#45462) 2023-11-13 20:18:52 +00:00
Kevin Heis
c0ddefdfcc Migrate tests/ files to src/ (#45840) 2023-11-13 19:40:33 +00:00
Kevin Heis
d4f345e4af Move files out of lib/ (#45506) 2023-11-02 22:46:32 +00:00
Peter Bengtsson
45753a64db Remove polyfill for Array.prototype.at (#45513) 2023-11-02 20:07:30 +00:00
Kevin Heis
748d1e3e3d Move files out of script/ (#45454)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-11-02 18:17:39 +00:00
Peter Bengtsson
68d2caebdf Redirect on unrecognized query string values (#44112) 2023-10-10 22:28:34 +00:00
Kevin Heis
3da32a78fe Move stylesheets into src directory (#43727) 2023-10-05 17:29:25 +00:00
Jules
564f5b01ae Add Azure Data Studio version of "Getting started with Copilot" doc (#42864)
Co-authored-by: Jules Porter <jules-p@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Steve Guntrip <stevecat@github.com>
2023-10-04 10:51:25 +00:00
Rachael Sewell
ce11747ab0 fix incorrect code languages 2023-09-25 11:40:18 -07:00
Peter Bengtsson
813e461688 Allow more time for test-rendering changed content files (#43091) 2023-09-25 16:58:39 +00:00
Peter Bengtsson
384c12e8d7 Upgrade all rehype and remark (#43021) 2023-09-22 11:58:32 +00:00
Peter Bengtsson
8da93a453e Switch to Commonmark rendering pipeline (#41003)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-09-21 18:07:33 +00:00
Peter Bengtsson
d4db0a43fe Stop polyfilling structuredclone (#41823)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2023-09-20 16:16:28 +00:00
Joe Clark
6d7c31d15f Restructure documentation for Azure VNET (#42215)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
2023-09-19 23:11:19 +00:00
Kevin Heis
3f94bb2dcf Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00