Skip to content

Commit

Permalink
Merge pull request #115 from supabase/docs_links
Browse files Browse the repository at this point in the history
add links to the TLE publishing docs in README.md and database.dev home page
  • Loading branch information
imor authored Oct 13, 2023
2 parents 27ad05c + 29209a5 commit 91fb0cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# dbdev

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.
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/).

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).

Expand Down
8 changes: 8 additions & 0 deletions website/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ const IndexPage: NextPageWithLayout = () => {
<Link href="/installer" className="border-b">
here
</Link>
. Publish your own trusted language extension by following{' '}
<Link
href="https://supabase.github.io/dbdev/"
className="border-b"
>
the publishing guide
</Link>
.
</p>
</div>
</div>
Expand Down

1 comment on commit 91fb0cb

@vercel
Copy link

@vercel vercel bot commented on 91fb0cb Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.