docs/components
Kevin Heis ab91bc6b43
Move more REST files into src (#37026)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-05-11 17:17:57 +00:00
..
article Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
context Add 2FA flow to the 2FA auth page (#36847) 2023-05-09 14:58:25 +00:00
guides Keyboard navigation treeview (#36557) 2023-04-26 16:58:45 +00:00
homepage Aria labelledby (#36370) 2023-04-13 16:35:30 +00:00
hooks Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
landing Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
lib Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
page-footer Move a few more files into events src (#36574) 2023-05-08 15:33:13 +00:00
page-header Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
parameter-table support openapi oneOf Objects (#36353) 2023-04-12 21:39:52 +00:00
release-notes Change permalinks -> heading links (#36739) 2023-05-01 14:53:55 +00:00
sidebar Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
ui more specifically find links in minitoc (#36840) 2023-05-04 21:00:39 +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
ClientSideRefresh.tsx keep language prefix when doing client-side refresh (#31686) 2022-10-17 12:35:51 +00:00
DefaultLayout.tsx Move more REST files into src (#37026) 2023-05-11 17:17:57 +00:00
GenericError.tsx Remove /contact from support links (#36798) 2023-05-05 00:22:59 +00:00
Link.tsx Remove airgap mode (#29964) 2022-08-15 21:05:21 +00:00
LinkPreviewPopover.tsx No hovercard for tool and platform pickers (#36905) 2023-05-05 20:30:59 +00:00
README.md Update README.md 2022-08-15 14:13:30 -07: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.