Charis
837e314088
feat(docs): add visual contributing guide ( #28214 )
...
Add a contributing guide to docs, which links to resources for contributors
and includes examples of usable components when writing docs content.
2024-07-26 15:54:20 -04:00
Kevin Grüneberg
3601bb52f5
chore: use type imports / avoid unnecessary API type export ( #28088 )
2024-07-19 18:35:23 +08:00
Charis
f4779d4844
refactor: migrate guides to app router ( #23101 )
...
Migrate guides to App Router.
2024-07-03 10:25:06 -04:00
Hieu
d48948ba10
fix: RefSectionHandler to support mgmt-api/api sections ( #26601 )
2024-05-21 11:29:31 +02:00
Charis
7cf2eae953
fix: statically build the right nav on each page ( #21469 )
...
Before: All pages have the Home nav menu in static HTML, which is blown away and replaced by the proper nav menu upon hydration. This leads to jankiness when the page first loads and an unpleasant flash of the wrong nav menu (especially obvious on the JavaScript ref page, which takes a long time to process and rerender the nav).
Now: All pages have their correct nav menu in static HTML.
2024-02-23 11:38:06 -05:00
Greg Richardson
ec0c6890fd
refactor: use string replace
2023-06-22 12:01:34 -06:00
Greg Richardson
e211968f35
fix: remove crawlers from canonical path
2023-06-21 14:31:56 -06:00
Greg Richardson
b31dd92c74
fix: reference doc seo
2023-06-16 13:37:55 -06:00
Greg Richardson
92340ee812
fix: use slug instead of id in link
2023-05-11 22:21:08 -06:00
Greg Richardson
2a798515ba
Merge branch 'master' into feat/client-lib-version-sticky-warning
2023-05-11 16:51:44 -06:00
Greg Richardson
8e19b5fdf5
fix: scroll to ref doc section when going back/forward
2023-05-08 22:43:32 -06:00
Greg Richardson
0a4700f2a1
refactor: simplify reference docs nav menu & code split
2023-05-08 12:46:33 -06:00
Greg Richardson
7bb8cfd998
feat: sticky warning when viewing old client lib version
2023-05-03 17:51:43 -06:00
Copple
75d4e815e7
Update apps/docs/components/reference/RefSectionHandler.tsx
...
Co-authored-by: Greg Richardson <greg@supabase.io >
2023-03-21 06:34:11 +01:00
Terry Sutton
2ff6656e84
Add meta tags
2023-03-20 13:32:16 -02:30
Terry Sutton
982b57062e
Fix title tag for ref docs
2023-03-17 11:17:45 +08:00
Terry Sutton
fce82b0bdf
Cleanup
2023-01-09 12:40:40 -03:30
Terry Sutton
8d4717814b
You get a type, and you get a type, and you get a type
2023-01-09 12:35:59 -03:30
Terry Sutton
0d93c8b5e4
Remove references to new_docs
2023-01-06 15:29:13 -03:30
Terry Sutton
eba225523a
More keys
2022-12-21 17:19:08 -03:30
Terry Sutton
73b0c16057
Cleanup and add social icons
2022-12-16 10:16:26 -03:30
Terry Sutton
1ebecfbdc5
Fix cli docs
2022-12-13 12:36:17 -03:30
Jonathan Summers-Muir
e794722baa
removed codehike from ref docs
2022-12-09 20:02:25 +08:00
Jonathan Summers-Muir
f62a36531b
move all refs into new page format. tidied up CLI and API ref
2022-12-09 17:50:55 +08:00
Jonathan Summers-Muir
63a129bc07
try and fix JS
2022-12-09 00:09:32 +08:00
Jonathan Summers-Muir
1d2fb94304
start moving CLI to new setup
2022-12-08 23:54:26 +08:00
Jonathan Summers-Muir
e973fc86f6
optimized pages. ref pages now a lot smaller
2022-12-08 22:58:36 +08:00