docs/components
Peter Bengtsson 8ec4ddf836
use keepPreviousData for uswSWR in Search component (#33592)
2022-12-16 17:29:40 +00:00
..
article Rest api versioning redo (#33011) 2022-11-28 11:55:02 -08:00
context Rest api versioning redo (#33011) 2022-11-28 11:55:02 -08:00
graphql fix bullet points in GraphQL Changelog (#32310) 2022-11-03 17:11:16 +00:00
guides use English guides within learning tracks data (#32797) 2022-11-23 14:09:55 +00:00
homepage only include productGroups in main context on homepage (#31640) 2022-10-17 20:27:19 +00:00
hooks Update "preferredlang" to "user_language" (#33045) 2022-11-30 17:51:51 +00:00
landing Rest api versioning redo (#33011) 2022-11-28 11:55:02 -08:00
lib Revert "account for non-object example values in rest docs" (#33468) 2022-12-12 20:14:36 +00:00
page-footer correct redirecting site-policy links in code (#32858) 2022-11-23 14:13:16 +00:00
page-header Picker refactor (#33113) 2022-12-07 23:17:06 +00:00
parameter-table webhooks update bug fix (#32656) 2022-11-16 03:12:47 +00:00
playground Incremental rebuild of dev container in Codespaces - [GA] (#32544) 2022-11-22 15:54:48 +00:00
release-notes anchor links for release note sections (#33401) 2022-12-09 21:14:55 +00:00
rest show media type for REST examples dropdown (#33425) 2022-12-12 20:46:49 +00:00
search (alt) Add searchResult event to search page (#31149) 2022-09-27 12:38:17 +00:00
sidebar Picker refactor (#33113) 2022-12-07 23:17:06 +00:00
ui Picker refactor (#33113) 2022-12-07 23:17:06 +00:00
webhooks allow linking to a specific webhook type (#33118) 2022-12-06 21:20:23 +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 keep language prefix when doing client-side refresh (#31686) 2022-10-17 12:35:51 +00:00
DefaultLayout.tsx include the data-search=breadcrumbs (#33576) 2022-12-15 01:03:12 +00:00
GenericError.tsx correct redirecting site-policy links in code (#32858) 2022-11-23 14:13:16 +00: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
RestRedirect.tsx Updating to check apiVersion is a real apiVersion (#33058) 2022-11-29 19:23:54 +00:00
Search.module.scss
Search.tsx use keepPreviousData for uswSWR in Search component (#33592) 2022-12-16 17:29:40 +00:00
declarations.d.ts

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.