Skip to content

Commit 3dde7ab

Browse files
committed
docs: docsify init
1 parent 22318aa commit 3dde7ab

File tree

6 files changed

+13962
-0
lines changed

6 files changed

+13962
-0
lines changed

CHANGELOG.md

Lines changed: 6925 additions & 0 deletions
Large diffs are not rendered by default.

docs/.nojekyll

Whitespace-only changes.

docs/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<p align="center">
2+
<a href="https://github.com/russmatney/clawe/actions/workflows/linter.yml"><img alt="Linter" src="https://github.com/russmatney/clawe/actions/workflows/linter.yml/badge.svg" /></a>
3+
<a href="https://github.com/russmatney/clawe/actions/workflows/cljs_unit_tests.yml"><img alt="Cljs_Unit_Tests" src="https://github.com/russmatney/clawe/actions/workflows/cljs_unit_tests.yml/badge.svg" /></a>
4+
<a href="https://github.com/russmatney/clawe/actions/workflows/jvm_unit_tests.yml"><img alt="Jvm_Unit_Tests" src="https://github.com/russmatney/clawe/actions/workflows/jvm_unit_tests.yml/badge.svg" /></a>
5+
<a href="https://github.com/russmatney/clawe/actions/workflows/bb_unit_tests.yml"><img alt="Bb_Unit_Tests" src="https://github.com/russmatney/clawe/actions/workflows/bb_unit_tests.yml/badge.svg" /></a>
6+
</p>
7+
8+
<p align="center">
9+
<a href="https://www.patreon.com/russmatney">
10+
<img alt="russmatney on Patreon" src=https://img.shields.io/badge/Patreon-Support%20this%20Project-%23f1465a?style=for-the-badge />
11+
</a>
12+
<a href="https://discord.gg/PQvfdApHFQ">
13+
<img alt="dangerruss on Discord" src="https://img.shields.io/discord/758750490015563776?style=for-the-badge&logo=discord&logoColor=fff&label=discord" />
14+
</a>
15+
<a href="https://mastodon.gamedev.place/@russmatney">
16+
<img alt="russmatney on Mastodon" src="https://img.shields.io/badge/Mastodon-teal?style=for-the-badge&logo=mastodon&logoColor=white" />
17+
</a>
18+
<a href="https://www.twitch.tv/russmatney">
19+
<img alt="russmatney on Twitch" src="https://img.shields.io/badge/Twitch-purple?style=for-the-badge&logo=twitch&logoColor=white" />
20+
</a>
21+
<a href="https://www.youtube.com/@russmatney">
22+
<img src="https://img.shields.io/badge/Youtube-red?style=for-the-badge&logo=youtube&logoColor=white" alt="Youtube Badge"/>
23+
</a>
24+
</p>
25+
26+
# Clawe, a clojure + babashka window-manager-hacking monorepo
27+
28+
> Docs to come soon! For now, check out the [readme](https://github.com/russmatney/clawe).

docs/_sidebar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* [Home](/)
2+
* [Changelog](/changelog)
3+

0 commit comments

Comments
 (0)