Copple
2fd5ef4d02
Merge pull request #6142 from roj1512/master
...
chore: correct "JavaScript" cases
2022-04-19 12:43:56 +02:00
Roj
9aa62d767e
Apply suggestions from code review
...
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com >
2022-04-18 19:57:18 +03:00
Fedor Sherbakov
1c056cdd32
Fix typo
2022-04-15 22:27:26 +04:00
Daniel Taschik
d83b34fb77
fix/docs: Fixed links to edge functions
2022-04-13 14:24:36 -07:00
Copple
c8f1b87c27
minor formatting
2022-04-12 15:25:05 +02:00
Copple
67e5898c63
Adds some notes on data loading
2022-04-12 15:17:08 +02:00
Copple
fe06dc1fd1
Adds a few additions to the tables docs
2022-04-12 14:51:46 +02:00
Copple
e6ec588912
organise image
2022-04-12 12:28:18 +02:00
Copple
e9c6d2244b
cleans up the functions docs
2022-04-11 18:43:31 +02:00
Copple
320912abc0
Updates the titles and clarity
2022-04-11 17:18:54 +02:00
captDaylight
a1231f512e
misspelled
2022-04-08 16:31:58 -04:00
Roj
c13db73a60
chore: correct "JavaScript" cases
2022-04-05 13:47:18 +03:00
Copple
b78bdc1fa1
adds clarification in the docs
2022-03-31 23:35:09 +02:00
Copple
8105db9f20
Merge pull request #5556 from PH4NTOMiki/patch-2
...
Update functions.mdx
2022-02-21 13:19:09 +01:00
Copple
c3b3963c31
Merge pull request #5371 from yeganathan18/dev
...
docs: improve docs for enabling extensions(#4968 )
2022-02-21 12:27:45 +01:00
Mihael Mutić
6e5d8665ab
Update functions.mdx
2022-02-20 18:48:38 +01:00
Yeganathan S
dcd4bf6fae
docs: improve docs for enabling extensions( #4968 )
2022-02-09 14:10:58 +05:30
Michael Christofides
96dc4581ed
Update Postgres docs links to "current" version
2022-02-08 13:58:36 +00:00
Marcel Cruz
f91544b21b
fix: Change Github to GitHub (texts only)
2022-01-29 17:41:36 +01:00
Irvin Lin
64b260a3a6
Update functions.mdx
2022-01-24 21:31:37 +08:00
Copple
ffac5040e8
consolidates the database introductions
2022-01-14 16:21:27 +01:00
Copple
f24fffca61
spelling
2022-01-04 19:27:24 +01:00
Copple
08c8f66e51
Finishes the sentence
2022-01-04 19:26:47 +01:00
Copple
543e30c673
clean up
2022-01-04 18:40:03 +01:00
Copple
3b7de994b1
adds Jon's awesome HTTP video
2022-01-04 18:37:19 +01:00
Copple
9afe43d2b3
simplifies the connection docs
2022-01-04 18:33:39 +01:00
Motonosuke
621b9be454
Update arrarys.mdx
...
Remove unnecessary semicolons
2021-12-22 08:15:02 +07:00
Copple
614faed4e4
Chore/postgrest v9 ( #3988 )
...
* using slack clone to test
* updates auth functions to handle new GUC commands
* move postgREST to new version
* testing with todo list
* makeing our mount setup far more robust
* Adds some usage commands
* cleans up the auth functions
* test with todos app
* fix env var for GUC
* new auth functions - changed for performance improvement
* Adds some integration tests for RLS
* anon volume on postgres
* remove unused helpers
* fix broken docusaurus build
* Fix complaining vercel
* test instructions
* Use named imports
* Fixes imports
* all relative
* chore: add in tsconfig.json to /web
* finding these all over the place
* Update docker/docker-compose.yml
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
2021-11-24 00:31:07 +08:00
kokrui
4dbc206998
typo: refereed -> referred ( #3976 )
2021-11-22 15:24:13 +08:00
Inian
2d16de092d
change links to point directly to supabase.com ( #3951 )
...
* change links to point directly to supabase.com
* status page is under .com
2021-11-20 19:32:02 +08:00
Praneeth
7c04f9820f
change return to returns in line 124 ( #3954 )
...
in line 124, `return void` is wrong.
the correct syntax would be `returns`.
2021-11-20 19:11:28 +08:00
Jonathan Summers-Muir
aaab51caef
Chore/relative paths ( #3827 )
...
* chore: use relative urls
* chore: update relative links for web
* fix some links
* more relative urls to homepage
* update config
* leverage the /docs baseurl
2021-11-08 15:41:08 +08:00
Ciro Lo Sapio
307ec25e99
fix typo ( #3775 )
...
* fix typo
* fix typo
2021-11-05 12:13:30 +08:00
Copple
d86f439d11
better readability for functions explanation ( #3741 )
...
* better readability for functions explanation
* sp: fucntion
2021-11-03 13:32:08 +08:00
Copple
637bddced6
fix all broken videos ( #3740 )
2021-11-02 17:53:24 +08:00
Copple
68b21f3881
Docs: postgres functions ( #3589 )
...
* initializes the Functions docs
* Adds the page to the sidebar
* Adds new videos
* Adds some details for database functions
* fix table editro > dashboard
* fix the description to match the code snippet
2021-11-01 18:41:42 +08:00
Isaiah Hamilton
47420bafff
docs: fix typos ( #3715 )
...
* procedure numbers fix
* fix(typo): fix typos for Docs
* fix(typo): fix typos for Docs
* Update row-level-security.mdx
* Update plv8.mdx
2021-11-01 11:16:26 +08:00
dshukertjr
d7c4b8ab94
fix: dart code samples inn full-text-search
2021-09-22 07:24:55 +09:00
Rahul
78646ca4c9
Typo fix
2021-09-13 19:43:35 +05:30
awalias
4e3e682e84
chore: adds percent encoding link
2021-09-12 11:41:27 +02:00
awalias
392dfbfe26
fix: special character advice in docs
2021-09-12 11:26:34 +02:00
tianzhou
c3b9719344
Update connecting-to-postgres.mdx
...
Fix typo
2021-09-10 22:09:41 +08:00
Copple
454946a9c8
Adds another connection for clarity
2021-09-06 21:57:01 +08:00
Copple
0fe0b63bc9
fixes broken links
2021-09-06 21:37:32 +08:00
Paul Copplestone
63e4bf158d
Cleans the tables guide
2021-09-06 20:57:12 +08:00
Paul Copplestone
cae65fa1e2
Adds some more guides for the database section
2021-09-06 20:55:40 +08:00
Paul Copplestone
6d3d9f60a1
adds the timeout guide
2021-09-06 20:54:22 +08:00
Paul Copplestone
01b962bf65
Moves some of the config into the guides
2021-09-06 20:54:08 +08:00
Julián David
0539256b47
Await missing in promises
...
Await is missing in the examples, data will give an error, expects a promise
2021-09-03 16:03:18 -05:00
Copple
855389b147
Merge pull request #3021 from saendu/docs/full-text-search-creating-indexes
...
add missing text search configuration
2021-09-01 21:41:23 +08:00