Skip to content

Commit 2ee043a

Browse files
authored
Merge pull request #1509 from macolso/remove-cron-tutorial
Removing cron tutorial from functions_sidebar.hbs
2 parents d437bce + d7d0bb6 commit 2ee043a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/functions_sidebar.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
<a {{#if (active_content request.spin-path-info "/wasm-functions/property-manager-integration" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/property-manager-integration">Integrating with Property Manager</a>
2424
<a {{#if (active_content request.spin-path-info "/wasm-functions/using-key-value-store" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/using-key-value-store">Using the Key Value Store</a>
25-
<a {{#if (active_content request.spin-path-info "/wasm-functions/using-a-cron-trigger" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/using-cron-trigger">Using a Cron Trigger</a>
2625
<a {{#if (active_content request.spin-path-info "/wasm-functions/querying-postgresql" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/querying-postgresql">Querying PostgreSQL</a>
2726
<a {{#if (active_content request.spin-path-info "/wasm-functions/querying-linode-mysql" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/querying-linode-mysql">Querying MySQL (Linode)</a>
2827
<a {{#if (active_content request.spin-path-info "/wasm-functions/supabase-cache-proxy" )}} class="active" {{/if}} href="{{site.info.base_url}}/wasm-functions/supabase-cache-proxy">Building a Supabase Cache Proxy</a>

0 commit comments

Comments
 (0)