Skip to content

Commit 3376fcc

Browse files
authored
Update API reference links to version 13.0 in documentation (#5661)
1 parent 6485cd6 commit 3376fcc

File tree

2 files changed

+285
-3
lines changed

2 files changed

+285
-3
lines changed

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ additionalContent:
358358
items:
359359
- title: "Aspire API reference"
360360
summary: API reference documentation for Aspire
361-
url: /dotnet/api?view=dotnet-aspire-9.0&preserve-view=true
361+
url: /dotnet/api?view=dotnet-aspire-13.0&preserve-view=true
362362
- title: ".NET API reference"
363363
summary: API reference documentation for .NET
364364
url: /dotnet/api?view=net-9.0&preserve-view=true

docs/toc.yml

Lines changed: 284 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,289 @@ items:
161161
href: https://aspire.dev/fundamentals/health-checks/
162162

163163
- name: Integrations
164-
href: https://aspire.dev/integrations/gallery/
164+
items:
165+
- name: Overview
166+
displayName: aspire integrations,integrations,nuget packages,packages
167+
href: fundamentals/integrations-overview.md
168+
- name: Tutorials
169+
items:
170+
- name: Caching using Redis integrations
171+
displayName: caching,redis
172+
href: caching/caching-integrations.md
173+
- name: Connect to SQL Server with EF Core
174+
displayName: database,sql server,ef core
175+
href: database/sql-server-integrations.md
176+
- name: Connect to an existing SQL Server database
177+
displayName: database, sql server, ef core
178+
href: database/connect-to-existing-database.md
179+
- name: Connect to storage
180+
href: storage/azure-storage-integrations.md
181+
- name: Messaging using Aspire integrations
182+
displayName: messaging
183+
href: messaging/messaging-integrations.md
184+
- name: Apache Kafka
185+
displayName: kafka,messaging
186+
href: messaging/kafka-integration.md
187+
- name: Azure
188+
items:
189+
- name: Overview
190+
href: azure/integrations-overview.md
191+
- name: Customize Azure resources
192+
href: azure/customize-azure-resources.md
193+
- name: Local Azure provisioning
194+
href: azure/local-provisioning.md
195+
- name: Configure Azure Container Apps environments
196+
href: azure/configure-aca-environments.md
197+
- name: Azure Container App Jobs
198+
displayName: container app jobs,jobs,batch processing,scheduled tasks
199+
href: azure/container-app-jobs.md
200+
- name: User-assigned managed identity
201+
href: azure/user-assigned-managed-identity.md
202+
- name: Manage role assignments
203+
href: azure/role-assignments.md
204+
- name: Azure App Configuration
205+
displayName: app configuration,configuration
206+
href: azure/azure-app-configuration-integration.md
207+
- name: Azure App Service (Preview)
208+
displayName: app service,web apps,hosting
209+
href: azure/azure-app-service-integration.md
210+
- name: Azure AI Foundry (Preview)
211+
displayName: azure ai,foundry,foundation models,ai foundry
212+
href: azureai/azureai-foundry-integration.md
213+
- name: Azure AI Inference (Preview)
214+
displayName: azure ai,inference
215+
href: azureai/azureai-inference-integration.md
216+
- name: Azure AI Search
217+
displayName: azure search,search,azure ai,cognitive search,cognitive services
218+
href: azureai/azureai-search-document-integration.md
219+
- name: AI integrations compatibility matrix
220+
displayName: ai compatibility,ai integrations,openai,azure ai,github models
221+
href: azureai/ai-integrations-compatibility-matrix.md
222+
- name: Azure Cache for Redis
223+
items:
224+
- name: Azure Cache for Redis
225+
href: caching/azure-cache-for-redis-integration.md
226+
- name: Azure Managed Redis
227+
href: caching/azure-redis-enterprise-integration.md
228+
- name: Azure Cache for Redis distributed cache
229+
href: caching/azure-cache-for-redis-distributed-caching-integration.md
230+
- name: Azure Cache for Redis output caching
231+
href: caching/azure-cache-for-redis-output-caching-integration.md
232+
- name: Azure Container Registry (Preview)
233+
displayName: container registry,acr
234+
href: azure/container-registry-integration.md
235+
- name: Azure Cosmos DB
236+
displayName: cosmos db,database
237+
href: database/azure-cosmos-db-integration.md
238+
- name: Azure Event Hubs
239+
displayName: event hubs,messaging
240+
href: messaging/azure-event-hubs-integration.md
241+
- name: Azure Functions (Preview)
242+
displayName: azure functions,serverless
243+
href: serverless/functions.md
244+
- name: Azure Key Vault
245+
displayName: key vault,security
246+
href: security/azure-security-key-vault-integration.md
247+
- name: Azure PostgreSQL
248+
displayName: postgres,postgresql,database,flexible server,azure for database
249+
href: database/azure-postgresql-integration.md
250+
- name: Azure OpenAI (Preview)
251+
displayName: azure ai,openai
252+
href: azureai/azureai-openai-integration.md
253+
- name: Azure SignalR Service
254+
displayName: azure signalr service,signalr,real-time
255+
href: real-time/azure-signalr-scenario.md
256+
- name: Azure Service Bus
257+
displayName: service bus,messaging
258+
href: messaging/azure-service-bus-integration.md
259+
- name: Azure SQL Database
260+
displayName: azure sql database,database
261+
href: database/azure-sql-integration.md
262+
- name: Azure Storage
263+
items:
264+
- name: Azure Blob Storage
265+
displayName: blob storage,azure storage
266+
href: storage/azure-storage-blobs-integration.md
267+
- name: Azure Queue Storage
268+
displayName: storage queues,azure storage
269+
href: storage/azure-storage-queues-integration.md
270+
- name: Azure Table Storage
271+
displayName: table storage,azure storage
272+
href: storage/azure-storage-tables-integration.md
273+
- name: Azure Web PubSub
274+
displayName: web pubsub,real-time,messaging
275+
href: messaging/azure-web-pubsub-integration.md
276+
- name: Aspire.Hosting.Azure API reference
277+
href: /dotnet/api/?term=Aspire.Hosting.Azure&view=dotnet-aspire-9.0&preserve-view=true
278+
- name: Aspire.Azure API reference
279+
href: /dotnet/api/?term=Aspire.Azure&view=dotnet-aspire-9.0&preserve-view=true
280+
- name: Dev tunnels
281+
displayName: dev tunnels,tunnels,development,secure sharing
282+
href: extensibility/dev-tunnels-integration.md
283+
- name: Docker
284+
displayName: docker,docker compose,deployment
285+
href: deployment/docker-integration.md
286+
- name: Elasticsearch
287+
displayName: elasticsearch,search
288+
href: search/elasticsearch-integration.md
289+
- name: Entity Framework Core
290+
displayName: ef core,entity framework core,database
291+
items:
292+
- name: Overview
293+
href: database/entity-framework-core-integration-overview.md
294+
- name: Apply migrations
295+
href: database/ef-core-migrations.md
296+
- name: Seed data in a database
297+
displayName: seed data,ef core,scripts,entrypoint,init
298+
href: database/seed-database-data.md
299+
- name: Azure Cosmos DB
300+
displayName: cosmos db,database,ef core
301+
href: database/azure-cosmos-db-entity-framework-integration.md
302+
- name: Azure PostgreSQL
303+
displayName: postgresql,ef core
304+
href: database/azure-postgresql-entity-framework-integration.md
305+
- name: Azure SQL Database
306+
displayName: azure sql database,database,ef core
307+
href: database/azure-sql-entity-framework-integration.md
308+
- name: MySQL Pomelo
309+
displayName: mysql pomelo,ef core
310+
href: database/mysql-entity-framework-integration.md
311+
- name: Oracle
312+
displayName: oracle,ef core
313+
href: database/oracle-entity-framework-integration.md
314+
- name: PostgreSQL
315+
displayName: postgresql,ef core
316+
href: database/postgresql-entity-framework-integration.md
317+
- name: SQL Server
318+
displayName: sql server,ef core
319+
href: database/sql-server-entity-framework-integration.md
320+
- name: GitHub Models
321+
displayName: github models,github ai,github copilot,github copilot chat,deepseek,phi,gpt
322+
href: github/github-models-integration.md
323+
- name: Keycloak (Preview)
324+
displayName: security,openid connect,single sign-on,sso,identity,federation,account management
325+
href: authentication/keycloak-integration.md
326+
- name: Kubernetes
327+
displayName: kubernetes,k8s,hosting,deployment,manifests
328+
href: deployment/kubernetes-integration.md
329+
- name: Milvus
330+
displayName: milvus,database
331+
href: database/milvus-integration.md
332+
- name: MongoDB
333+
displayName: mongodb,database
334+
href: database/mongodb-integration.md
335+
- name: MySQL
336+
displayName: mysql,database
337+
href: database/mysql-integration.md
338+
- name: NATS
339+
displayName: nats,messaging
340+
href: messaging/nats-integration.md
341+
- name: OpenAI
342+
displayName: openai,chatgpt,gpt,ai,open ai
343+
href: openai/openai-integration.md
344+
- name: Orleans
345+
items:
346+
- name: Overview
347+
href: frameworks/orleans.md
348+
- name: Orleans voting sample
349+
href: /samples/dotnet/aspire-samples/orleans-voting-sample-app-on-aspire/
350+
- name: PostgreSQL
351+
displayName: postgresql,database
352+
href: database/postgresql-integration.md
353+
- name: Qdrant
354+
href: database/qdrant-integration.md
355+
- name: RabbitMQ service broker
356+
displayName: rabbitmq,messaging,service broker
357+
href: messaging/rabbitmq-integration.md
358+
- name: Redis
359+
items:
360+
- name: Overview
361+
href: caching/stackexchange-redis-caching-overview.md
362+
- name: Redis caching
363+
href: caching/stackexchange-redis-integration.md
364+
- name: Redis distributed cache
365+
href: caching/stackexchange-redis-distributed-caching-integration.md
366+
- name: Redis output caching
367+
href: caching/stackexchange-redis-output-caching-integration.md
368+
- name: Redis caching (Garnet)
369+
href: caching/stackexchange-redis-integration.md?pivots=garnet
370+
- name: Redis distributed cache (Garnet)
371+
href: caching/stackexchange-redis-distributed-caching-integration.md?pivots=garnet
372+
- name: Redis output caching (Garnet)
373+
href: caching/stackexchange-redis-output-caching-integration.md?pivots=garnet
374+
- name: Redis caching (Valkey)
375+
href: caching/stackexchange-redis-integration.md?pivots=valkey
376+
- name: Redis distributed cache (Valkey)
377+
href: caching/stackexchange-redis-distributed-caching-integration.md?pivots=valkey
378+
- name: Redis output caching (Valkey)
379+
href: caching/stackexchange-redis-output-caching-integration.md?pivots=valkey
380+
- name: Seq
381+
displayName: seq,logging
382+
href: logging/seq-integration.md
383+
- name: SQL Server
384+
displayName: sql server,sql database
385+
href: database/sql-server-integration.md
386+
- name: YARP (Yet Another Reverse Proxy)
387+
displayName: yarp,reverse proxy
388+
href: proxies/yarp-integration.md
389+
- name: Community Toolkit
390+
items:
391+
- name: Overview
392+
href: community-toolkit/overview.md
393+
- name: Bun apps
394+
href: community-toolkit/hosting-bun.md
395+
- name: Dapr
396+
href: community-toolkit/dapr.md
397+
- name: Deno apps
398+
href: community-toolkit/hosting-deno.md
399+
- name: Go apps
400+
href: community-toolkit/hosting-golang.md
401+
- name: Java/Spring
402+
href: community-toolkit/hosting-java.md
403+
- name: LavinMQ
404+
href: community-toolkit/hosting-lavinmq.md
405+
- name: Node.js extensions
406+
href: community-toolkit/hosting-nodejs-extensions.md
407+
- name: Python extensions
408+
href: community-toolkit/hosting-python-extensions.md
409+
- name: Ollama
410+
href: community-toolkit/ollama.md
411+
- name: Meilisearch
412+
href: community-toolkit/hosting-meilisearch.md
413+
- name: MailPit
414+
href: community-toolkit/hosting-mailpit.md
415+
- name: Rust apps
416+
href: community-toolkit/hosting-rust.md
417+
- name: SQL Database Projects
418+
href: community-toolkit/hosting-sql-database-projects.md
419+
- name: Data API Builder
420+
href: community-toolkit/hosting-data-api-builder.md
421+
- name: EventStore
422+
href: community-toolkit/hosting-eventstore.md
423+
- name: SQLite
424+
items:
425+
- name: SQLite - EF Core
426+
displayName: sqlite,database,ef core
427+
href: community-toolkit/sqlite-entity-framework-integration.md
428+
- name: SQLite
429+
displayName: sqlite,database
430+
href: community-toolkit/sqlite.md
431+
- name: SQL Server Extensions
432+
href: community-toolkit/hosting-sqlserver-extensions.md
433+
- name: MongoDB Extensions
434+
href: community-toolkit/hosting-mongodb-extensions.md
435+
- name: Redis Extensions
436+
href: community-toolkit/hosting-redis-extensions.md
437+
- name: PostgreSQL Extensions
438+
href: community-toolkit/hosting-postgresql-extensions.md
439+
- name: MySql Extensions
440+
href: community-toolkit/hosting-mysql-extensions.md
441+
- name: RavenDB
442+
href: community-toolkit/ravendb.md
443+
- name: flagd
444+
href: community-toolkit/hosting-flagd.md
445+
- name: Aspire.Hosting API reference
446+
href: /dotnet/api/?term=Aspire.Hosting&view=dotnet-aspire-9.0&preserve-view=true
165447

166448
- name: Custom integrations
167449
items:
@@ -254,7 +536,7 @@ items:
254536
- name: Diagnostics
255537
href: https://aspire.dev/diagnostics/overview/
256538
- name: Aspire API reference
257-
href: /dotnet/api?view=dotnet-aspire-9.0&preserve-view=true
539+
href: /dotnet/api?view=dotnet-aspire-13.0&preserve-view=true
258540
- name: Aspire FAQ
259541
displayName: iis,functions,deploy,azure,kubernetes
260542
href: reference/aspire-faq.yml

0 commit comments

Comments
 (0)