Skip to content

Commit 7f0a0d9

Browse files
committed
Updating readme with current status
1 parent 8a563cc commit 7f0a0d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The .NET Aspire Community Toolkit also has a list of issues that are labeled as
2929

3030
## 📝 Add or Improve Documentation <a name="docs"></a>
3131

32-
TBC
32+
The documentation for the .NET Aspire Community Toolkit is available on the [GitHub Pages site](https://communitytoolkit.github.io/aspire/). If you find any issues with the documentation or want to add more information, you can contribute by submitting a PR.
3333

3434
## 🚀 Create, Submit or Review Pull Request <a name="pr"></a>
3535

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ All features are contributed by you, our amazing .NET community, and maintained
88

99
This repository contains the source code for the .NET Aspire Community Toolkit, a collection of community created Integrations and extensions for [.NET Aspire](https://aka.ms/dotnet/aspire).
1010

11-
| Package | Latest stable | Latest Preview | Description |
12-
| --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13-
| [`CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps`]() | [![CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps](https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps)](https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps/) | [![CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps](https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps)](https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps/absoluteLatest) | A hosting component for the [Azure Static Web Apps emulator](https://learn.microsoft.com/azure/static-web-apps/static-web-apps-cli-overview) (Note: this does not support deployment of a project to Azure Static Web Apps). |
14-
| [`CommunityToolkit.Aspire.Java`]() | [![CommunityToolkit.Aspire.Java](https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Java)](https://nuget.org/packages/CommunityToolkit.Aspire.Java/) | [![CommunityToolkit.Aspire.Java](https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Java)](https://nuget.org/packages/CommunityToolkit.Aspire.Java/absoluteLatest) | A component for running Java code in .NET Aspire either using the local JDK or using a container. |
11+
| Package | Latest stable | Latest Preview | Description |
12+
| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| [`CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps`](https://communitytoolkit.github.io/aspire/integrations/hosting-azure-static-web-apps) | [![CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps](https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps)](https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps/) | [![CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps](https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps)](https://github.com/CommunityToolkit/Aspire/pkgs/nuget/CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps) | A hosting component for the [Azure Static Web Apps emulator](https://learn.microsoft.com/azure/static-web-apps/static-web-apps-cli-overview) (Note: this does not support deployment of a project to Azure Static Web Apps). |
14+
| [`CommunityToolkit.Aspire.Java`](https://communitytoolkit.github.io/aspire/integrations/hosting-java) | [![CommunityToolkit.Aspire.Java](https://img.shields.io/nuget/v/CommunityToolkit.Aspire.Java)](https://nuget.org/packages/CommunityToolkit.Aspire.Java/) | [![CommunityToolkit.Aspire.Java](https://img.shields.io/nuget/vpre/CommunityToolkit.Aspire.Java)](https://github.com/CommunityToolkit/Aspire/pkgs/nuget/CommunityToolkit.Aspire.Hosting.Java) | A component for running Java code in .NET Aspire either using the local JDK or using a container. |
1515

1616
## 🙌 Getting Started
1717

18-
TBC
18+
Each of the integrations in the toolkit is available as a NuGet package, and can be added to your .NET project. Refer to the table above for the available integrations and the documentation on how to use them.
1919

2020
## 📃 Documentation
2121

22-
TBC
22+
Documentation for the .NET Aspire Community Toolkit is available on the [GitHub Pages site](https://communitytoolkit.github.io/aspire/).
2323

2424
## 🚀 Contribution
2525

0 commit comments

Comments
 (0)