We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487c66e commit debe025Copy full SHA for debe025
docs/models/index.html
@@ -5,10 +5,10 @@
5
6
<h4>Built-in Models</h4>
7
<ol>
8
- <li><a href="redis">Redis</a></li>
9
- <li><a href="key-value">Key/Value</a></li>
10
- <li><a href="graph">Graph</a></li>
11
- <li><a href="messaging">Message Broker</a></li>
12
- <li><a href="geo">GeoSpatial</a></li>
13
- <li><a href="other">Other types</a></li>
+ <li><a href="models/redis">Redis</a></li>
+ <li><a href="models/key-value">Key/Value</a></li>
+ <li><a href="models/graph">Graph</a></li>
+ <li><a href="models/messaging">Message Broker</a></li>
+ <li><a href="models/geo">GeoSpatial</a></li>
+ <li><a href="models/other">Other types</a></li>
14
</ol>
0 commit comments