Skip to content

Commit

Permalink
Removing ai's toc and index and updating azures (dotnet#39899)
Browse files Browse the repository at this point in the history
* Removing ai's toc and index and updating azures

* adding in a redirection for ai

* correcting links

* still messing w/ the links

* Updating quick start names to put on a single line

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Moving the get started with aca under main ai folder

* adding the redirection file

---------

Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
  • Loading branch information
3 people authored Mar 13, 2024
1 parent f295a41 commit f18dc42
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 120 deletions.
1 change: 1 addition & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
},
"redirection_files": [
".openpublishing.redirection.json",
".openpublishing.redirection.ai.json",
".openpublishing.redirection.architecture.json",
".openpublishing.redirection.azure.json",
".openpublishing.redirection.core.json",
Expand Down
8 changes: 8 additions & 0 deletions .openpublishing.redirection.ai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"redirections": [
{
"source_path_from_root": "/docs/ai/index.yml",
"redirect_url": "/dotnet/azure"
}
]
}
4 changes: 4 additions & 0 deletions .openpublishing.redirection.azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
{
"source_path_from_root": "/docs/azure/ai/get-started-app-chat-template.md",
"redirect_url": "/dotnet/ai/azure-get-started-app-chat-template"
},
{
"source_path_from_root": "/docs/azure/ai/get-started-app-chat-scaling-with-azure-container-apps.md",
"redirect_url": "/dotnet/ai/get-started-app-chat-scaling-with-azure-container-apps"
}
]
}
28 changes: 0 additions & 28 deletions docs/ai/TOC.yml

This file was deleted.

89 changes: 0 additions & 89 deletions docs/ai/index.yml

This file was deleted.

18 changes: 15 additions & 3 deletions docs/azure/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,23 @@
- name: Azure AI apps
items:
- name: Develop with Azure AI services
href: ./ai/azure-ai-for-dotnet-developers.md
href: ../ai/azure-ai-for-dotnet-developers.md
- name: Quickstarts
items:
- name: Summarize text
href: ../ai/quickstarts/quickstart-openai-summarize-text.md
- name: Build a chat app
href: ../ai/quickstarts/get-started-azure-openai.md
- name: Create an app to chat about your data
href: ../ai/quickstarts/quickstart-ai-chat-with-data.md
- name: Execute a local .NET function
href: ../ai/quickstarts/quickstart-azure-openai-tool.md
- name: Generate images
href: ../ai/quickstarts/quickstart-openai-generate-images.md
- name: Get started with the .NET enterprise chat sample
href: ./ai/get-started-app-chat-template.md
href: ../ai/get-started-app-chat-template.md
- name: Scale Azure OpenAI with Azure Container apps
href: ./ai/get-started-app-chat-scaling-with-azure-container-apps.md
href: ../ai/get-started-app-chat-scaling-with-azure-container-apps.md
- name: Azure SDK for .NET
items:
- name: What is the Azure SDK for .NET?
Expand Down

0 comments on commit f18dc42

Please sign in to comment.