docs: Add Link (and redirect) to .NET docs (#5534)

Pulls the .NET Docs a bit more into the documentation website proper:

* Add a link from the 0.4-series Python docs to 
* Adds a transient redirect from /dotnet/ to /dotnet/dev/ to forward to
the dev docs until we do a non "-dev" release
This commit is contained in:
Jacob Alber 2025-02-13 15:06:15 -05:00 committed by GitHub
parent ec314c586c
commit 4e3b88784a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -351,3 +351,4 @@
/autogen/docs/reference/agentchat/contrib/vectordb/utils,/autogen/0.2/docs/reference/agentchat/contrib/vectordb/utils
/autogen/0.4.0dev0/,/autogen/0.4.0.dev0/
/autogen/0.4.0dev1/,/autogen/0.4.0.dev1/
/autogen/dotnet/,/autogen/dotnet/dev/

View File

@ -131,6 +131,7 @@ html_theme_options = {
},
"show_version_warning_banner": True,
"external_links": [
{"name": ".NET", "url": "https://microsoft.github.io/autogen/dotnet/"},
{"name": "0.2 Docs", "url": "https://microsoft.github.io/autogen/0.2/"},
]
}