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 89a41ca commit 7129ba0Copy full SHA for 7129ba0
docs/index.md
@@ -0,0 +1,3 @@
1
+# rocd
2
+
3
+Welcome to rocd documentation!
mkdocs.yml
@@ -0,0 +1,14 @@
+site_name: rocd documentation
+copyright: Copyright (c) Roc Streaming authors.
4
+repo_url: https://github.com/roc-streaming/rocd
5
+edit_uri: https://github.com/roc-streaming/rocd/edit/main/docs/
6
7
+theme:
8
+ name: readthedocs
9
10
+markdown_extensions:
11
+ - admonition
12
13
+nav:
14
+ - Home: index.md
0 commit comments