Skip to content

Commit 91fb0cb

Browse files
authored
Merge pull request #115 from supabase/docs_links
add links to the TLE publishing docs in README.md and database.dev home page
2 parents 27ad05c + 29209a5 commit 91fb0cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# dbdev
44

5-
dbdev is a package manager for PostgreSQL [trusted language extensions](https://github.com/aws/pg_tle). At this time the registry is limited to a handful of pre-loaded pglets (short for Postgres applets, pronounced "piglet"). In the coming weeks we'll enable third party contributions.
5+
dbdev is a package manager for PostgreSQL [trusted language extensions (TLE)](https://github.com/aws/pg_tle). To publish your own TLE, follow [the publishing guide](https://supabase.github.io/dbdev/).
66

77
For more info, check out the [dbdev release blog post](https://supabase.com/blog/dbdev) or start searching for packages on [database.dev](https://database.dev).
88

website/pages/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ const IndexPage: NextPageWithLayout = () => {
9393
<Link href="/installer" className="border-b">
9494
here
9595
</Link>
96+
. Publish your own trusted language extension by following{' '}
97+
<Link
98+
href="https://supabase.github.io/dbdev/"
99+
className="border-b"
100+
>
101+
the publishing guide
102+
</Link>
103+
.
96104
</p>
97105
</div>
98106
</div>

0 commit comments

Comments
 (0)