docs/components
Peter Bengtsson 907199f00e
don't scroll when replacing auto-refreshing (#30835)
2022-09-16 09:04:48 -04:00
..
article auto-refresh content (#30689) 2022-09-14 16:58:27 +00:00
context Fix featured video links versioning (#30788) 2022-09-15 16:51:14 +00:00
graphql fix anchors on /graphql/reference/objects (#29815) 2022-08-10 17:11:53 -04:00
guides Megabranch: Upgrade primer/react (#28458) 2022-07-11 11:51:18 -07:00
homepage Home page has header accessibility order problem (#29022) 2022-07-14 13:55:06 +00:00
hooks silence unit test warning from useTheme (#30286) 2022-08-26 15:44:24 +00:00
landing Remove airgap mode (#29964) 2022-08-15 21:05:21 +00:00
lib Fix Management Console API code samples (#30455) 2022-09-06 15:58:04 +00:00
page-footer Move use session to its own hook file (#29641) 2022-08-05 14:47:10 +00:00
page-header Search result widget expands the whole page down (#30101) 2022-08-19 12:24:09 -04:00
playground Fix bug for ghec version of experimental pages (#30494) 2022-09-06 16:14:25 +00:00
release-notes remove js-print button GAHE release notes (#28745) 2022-06-27 13:04:49 -04:00
rest Fix Management Console API code samples (#30455) 2022-09-06 15:58:04 +00:00
search suppress es-search if ELASTICSEARCH_URL isn't configured (#30096) 2022-08-19 20:54:37 +00:00
sidebar REST new user guidance (#29642) 2022-08-23 19:31:01 +00:00
ui Unbreak for code in rest tables and remove unnecessary import (#30314) 2022-08-29 17:12:00 +00:00
BasicSearch.tsx dedicated search results page (redux) (#29902) 2022-08-19 13:36:55 +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 refactor ClientSideRedirectExceptions (#29737) 2022-08-08 20:42:59 -04:00
ClientSideRedirects.tsx refactor ClientSideRedirectExceptions (#29737) 2022-08-08 20:42:59 -04:00
ClientSideRefresh.tsx don't scroll when replacing auto-refreshing (#30835) 2022-09-16 09:04:48 -04:00
DefaultLayout.tsx cache full rendering (#25424) 2022-05-23 12:12:09 +00:00
GenericError.tsx Update GenericError.tsx 2022-03-14 08:25:48 -07:00
Link.tsx Remove airgap mode (#29964) 2022-08-15 21:05:21 +00:00
README.md Update README.md 2022-08-15 14:13:30 -07:00
Search.module.scss make octicon search svgs cached longer (#25421) 2022-02-16 17:11:43 +00:00
Search.tsx don't get available languages from session (#29715) 2022-08-08 11:13:27 -04: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.