docs/components
Rachael Sewell e830ddd715
move rest api tests and code to feature folder (#36044)
2023-03-30 21:57:14 +00:00
..
article Render a height of 0px initially for VA iframe (#36000) 2023-03-29 18:27:44 +00:00
context Support Portal & Docs Collaboration: Virtual Assistant in Docs (#35772) 2023-03-29 12:38:47 +00:00
graphql Allow wrapping of params in GraphQL tables (#35598) 2023-03-15 20:21:43 +00:00
guides add article card playwright tests (#35683) 2023-03-21 15:18:50 +00:00
homepage only include productGroups in main context on homepage (#31640) 2022-10-17 20:27:19 +00:00
hooks format large numbers per locale (#34579) 2023-02-08 21:34:41 +00:00
landing Display full title on product landing pages (#35473) 2023-03-10 15:47:23 +00:00
lib Move events into subject folder (#35262) 2023-03-14 15:53:42 +00:00
page-footer Move events into subject folder (#35262) 2023-03-14 15:53:42 +00:00
page-header Revert "let's not be dangerous 💥" (#35659) 2023-03-17 16:00:21 +00:00
parameter-table Add appropriate whitespace in Rest parameter tables (#35771) 2023-03-22 15:45:28 +00:00
playground Remove experimental format ("playground") page from Codespaces docs (#33732) 2023-01-11 19:52:51 +00:00
release-notes wrap code blocks so note text doesn't overflow (#35792) 2023-03-24 15:52:36 +00:00
rest react page translation audit fixes (#35071) 2023-03-01 07:28:26 +00:00
search Add role for number of search results (#36034) 2023-03-30 16:52:46 +00:00
sidebar Updating sidebar to TreeView (#35455) 2023-03-28 16:58:13 +00:00
ui Add label for minitoc items (#36029) 2023-03-30 16:36:32 +00:00
webhooks Add allOf properties for webhooks (#35267) 2023-03-09 23:23:42 +00:00
ClientSideHighlight.tsx refactor clientsidehighlight (#29713) 2022-08-08 20:17:58 +00:00
ClientSideHighlightJS.tsx refactor clientsidehighlight (#29713) 2022-08-08 20:17:58 +00:00
ClientSideRedirectExceptions.tsx move rest api tests and code to feature folder (#36044) 2023-03-30 21:57:14 +00:00
ClientSideRedirects.tsx refactor ClientSideRedirectExceptions (#29737) 2022-08-08 20:42:59 -04:00
ClientSideRefresh.tsx keep language prefix when doing client-side refresh (#31686) 2022-10-17 12:35:51 +00:00
DefaultLayout.tsx Match GitHub on skip-to-content button style (#34921) 2023-02-21 16:29:29 +00:00
GenericError.tsx Say "Docs" instead of "Documentation" (#36032) 2023-03-30 19:14:42 +00:00
Link.tsx Remove airgap mode (#29964) 2022-08-15 21:05:21 +00:00
LinkPreviewPopover.tsx hover preview cards should work on /pages/ independent of version (#35829) 2023-03-27 19:31:06 +00:00
README.md Update README.md 2022-08-15 14:13:30 -07:00
RestRedirect.tsx Updating to check apiVersion is a real apiVersion (#33058) 2022-11-29 19:23:54 +00:00
Search.tsx Upgrade primer react and primer css to use TreeView (#35408) 2023-03-09 22:12:02 +00:00
declarations.d.ts remove prerendered response rest docs (#25652) 2022-03-04 21:24:46 +00:00

README.md

Components

This is the main source for our React components. They can be rendered by the server or the client via Next.js. The starting point for any component usage is the pages/ directory, which uses a file-system routing paradigm to match paths to pages that then render these components.