docs/components
Grace Park baa53b778f
Picker refactor (#33113)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-12-07 23:17:06 +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 Add x-github-api-version header to curl code examples (#33203) 2022-12-05 21:38:29 +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 use the right data-search tag for release notes (#32616) 2022-11-15 17:32:34 +00:00
rest Rest api versioning redo (#33011) 2022-11-28 11:55:02 -08: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 MINIMAL_RENDER should be on default for npm run sync-search-server (#33294) 2022-12-07 19:51:17 +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 make octicon search svgs cached longer (#25421) 2022-02-16 17:11:43 +00:00
Search.tsx use /api/search/v1 in Search.tsx (#31952) 2022-11-14 12:34:21 +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.