We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3064e commit 3957052Copy full SHA for 3957052
.gitignore
@@ -3,7 +3,6 @@
3
###################
4
5
api/
6
-_site/
7
gensrc/
8
[Ll]ocal.props
9
[Ll]ocal.dist
.gitmodules
@@ -0,0 +1,4 @@
1
+[submodule "_site"]
2
+ path = _site
+ url = https://github.com/rabbitmq/rabbitmq-dotnet-client.git
+ branch = gh-pages
_site
index.md
@@ -0,0 +1 @@
+# RabbitMQ .NET Client
toc.yml
+- name: Home
+ href: index.md
+- name: API Documentation
+ href: api/
0 commit comments