Skip to content

Commit e5f721c

Browse files
committed
Update links on docs index.md
1 parent 7ff610e commit e5f721c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33
With seamless we mean that any features we add will work truly seamlessly. You should not have to manually modify your migrations to work with fields and objects provided by this package.
44

55
## Features
6-
Explore the [Features](/features/) page for detailed instructions and information on how to use all features.
6+
Explore the documentation to learn about all features:
77

8-
* [hstore](/features/#hstorefield)
9-
* [`uniqueness`](/features/#uniqueness)
10-
* [`required`](/features/#required)
8+
* [Manager](/manager)
9+
* [Upserts](/manager/#upserting)
1110

12-
* [upsert](/features/#upsert)
13-
* [`upsert`](/features/#upsert_1)
14-
* [`upsert_and_get`](/features/#upsert_and_get)
11+
* [HStore](/hstore)
12+
* [Unique constraint](/hstore/#unique-constraint)
13+
* [Not null constraint](/hstore/#not-null-constraint)
1514

16-
* [signals](/features/#signals)
15+
* [Signals](/signals)
16+
* [Create](/signals/#psqlextrasignalscreate)
17+
* [Update](/signals/#psqlextrasignalsupdate)
18+
* [Delete](/signals/#psqlextrasignalsdelete)
1719

1820
## Installation
1921

0 commit comments

Comments
 (0)