Skip to content

Commit

Permalink
Merge pull request #943 from fermyon/sohanmaheshwar-patch-5
Browse files Browse the repository at this point in the history
Update spin_sidebar.hbs
  • Loading branch information
Timothy McCallum authored Oct 25, 2023
2 parents 4016cfa + 501a352 commit ae72e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/spin_sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
Tutorials
</label>
<ul class="menu-list accordion-menu-item-content">
<li><a {{#if (active_content request.spin-path-info "/spin/serverless-ai-hello-world" )}} class="active"
{{/if}} href="{{site.info.base_url}}/spin/serverless-ai-hello-world.md">Build Your First Serverless AI App</a></li>
<li><a {{#if (active_content request.spin-path-info "/spin/ai-sentiment-analysis-api-tutorial" )}} class="active"
{{/if}} href="{{site.info.base_url}}/spin/ai-sentiment-analysis-api-tutorial">Sentiment Analysis With Serverless AI</a></li>
<li><a {{#if (active_content request.spin-path-info "/spin/url-shortener-tutorial" )}} class="active" {{/if}}
Expand Down

0 comments on commit ae72e7d

Please sign in to comment.