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 0680395 commit f9fb256Copy full SHA for f9fb256
docusaurus/docs/tutorial-ruby-couchbase-orm/08-views.md
@@ -73,7 +73,7 @@ end
73
74
These examples demonstrate how to query views based on specific keys using the generated view methods.
75
76
-## Indexing Views
+## 8.4 Indexing Views
77
78
In this section, let's explore the `index_view` function and the methods it generates for the `location` attribute.
79
docusaurus/docusaurus.config.ts
@@ -64,7 +64,7 @@ const config: Config = {
64
label: 'Tutorial',
65
},
66
{
67
- href: 'https://github.com/facebook/docusaurus',
+ href: 'https://github.com/Couchbase-Ecosystem/ruby-orm',
68
label: 'GitHub',
69
position: 'right',
70
docusaurus/static/CNAME
@@ -0,0 +1 @@
1
+couchbase-ruby-orm.com
0 commit comments