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
Kevin Grüneberg
129b3d927a
chore: move specs to docs folder ( #20136 )
2024-01-03 18:54:23 +01:00
Greg Richardson
a2e2cc558f
fix: getStaticPaths() slug for ref docs
2023-05-10 10:39:52 -06:00
Greg Richardson
875bfab1b8
fix: generate static page for each ref doc path
2023-05-09 16:10:32 -06:00
Greg Richardson
695b00c0ce
chore(docs): yaml import types
2023-05-04 18:48:08 -06:00
Joel Lee
65710bbdbc
feat: add python documentation for functions, Auth, and Storage ( #10343 )
...
* initial commit
* fix: remove methods which aren't in python lib yet
* temporarily remove postgrest
* feat: add non-admin methods
* fix: temporarily remove non-admin methods
* Update Dashboard Auth Settings links
* Update example names
* Add example
* started adding pages
* fix: update python ids
* fix: change python docs image back to grayscale
* fix: update ids of storage functions
* Update apps/docs/pages/reference/python/[...slug].tsx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: reinstate python image
* filter common navmenu sections based on library
* fix reference icons
* Add introduction
* Add IDs
* Update common client libs sections
* Update intro
* fix: add reference section and database section
Co-authored-by: joel@joellee.org <joel@joellee.org >
Co-authored-by: dannykng <danny@supabase.io >
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Mazzoni <francisco@supabase.io >
2023-01-20 11:17:45 +08:00