Commit Graph

711 Commits

Author SHA1 Message Date
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
James
7f773778d7 Add Roboflow to Third-Party Tools in AI & Vectors section (#19272)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-12-02 10:02:20 -05:00
Stojan Dimitrovski
4782f7955f docs: explain user sessions and session timeouts (#19128) 2023-11-21 18:52:33 +01:00
Nick Krantz
cfda583db9 fix: close mobile menu on click (#15588)
* chore: fix spelling of "libraries"

* fix: close nav when a ref navigation link on click

* fix: remove `!w-auto` from site layout when mobile menu is open

- The width change was causing a layout shift with the height of elements when the mobile menu would show and hide.

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-20 12:35:10 -05:00
Thor 雷神 Schaeff
e9aea99af6 docs: Improve docs for joins and TypeScript (#19075)
* docs: joins and types docs.

* chore: changes from review.
2023-11-20 08:36:56 +00:00
Guilherme Souza
a2cd408ed2 docs: add getting started guide for Swift (#19044)
* docs: getting started guide for Swift

* Apply suggestions from code review

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

* Add new tutorial to menu

* Add correct image for tutorial

* style: format with-swift tutorial

* docs: add example to the repository

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Co-authored-by: Thor 雷神 Schaeff <5748289+thorwebdev@users.noreply.github.com>
2023-11-18 11:50:53 +00:00
Thor 雷神 Schaeff
ee18b5ac1f docs: add RN videos and discoverability improvements. (#18633)
* docs: add RN videos and discoverability improvements.

* Apply suggestions from code review

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* chore: run prettier.

---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-11-18 05:42:33 +00:00
Copple
d2c51b1be9 Docs: Adds a page for enums (#18590)
* Adds a page for enums

* Adds some details on deleting values

* Update apps/docs/pages/guides/database/postgres/enums.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/postgres/enums.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/postgres/enums.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/postgres/enums.mdx

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

* removes dangerous operation

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-17 11:01:47 -05:00
Thor 雷神 Schaeff
ed9c4e67f1 feat: add react native auth blog and quickstart. (#19006)
* feat: add react native auth blog and quickstart.

* Grammarly check

* Minor edits.

* Added og image.

* chore: add password sign in and gif.

---------

Co-authored-by: Ramiro Nuñez Dosio <ramiro@supabase.io>
2023-11-16 19:06:50 +00:00
Francesco Sansalvadore
be9590c890 Multiple themes management (#18871)
* set up multiple themes in studio

* set up multiple themes in studio

* set up multiple themes in docs and www

* update all resolvedTheme to also include deep-dark

* update all resolvedTheme checks to also include deep-dark

* update tailwind.config.js tokens

* update tailwind.config.js tokens

* update leftover scale12 token

* update if resolvedTheme _doesn't_ include 'dark'

* update more styling tokens

* add dynamic themes to CmdK

* fix nav and footer for multi theme

* add data-theme selector output to transformTokens.js

* update code-hike.css to target data-theme css

* update tailwindcss to ^3.3.5

* ThemeImage with light and dark src for www and docs

* add brand-button styling token

* update old dark theme boolean

* update old dark theme boolean

* make homepage product visuals themeable

* update product page themed images

* update badge green with brand

* fix roles list appearance

* fix auth widget in auth page

* update more dark logic

* update more dark logic

* add button default bg and border

* update pricing page theme styling

* clean up Themeimage

* remove forceDark in homepage

* update dark:border-dark occurrences

* update dark:border-dark occurrences

* fix dark mode base colors

* remove foreground-strong

* fix notification badge bg

* remove some dark: selectors

* update dark: selectors

* update code-hike deep dark bg color

* fix comment typo

* update border-button-hover token

* fix customer story logo

* remove some more dark: selectors

* restore forceDark in www homepage

* fix auth react icon

* fix homepage product visuals

* remove theme

* add brand-link token

* fix checkbox bg

* npm install

* more visible EntityListItem active bg

* fix --background-alternative-default css vars

---------

Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
2023-11-16 16:41:53 +00:00
Monica Khoury
51ff9f826c Docs: New guide for importing large datasets (#18852)
* Adding a new guide for importing large datasets into Supabase

* Prettier

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Add new suggested changes

* Prettier

* Update apps/docs/pages/guides/database/large-datasets.mdx

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Update apps/docs/pages/guides/database/large-datasets.mdx

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

* Fix indentation

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-16 12:53:28 +01:00
Thor 雷神 Schaeff
f14db85bfe expo push notifications guide and example. (#18952)
* feat: add push notifications example.

* feat: add push notifications guide.

* fix: remove trigger.

* chore: americanize.

* Apply suggestions from code review

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

* Apply suggestions from code review

* Apply suggestions from code review

* chore: run prettier.

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-16 14:10:15 +08:00
Jonathan Summers-Muir
c222513546 [Docs] [Branching] Chore/branching docs (#18762)
* chore: initial branching docs added

* updated docs

* more changes

* Update tailwind.config.js

* Update branching.mdx

* Update tailwind.config.js

* more changes

* Update branching.mdx

* update images

* image refresh

* Delete example.jpg

* reword the top section

* Update branching.mdx

* image changeover

* Update next.config.mjs

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-15 12:19:19 +00: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
Thor 雷神 Schaeff
d22e9c4e6f docs: passwordless auth docs improvements. (#18872)
* docs: passwordless auth docs improvements.

* fix: typo.

* Update apps/docs/pages/guides/auth/passwordless-login/auth-email-otp.mdx

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

* Update apps/docs/pages/guides/auth/passwordless-login/auth-email-otp.mdx

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

* Apply suggestions from code review

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

---------

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-14 12:46:30 +08: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
Tyler
2538818bc6 docs: update version label of swift reference docs (#18931)
update version label of swift reference docs
2023-11-14 10:54:06 +08:00
Copple
fd230d657f Docs: explain() (#18886)
* direct copy from ChatGPT

* add new menu item, clean up items

* fix TOC video

* fix formatting from GPT

* Renaming the page - it should be more like a "job to be done" rather than "here is a specific function"

* re-ordering the sections - get people using it first, then teach them the details

* Adds the explain section to the docs
2023-11-13 16:58:05 +11: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
Oliver Rice
9894a87bbb pg_cron docs: warn about scheduling system maintenance (#18754)
pg_cron warn about scheduling system maintenance
2023-11-07 06:56:29 +08:00
Copple
1e4e0254c5 docs: Edge Function docs (#18738)
* docs: Updating the Edge Function docs - making them more accessible

* fixing regional docs

* heading

* some integration guides

* cleans up the import maps guide

* cleans up the testing doc

* Actions

* cleaning up the error docs

* easier quick start

* fix spelling

* changing the page title

* Update apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts

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

* Update apps/docs/pages/guides/functions/regional-invocation.mdx

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

* remove extraneous comma

* terry feedback

* Update apps/docs/pages/guides/functions/auth.mdx

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

* Update apps/docs/pages/guides/functions/auth.mdx

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

* Apply suggestions from code review

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

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-11-06 19:44:52 +00:00
Oliver Rice
b17459918f Move TCE info to pg_sodium extension (#18679)
* Move TCE info to pg_sodium extension

* typo: encryption

* use redirect system for tce docs
2023-11-04 21:35:38 +11:00
Lakshan Perera
24ae561baa chore(docs): remove global deployments guide (#18618) 2023-11-01 09:25:10 +00:00
Lakshan Perera
b8fafc524e feat(docs): Add guide for regional edge function invocation (#18617)
* feat(docs): Add guide for regional edge function invocation

* Update apps/docs/pages/guides/functions/regional-invocation.mdx

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* Update apps/docs/pages/guides/functions/regional-invocation.mdx

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* Update apps/docs/pages/guides/functions/regional-invocation.mdx

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* Update apps/docs/pages/guides/functions/regional-invocation.mdx

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-11-01 06:49:08 +11:00
Alaister Young
8057309e51 chore: upgrade next 13 + react 18 (#17839)
* update deps + image codemod (studio)

* update next links (studio)

* update deps

* update links (ui)

* remove next-transpile-modules

* move next-themes dependency

* chore: update ConfirmDialog

* chore: remove old ConfirmModal js file. migrated to TS

* dependency wrangling

* remove empty page

* update next links (www)

* First run bump react-data-grid-v7 beta 4

* fix package-lock.json

* more deps wrangling

* update recharts

* update sentry options

* fix some broken things in www

* studio fixes

* fix graphiql

* fix studio build

* fix menu hydration

* small build error

* update turbo

* fix www typescript errors

* docs image codemod

* links codemod docs

* fix docs typescript errors

* move useConsent to ui to prevent circular deps

* Fix links

* Fix homepage

* Fix links

* move studio/ to apps/

* Revert "move studio/ to apps/"

This reverts commit 1b0a985fcb.

* disable outputFileTracingRoot

* remove outputFileTracingRoot

* fix homepage product cards

* fix PrivacySettings links

* Fix links

* Fix the build for www.

* Minor fixes for JWTGenerator.

* Fix the docs and ui tests.

* Revert codehike back to 0.8.3

* remove ConfirmAlert()

* reenable babel because mobx hates me

* fix blog image and comparison page avatar

* Fix svg errors

* update image synthax

* Fix code hike

* Move the button in a div so that it doesn't inherit its parent height and make the button look weird.

* When components are defined in a component, they get recreated on each render. This makes them unstable in certain cases and causes infinite rerenders.

* Replace the next/head usage with next/script.

* Chore/upgrade next 13 fix table editor (#18431)

* fix table editor styling and fix row deletion logic

* Fix deleting selected rows from header, and fix checkboxes not clearing up

* Fix deleting all rows when filter applied, and fix deleting all rows

* Fix grid size styling issue

* Fix TS error

* Hydration errors

* studio org pages fixes

* fix more studio links

* audit logs fixes

* dropdown icon styling fixes

* fix some images in www

* upgrade to next 14

* try new sentry wrapper for api

* see if this is even invoked

* Revert "see if this is even invoked"

This reverts commit 86c3973ffa.

* Revert "try new sentry wrapper for api"

This reverts commit f67623ebad.

* Revert "upgrade to next 14"

This reverts commit a24dd6131e.

* chore: allow node version 19/20

* Try to fix the LogTable so that it renders with the newer "react-data-grid" version.

* Fix type errors in the log renderer code.

* Fix the replication screen.

* Add the CSS for the GraphiQL.

* Fix SQL editor results rendering

* Lint

* Fix SQL editor results height issue

* Fix auth RLS not invalidating RQ when toggling RLS

* Fix database tables new/edit column regressed

* Fix migrations page empty state if migrations schema not yet created

* Fix API side panel docs temp remove postgrest text for column description PK and FK

* Fix + improve timeout handling in SQL editor

---------

Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
Co-authored-by: Terry Sutton <saltcod@gmail.com>
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
2023-10-31 05:51:46 +00:00
Jon Meyers
973b09284c Chore: update docs for new ssr package (#18455)
* update Next.js quickstart

* update docs to use ssr package

* update nav items to reflect new ssr pages

* add migration guide from auth-helpers to ssr

* add guides for astro and remix

* add new pages to sitemap.xml

* Update apps/docs/pages/guides/auth/server-side/overview.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/overview.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/creating-a-client.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/creating-a-client.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Add sveltekit example code

* Add another admonition for sveltekit

* Add express example

* Fix spelling mistake

* Run prettier to correct formatting

* fix createClient examples for Next.js

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Andrew Smith <a.smith@silentworks.co.uk>
2023-10-27 14:55:32 +11:00
Oliver Rice
f2508d2e82 Remove pg_repack from docs (#18476)
remove pg_repack from docs
2023-10-25 14:34:54 -05:00
Fabrizio
b1eafd3957 docs: Revamp storage docs (#18259)
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Fabrizio <fabri.feno@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
Co-authored-by: Inian <inian1234@gmail.com>
2023-10-24 23:46:55 +08:00
Rodrigo Martins Mansueli
46293ce5e7 Update functions.mdx (#18332)
* Update functions.mdx

* Added mdx page, so the link works. Added link in the menu.
2023-10-20 09:56:31 -03:00
Rodrigo Martins Mansueli
68d67ef0d5 feat: add-generic migration guides (#18182)
* feat: add-generic migration guides

* warning component

* Update apps/docs/pages/guides/resources.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/resources/migrating-to-supabase/postgres.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/resources/migrating-to-supabase/mssql.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* copy

* Consistency across links

* Icon fix

* Prettier

* Fix import

* docs: fix h2 heading

* docs: fix h2 heading

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-19 09:04:19 -03:00
Greg Richardson
40f024ecb2 Docs: RAG with permissions (#18190)
* docs(ai): rag with permissions

* fix: relative links

* docs: add internal links

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* docs(ai): internal links and warnings

* docs: tabbing

---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-10-17 21:26:07 +00:00
Greg Richardson
5e590ee999 Docs: Temp remove realtime mention in python ref docs (#18183)
* docs: temp remove realtime mention in python ref docs

* chore: comment explaining section filter logic
2023-10-13 13:16:47 -06:00
Kang Ming
e32051040a docs: add oauth scopes definitions (#18169)
* docs: add oauth scopes definitions

* docs: resolve comments
2023-10-13 10:14:55 -07:00
Thor 雷神 Schaeff
504a4ce4bf feat: add deep linking docs. (#18136) 2023-10-13 14:41:16 +08:00
Jitul Teron
39123865d7 fix: Docs sidebar icon improvements #18115 (#18134)
* fix: Docs sidebar icon improvements #18115

* Prettier

---------

Co-authored-by: Terry Sutton <saltcod@gmail.com>
2023-10-12 11:48:52 -02:30
Kang Ming
c2215d118a docs: add mfa platform docs (#18098)
* docs: add mfa docs

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>

* docs: add mfa docs

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* docs: add note

---------

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
2023-10-10 22:49:28 -07:00
Thor 雷神 Schaeff
239d19b74c docs: auth apple improvements (#17745)
* chore: improve react native nav.

* feat: tabs for sign in with apple start.

* docs: complete apple auth docs.

* docs: add native mobile login landing.

* docs: add react-native-url-polyfill throughout.
2023-09-28 15:23:28 +08:00
Terry Sutton
dde0bde57c Use resolved theme (#17753)
* Use resolved theme

* Update
2023-09-27 20:49:41 +02:00
Terry Sutton
9910073432 Chore/proper theme switcher (#17635)
* Add theme switcher

* Update

* Update

* Fix docs

* Update

* Fix www

* Componentize ThemeToggle

* Remove unused TopBarRef, rename existing component

* Update apps/www/pages/launch-week/6/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/components/Navigation/NavigationMenu/TopNavBar.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/7/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/tickets/[username].tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update always-on darkmode pages

* update

* Prettier

* Check resolved theme for images

* use resolved theme

* Fix customer stories

* Update apps/docs/components/Navigation/NavigationMenu/TopNavBar.tsx

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
2023-09-26 16:27:45 +00: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
2a660b04b3 Merge branch 'master' into docs/updates_on_a_plane 2023-09-12 09:36:59 -07:00
Copple
660cc3cf7f clean up deep dive 2023-09-12 09:16:17 -07:00
Oliver Rice
71e4eca029 prettier 2023-09-12 09:38:00 -05:00
Oliver Rice
3d86630f24 separate python/js ai docs 2023-09-12 09:19:43 -05:00
Copple
08596fc87e simplify/clarify 2023-09-11 22:56:54 +02:00
Copple
d8bbb79e27 realtime: add page on throttling 2023-09-11 20:57:27 +02:00
Kang Ming
169bb5c3b8 docs: create section for redirect urls 2023-09-07 19:19:30 -07:00
Greg Richardson
19ad74b500 feat(docs): add vector index sub pages to nav menu 2023-09-06 11:56:05 -06:00
Greg Richardson
7042eb0770 docs: hnsw indexes 2023-09-06 10:51:13 -06:00