Commit Graph

142 Commits

Author SHA1 Message Date
Charis
f4779d4844 refactor: migrate guides to app router (#23101)
Migrate guides to App Router.
2024-07-03 10:25:06 -04:00
Hieu
d855bfb3f8 feat: automate mgmt api spec update (#26655)
* fix: correct mgmt api naming

* feat: new command to generate mgmt api sections

* feat: sort section items

* chore: tidy up

* fix: add generate sections to the default command

* feat: add gha to auto update mgmt api docs

* chore: tidy up

* fix: operationId logic to support self-hosting references

* chore: update latest mgmt api specs

* chore: update latest mgmt api specs
2024-05-31 08:53:19 +07:00
Hieu
d48948ba10 fix: RefSectionHandler to support mgmt-api/api sections (#26601) 2024-05-21 11:29:31 +02:00
Joseph Schultz
fa8167b26c chore: Update C# docs to reflect new Nuget Package names and Changelog (#23148)
* Refresh of c# client docs to reflect Supabase@v1.0.0 and new Nuget Package Names

* Clarify maintainers and contributors

* Separate C# v0 and v1 references

* Format

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-04-23 21:07:29 +00:00
Charis
bb46470b3f fix: remove deprecated pages (#22382) 2024-04-01 21:24:51 -04: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
Clarence
4a0702110c chore: added missing key prop (#20403) 2024-01-13 18:59:58 +00:00
Kevin Grüneberg
129b3d927a chore: move specs to docs folder (#20136) 2024-01-03 18:54:23 +01:00
Guilherme Souza
4ff8e11936 Add documentation for Swift v2 and update user management example to use Swift v2 (#19752) 2023-12-15 09:56:53 +08:00
Jan Tennert
e426517484 Update Kotlin docs for 2.0.0 (#18912)
* Rename gotrue to auth

* update columns

* rename gotrue to auth (again)

* improve postgrest docs

* add new modules

* rename logout

* Rename some more stuff

* Rename more stuff

* Rename guides

* Rename SSO docs

* Rename "phoneNumber" to "phone"

* rename some more stuff

* Add v2 docs

* Rename postgrest[..] to supabase.from(..)

* Migrate postgrest to new syntax

* Add explain, single & csv

* Rename storage

* Rename some more storage storage methods

* fix invalid docs

* fix duplicate id

* exclude sections for kotlin

* Rename password reset method

* Update tutorial

* Update realtime docs

* Update more realtime docs

* Update module docs

* add link to migration guide

* update installing

* document custom KotlinX Serializer

* update code to pass formatter

* Remove supabase.realtime.connect() docs

* fix typo

* update kotlin quick start guide

* add a note about making network request from the UI code

* run formatter

* add small kotlinx serialization change

* Apply suggestions from code review

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* improve quickstart

---------

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-12-12 01:34:53 +09:00
Tyler
c0cf4b114c docs: remove dart v0 and add dart v2 (#19269)
* remove dart v0 and add dart v2

* consolidate google and apple login docs to id token login

* add realtime ref docs

* adds auth update guide

* wrap up upgrade guide

* run prettier

* run prettier

* update presence methods

* udpate presence upgrade guide

* Apply suggestions from code review

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* update is and in filter

* additional update after receving the review comments

* fix code formatting

* fix indents

* formatted the code

* update indentation

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-12-07 14:16:33 +09:00
Tyler
1442e42b0a docs: update Kotlin docs to v1.0 (#18932)
* update kotlin docs version number to v1.0

* renaming client to supabase for the installing kotlin guide
2023-11-14 10:54:26 +08:00
Guilherme Souza
fe7494f804 docs: update Swift docs for v1 release (#18682)
* docs: update auth section for Swift

* docs: fix wrong md for code section

* docs: update fetch data section for Swift

* docs: update insert data section docs for Swift

* docs: update using filter section

* docs: update modifier, filters and edge functions sections

* docs: update realtime section

* docs: update storage section

* docs: fix examples not building

* docs: add entry for rpc call with filters

* Update spec/supabase_swift_v1.yml

* Update spec/supabase_swift_v1.yml

---------

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
2023-11-09 20:03:18 +09:00
Francesco Sansalvadore
b91532f6c7 Migrate to styling tokens (#18314)
* migrate some www components to tokens

* consolidate InteractiveShimmerCard to Panel component

* update tokens in blog

* update tokens in careers page

* update tokens in customers section

* update tokens in open-source section

* update tokens in Realtime page

* update tokens in Storage and Vector

* update tokens in SplitCodeBlockCarousel

* update tokens in PGCharts

* remove unused css files

* update tokens in Card

* update tokens in Pricing page

* clean up priving page imports

* remove hardcoded theme vars

* migrate first half of defaultTheme.ts to tokens

* migrate second half of defaultTheme.ts to tokens

* improve inputs

* add foreground to text-light and text-lighter

* add foreground to text-light and text-lighter

* migrate docs components with styling tokens

* migrate docs components with styling tokens

* fix broken Repos component

* fix broken classes in blog

* update tokens on Button and other components

* update tokens on IconPanel

* update studio main layout base styling tokens

* update tokens across studio, docs and www

* update tokens across studio, docs and www

* update ui/Panel to styling tokens

* update ExampleProject and TableEditorMenu tokens

* www vector page tokens

* update studio UI tokens

* update other studio UI tokens

* update more studio UI tokens

* change tokens here, change tokens there

* finish updating colors with tokens variables

* add gui sandbox for theme experimentation

* use common package for www, docs and studio and fix Command K tokens

* provide light mode default tokens options

* fix conflict leftover

* update loading line

* fix className typo

* fix prettier

* update themeSandbox preset default values

* fix text-background0

* prettier

* update warningBanner with warning color

* switch all border-border with border-default

* improve border-secondary and foreground-muted in light mode

* force ring color on toggle

* fix button bg color and border-muted light token

* fix input bg color

* fix dark button hover

* fix homepage product card

* fix code-hike table header colors

* button dark border

* remove tabIndex leftover from homepage main ctas

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
2023-11-07 03:40:53 +00:00
Greg Richardson
98c4103463 Docs: Switch tabs using query param (#17626)
* feat: switch tabs using url hash

* feat: switch tabs using query param
2023-09-22 11:29:25 -06:00
Copple
d6bc450ef0 refactors the local dev section 2023-08-01 22:12:30 +02:00
Francesco Sansalvadore
f027427f6e Merge branch 'master' into fs/docs-homepage 2023-05-12 11:15:32 +02: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
Francesco Sansalvadore
997cfd225d Merge branch 'master' into fs/docs-homepage 2023-05-11 14:59:09 +02:00
Greg Richardson
d2adb3e403 fix: kotlin getStaticPaths() 2023-05-10 11:42:00 -06:00
Greg Richardson
c69ca1de51 Merge branch 'master' into feat/kotlin-docs 2023-05-10 11:40:44 -06:00
Greg Richardson
a2e2cc558f fix: getStaticPaths() slug for ref docs 2023-05-10 10:39:52 -06:00
Francesco Sansalvadore
8f30ac35b4 Merge branch 'master' into fs/docs-homepage 2023-05-10 18:33:19 +02:00
Jan Tennert
14bf9a77a9 Fix navigation, fix sign up examples having the same id 2023-05-10 17:35:07 +02:00
Jan Tennert
a00e06cddb Merge remote-tracking branch 'supabase/master'
# Conflicts:
#	apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx
2023-05-10 17:25:32 +02:00
Francesco Sansalvadore
1657804c08 chore: add new docs homepage hero 2023-05-10 16:18:17 +02:00
Greg Richardson
875bfab1b8 fix: generate static page for each ref doc path 2023-05-09 16:10:32 -06:00
Jan Tennert
c12277b864 Initial commit 2023-05-07 19:55:08 +02:00
Greg Richardson
695b00c0ce chore(docs): yaml import types 2023-05-04 18:48:08 -06:00
Greg Richardson
7bb8cfd998 feat: sticky warning when viewing old client lib version 2023-05-03 17:51:43 -06:00
joel@joellee.org
87f6faab35 chore: downgrade swift version to v0 2023-05-02 11:36:15 +08:00
Inian
a532150109 remove unnecessary config reference for edge functions 2023-04-11 13:16:11 +08:00
Copple
3767deff74 self-hosted functions 2023-04-10 17:43:02 +02:00
Joel Lee
575c60cb0d Merge pull request #13133 from supabase/j0/swift_docs
Add swift docs
2023-04-05 17:46:08 +08:00
Terry Sutton
76f98d891d fix codeblock import 2023-04-04 21:56:34 -02:30
Chase Granberry
062cb22500 Merge pull request #13187 from supabase/docs/analytics-self-hosted-reference
Docs: self hosted Analytics server reference
2023-04-04 11:13:10 -07:00
Chase Granberry
2d7b9d843b Not sure why I have to use the dreferenced one here but it works 2023-03-28 10:51:43 -07:00
Chase Granberry
1dfc3dc997 Another slug file 2023-03-28 10:51:13 -07:00
Chase Granberry
19ea65cab6 Use APISpecs 2023-03-27 15:39:10 -07:00
joel@joellee.org
68d9116328 chore: update swift ref 2023-03-27 16:25:20 +08:00
Chase Granberry
4a04181440 Working! 2023-03-24 14:31:47 -07:00
Greg Richardson
64d83c8f2e refactor: move CodeBlock component to ui package 2023-03-24 15:11:12 -06:00
Terry Sutton
982b57062e Fix title tag for ref docs 2023-03-17 11:17:45 +08:00
Terry Sutton
1e7ed99905 Backticks 2023-02-03 10:56:13 -03:30
Terry Sutton
65e9a1b869 Merge pull request #11239 from acupofjose/dev/add-c#-documentation
Adds C# Documentation
2023-01-30 14:56:32 -03:30
Terry Sutton
1bbff74f41 Merge pull request #11985 from supabase/chore/crawler-404s
Chore/crawler 404s
2023-01-30 12:36:30 -03:30
Bobbie Soedirgo
fb6d39df4f docs(ref/cli): wrong default value 2023-01-30 15:22:21 +08:00
Terry Sutton
1fbdb60559 Fix missing crawler pages, missing h1 tags 2023-01-27 16:07:06 -03:30
Joseph Schultz
9cfd93bae4 Merge branch 'master' of github.com:supabase/supabase into dev/add-c#-documentation 2023-01-27 08:49:59 -06:00