Skip to content

Commit c01d191

Browse files
authored
Add custom views docs (#1732)
Add docs for custom views methods. This code has been in the library for quite a while but we had not added to the documentation yet.
1 parent 44e0759 commit c01d191

File tree

2 files changed

+391
-2
lines changed

2 files changed

+391
-2
lines changed

_includes/docs_menu.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
<a href="{{ site.baseurl }}/docs/api-ref#connections">Connections</a>
4545
</li>
4646
<li>
47-
<a href="{{ site.baseurl }}/docs/api-ref#data-sources">Data sources</a>
47+
<a href="{{ site.baseurl }}/docs/api-ref#custom-views">Custom Views</a>
48+
</li>
49+
<li>
50+
<a href="{{ site.baseurl }}/docs/api-ref#data-sources">Data Sources</a>
4851
</li>
4952
<li>
5053
<a href="{{ site.baseurl }}/docs/api-ref#filters">Filters</a>
@@ -84,6 +87,7 @@
8487
</li>
8588
<li>
8689
<a href="{{ site.baseurl }}/docs/api-ref#views">Views</a>
90+
</li>
8791
<li>
8892
<a href="{{ site.baseurl }}/docs/api-ref#webhooks">Webhooks</a>
8993
</li>

0 commit comments

Comments
 (0)