Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix link to meta

Signed-off-by: Eric Hanson <[email protected]>
  • Loading branch information
erichanson authored Feb 6, 2023
1 parent 8b5f040 commit 86c1b9b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
* The [Quickstart](quickstart.md) covers creating a simple "Hello World" application.
* The [Cheat Sheet](cheatsheet.md) covers the major patterns needed for creating applications.

## Backend Documentation
## Backend Modules

* Extensions
* [meta](../extensions/meta/)
* [bundle](../extensions/bundle/)
* [event](../extensions/event/)
* [filesystem](../extensions/filesystem/)
* [endpoint](../extensions/endpoint/)
* [widget](../extensions/widget/)
* [semantics](../extensions/semantics/)
Each backend modules is a PostgreSQL extension, with some documentation:

* [meta](https://github.com/aquameta/meta)
* [bundle](../extensions/bundle/)
* [event](../extensions/event/)
* [filesystem](../extensions/filesystem/)
* [endpoint](../extensions/endpoint/)
* [widget](../extensions/widget/)
* [semantics](../extensions/semantics/)

0 comments on commit 86c1b9b

Please sign in to comment.