docs/components
Peter Bengtsson d92c098daa
Stop using currentProductTree in Header component (#37737)
2023-06-12 18:14:26 +00:00
..
article Make inline layout available from frontmatter (#37720) 2023-06-12 13:14:51 +00:00
context Make inline layout available from frontmatter (#37720) 2023-06-12 13:14:51 +00:00
hooks Fix theme mismatch (#25628) 2023-05-30 13:13:55 +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 Stop using currentProductTree in Header component (#37737) 2023-06-12 18:14:26 +00:00
release-notes Update release note and docs for GHES support for Hex in the GitHub Advisory Database; add "Errata" to release notes (#37261) 2023-06-01 13:02:40 +00:00
sidebar Import from the src directory in Node using `#src` (#37578) 2023-06-05 21:44:20 +00:00
ui Code-headers plugin rewrite (#37654) 2023-06-12 15:04:49 +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.