Skip to content

Commit 7129ba0

Browse files
gavvadrianopol
authored andcommitted
gh-15: Add mkdocs
1 parent 89a41ca commit 7129ba0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# rocd
2+
3+
Welcome to rocd documentation!

mkdocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
site_name: rocd documentation
2+
copyright: Copyright (c) Roc Streaming authors.
3+
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

Comments
 (0)