Skip to content

Commit

Permalink
Update manifest in menu to say spin.toml
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum [email protected]

This is a suggested change by @michelleN at #537
Not 100% sure what the end result is, happy to discuss in this PR.

Signed-off-by: Timothy McCallum <[email protected]>
  • Loading branch information
Timothy McCallum authored May 10, 2024
1 parent fd88b9c commit bcca1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/spin_sidebar_v2.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@
<li><a {{#if (active_project request.spin-full-url "/spin/v2/manifest-reference-v1" )}}
class="active" {{/if}}
href="{{site.info.base_url}}/spin/v2/manifest-reference-v1">Application
Manifest (Version 1)
Manifest - spin.toml (V1)
Reference</a>
</li>
<li><a {{#if (active_project request.spin-full-url "/spin/v2/manifest-reference" )}}
class="active" {{/if}}
href="{{site.info.base_url}}/spin/v2/manifest-reference">Application
Manifest
Manifest - spin.toml (v2)
Reference</a>
</li>
<li><a {{#if (active_project request.spin-full-url "/wasm-languages/webassembly-language-support" )}} class="active" {{/if}}
Expand Down

0 comments on commit bcca1cf

Please sign in to comment.