Skip to content

Commit 0895614

Browse files
committed
rabbitmq-dotnet-client docs v7.0.0
1 parent 7c78e66 commit 0895614

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.orig
22
*.log
33
_site/
4+
api/
45

56
###################
67
## Generated files

_site

Submodule _site updated 533 files

docfx.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"src": [
55
{
66
"files": [
7-
"projects/**.csproj"
7+
"projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj",
8+
"projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj",
9+
"projects/RabbitMQ.Client/RabbitMQ.Client.csproj"
810
],
911
"exclude": [
1012
"**/obj/**",

index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Links:
44

5-
* [RabbitMQ .NET Client](https://www.rabbitmq.com/dotnet.html)
6-
* [RabbitMQ .NET Client API Guide](https://www.rabbitmq.com/dotnet-api-guide.html)
5+
* [RabbitMQ .NET Client](https://www.rabbitmq.com/client-libraries/dotnet)
6+
* [RabbitMQ .NET Client API Guide](https://www.rabbitmq.com/client-libraries/dotnet-api-guide)
77
* [API Reference](api/RabbitMQ.Client.html)
8-
* [Tutorials](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)
8+
* [Tutorials](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet)

0 commit comments

Comments
 (0)