Skip to content

Commit

Permalink
rabbitmq-dotnet-client docs v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Nov 8, 2024
1 parent 7c78e66 commit 0895614
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.orig
*.log
_site/
api/

###################
## Generated files
Expand Down
2 changes: 1 addition & 1 deletion _site
Submodule _site updated 533 files
4 changes: 3 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"src": [
{
"files": [
"projects/**.csproj"
"projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj",
"projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj",
"projects/RabbitMQ.Client/RabbitMQ.Client.csproj"
],
"exclude": [
"**/obj/**",
Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Links:

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

0 comments on commit 0895614

Please sign in to comment.