diff --git a/BFF/v3/docs/content/samples/_index.md b/BFF/v3/docs/content/samples/_index.md index e9f06dcb2..3e002eb40 100644 --- a/BFF/v3/docs/content/samples/_index.md +++ b/BFF/v3/docs/content/samples/_index.md @@ -19,10 +19,15 @@ This sample shows how to use the BFF framework with the .NET 6 React template. [link to source code]({{< param samples_base >}}/React) ### Angular Frontend -This sample shows how to use the BFF framework with the .NET 6 Angular template. +This sample shows how to use the BFF framework with the .NET 8 Angular template. [link to source code]({{< param samples_base >}}/Angular) +### Vue Frontend +This sample shows how to use the BFF framework with the .NET 8 Vue template. + +[link to source code]({{< param samples_base >}}/Vue) + ### Blazor WASM This sample shows how to use the BFF framework with Blazor WASM.