1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/components
Grace Park df6b782b11 Update navlist for MiniTocs (#30167)
* update navlist

* fix tests

* update to component

* update platform

* update key

* fix platform tool picker issue

* add key

* remove unnecessary key

* fix test

* update styling

* fix indented test

* Update components/ui/MiniTocs/MiniTocs.tsx

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* remove null

Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-08-25 09:33:08 -07:00
..
2022-08-15 21:05:21 +00:00
2022-08-15 21:05:21 +00:00
2022-08-15 19:28:42 +00:00
2022-08-23 19:31:01 +00:00
2022-08-25 09:33:08 -07:00
2022-03-14 08:25:48 -07:00
2022-08-15 21:05:21 +00:00
2022-08-15 14:13:30 -07:00

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.