docs/components
Evan Bonsignori 5beb76e9fd
push locale when changing tabs (#31655)
2022-10-12 20:37:54 +00:00
..
article push locale when changing tabs (#31655) 2022-10-12 20:37:54 +00:00
context make getMainContext async (#31622) 2022-10-12 16:43:58 +00:00
graphql don't dangerouslySetInnerHTML on a <p> tag (#31318) 2022-10-01 00:18:13 +00:00
guides Guide pages have no data-search="article-body" (#31433) 2022-10-10 17:17:10 +00: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 Scraping product landing pages should have a content body (#31431) 2022-10-10 12:00:41 +00:00
lib Persist tab state in query params for linking (#31499) 2022-10-12 11:43:31 +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
parameter-table JSON stringify rest parameter default values (#31520) 2022-10-08 00:18:42 +00:00
playground make getMainContext async (#31622) 2022-10-12 16:43:58 +00:00
release-notes Support GHAE internal-only semantic versioning (#29178) 2022-09-22 08:26:58 +02:00
rest Persist tab state in query params for linking (#31499) 2022-10-12 11:43:31 +00:00
search (alt) Add searchResult event to search page (#31149) 2022-09-27 12:38:17 +00:00
sidebar make 'All products' link a Router link (#31642) 2022-10-12 17:04:23 +00:00
ui Fix minitoc link issue for translations (#31061) 2022-09-22 15:13:50 -07: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 Switch search backend from Lunr to Elasticsearch (#31257) 2022-10-04 19:04:47 +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.