Commit Graph

126 Commits

Author SHA1 Message Date
Francesco Sansalvadore
0d657df42e feat: docs global top nav (#26917)
Docs global top nav
2024-07-04 11:51:13 +02:00
Charis
f4779d4844 refactor: migrate guides to app router (#23101)
Migrate guides to App Router.
2024-07-03 10:25:06 -04:00
Charis
3f69fdf5c0 fix: docs build (#23227) 2024-04-24 11:46:36 -04: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
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
Charis
fb4fd01f0b fix docs nav dependency array (#20645) 2024-01-22 20:43:51 -05: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
Shishiro
eb46d3c37b Sidemenu fixed for jwt (#18666)
Co-authored-by: shishiro <dheeravathshishiro@gmail.com>
Co-authored-by: Isaiah Hamilton <isaiah7hamilton@gmail.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-14 12:57:52 -05: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
Oliver Rice
3fe7613b42 Expand Serverless APIs to REST + GraphQL (#17654)
* graphql section

* fix(federation): markdown image links

* feat(federation): support mkdocs admonition title

* feat(federation): remark pymdown tab support

* fix codehike path

* graphql icon renders

* replace serverless-apis with REST

* run prettier

* update serverless apis ref

* remove GraphQL and Realtime references from REST docs

* move realtime example to realtime overview section

* new section for apis

* prettier

* product label

* move realtime back to products

* feat: graphql nav menu + simplified path

* chore: remove console log

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-09-25 15:17:31 -06:00
Copple
de3ac59b52 updates all config links 2023-08-15 16:05:22 +02:00
Greg Richardson
40d2b60a7f feat: ai & vectors docs scaffold 2023-05-24 12:12:26 -06:00
Jan Tennert
14bf9a77a9 Fix navigation, fix sign up examples having the same id 2023-05-10 17:35:07 +02:00
Greg Richardson
48a52e3178 refactor: simplify dynamic imports for ref docs 2023-05-09 12:25:30 -06:00
Greg Richardson
4f9c7da788 chore: remove unused active prop on nav menus 2023-05-08 22:46:46 -06:00
Greg Richardson
0a4700f2a1 refactor: simplify reference docs nav menu & code split 2023-05-08 12:46:33 -06:00
Greg Richardson
695b00c0ce chore(docs): yaml import types 2023-05-04 18:48:08 -06:00
joel@joellee.org
26bcfe0469 feat: update version to v0 2023-05-02 11:44:25 +08:00
joel@joellee.org
87f6faab35 chore: downgrade swift version to v0 2023-05-02 11:36:15 +08:00
Terry Sutton
36f2ac8c69 Fix url root 2023-04-10 14:23:45 -02:30
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
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
joel@joellee.org
5eed686788 chore: run prettier 2023-04-01 00:36:01 +08:00
Chase Granberry
538c99b4d8 Fix left nav 2023-03-24 14:52:21 -07:00
Chase Granberry
4a04181440 Working! 2023-03-24 14:31:47 -07:00
Copple
302f125294 Took a surprising amount of effort to get to here. Move the Serverless API docs into their own section 2023-03-23 20:15:48 +08:00
Jonathan Summers-Muir
1b755c9713 move guides and fix accordion issue 2023-03-23 12:26:11 +08:00
Jonathan Summers-Muir
1aaa365670 init prop to force no collapse on docs side menu 2023-03-22 12:54:14 +08:00
joel@joellee.org
cac0770749 initial commit 2023-03-22 10:06:34 +08:00
Brandon Scott
60e4e5f27f fix: lib prop for Real-time NavigationMenuRefList should be self-hosting-realtime instead of self-hosting-auth 2023-02-16 18:07:11 -05:00
dshukertjr
52ca097fdd fix missing line on resources 2023-02-01 09:57:06 +09:00
Terry Sutton
d8bcfa8189 Update apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx 2023-01-30 14:38:57 -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
Terry Sutton
74ad8f1192 Merge branch 'master' into dev/add-c#-documentation 2023-01-24 12:13:40 -03:30
Terry Sutton
c47794a217 Update CLI config page 2023-01-24 10:37:14 -03:30
dannykng
1fad138da2 Update URLs 2023-01-23 19:32:27 -08:00
dannykng
e13a72a994 Update nav and URLs 2023-01-23 18:40:05 -08:00
Terry Sutton
7a057df8b5 Add overview page 2023-01-21 15:07:34 -03:30
Terry Sutton
3912a11199 Add overview menu 2023-01-21 10:00:13 -03:30
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
Joseph Schultz
7c127c8f64 Begin C# Documentation based off Flutter v1 docs 2022-12-23 16:52:20 -06:00
Terry Sutton
7d27671e49 More console warnings 2022-12-22 10:07:59 -03:30
Terry Sutton
fffe405d17 Merge branch 'master' into chore/docs-console-warnings 2022-12-22 08:58:40 -03:30
Jonathan Summers-Muir
8410965410 Update NavigationMenu.tsx 2022-12-22 13:27:38 +08:00
Jonathan Summers-Muir
e6a3e34ac9 fix mobile nav 2022-12-22 11:57:55 +08:00
Terry Sutton
5aa0f828ef Pass a menu context to avoid dupe key warnings 2022-12-21 16:26:54 -03:30