docs/components
Peter Bengtsson d3fe424810
only include productGroups in main context on homepage (#31640)
2022-10-17 20:27:19 +00:00
..
article respect hash on asPath (#31775) 2022-10-17 15:58:05 +00:00
context only include productGroups in main context on homepage (#31640) 2022-10-17 20:27:19 +00:00
graphql don't dangerouslySetInnerHTML on a <p> tag (#31318) 2022-10-01 00:18:13 +00:00
guides hide some navigational elements from search text (#31607) 2022-10-13 17:02:05 +00:00
homepage only include productGroups in main context on homepage (#31640) 2022-10-17 20:27:19 +00:00
hooks silence unit test warning from useTheme (#30286) 2022-08-26 15:44:24 +00:00
landing simplify 'items' in TableOfContents prop (#31683) 2022-10-17 12:26:45 +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 Handle false default values in the decorator (#31665) 2022-10-14 21:26:57 +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 keep language prefix when doing client-side refresh (#31686) 2022-10-17 12:35:51 +00: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.