docs/components
Peter Bengtsson 5598dd8332
go to top of page when clicking pagination links (#34386)
2023-02-02 21:52:06 +00:00
..
article Feature Branch: Global Nav Phase 1 (#33465) 2023-01-31 17:49:50 +00:00
context remove 'contributor' functionality (#34117) 2023-01-23 17:04:35 +00:00
graphql fix bullet points in GraphQL Changelog (#32310) 2022-11-03 17:11:16 +00:00
guides remove encodeEntities on featured link cards (#33935) 2023-01-17 13:19:28 +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 Feature Branch: Global Nav Phase 1 (#33465) 2023-01-31 17:49:50 +00:00
lib only set query params if method isn't GET or HEAD (#34288) 2023-02-02 17:09:25 +00:00
page-footer correct redirecting site-policy links in code (#32858) 2022-11-23 14:13:16 +00:00
page-header Fixing mobile search header (#34326) 2023-02-01 18:21:18 +00:00
parameter-table add array type option for rest docs (#34050) 2023-01-19 17:58:39 +00:00
playground Remove experimental format ("playground") page from Codespaces docs (#33732) 2023-01-11 19:52:51 +00:00
release-notes anchor links for release note sections (#33401) 2022-12-09 21:14:55 +00:00
rest Permissions statement rendering on automated pages (#33718) 2023-01-03 19:44:44 +00:00
search go to top of page when clicking pagination links (#34386) 2023-02-02 21:52:06 +00:00
sidebar Feature Branch: Global Nav Phase 1 (#33465) 2023-01-31 17:49:50 +00:00
ui Feature Branch: Global Nav Phase 1 (#33465) 2023-01-31 17:49:50 +00:00
webhooks allow linking to a specific webhook type (#33118) 2022-12-06 21:20:23 +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 Feature Branch: Global Nav Phase 1 (#33465) 2023-01-31 17:49:50 +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.tsx Fixing mobile search header (#34326) 2023-02-01 18:21:18 +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.