Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit a1f0a50

Browse files
committed
docs: generate website with docsify
1 parent bde6533 commit a1f0a50

File tree

4 files changed

+975
-0
lines changed

4 files changed

+975
-0
lines changed

docs/.nojekyll

Whitespace-only changes.
File renamed without changes.

docs/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Patchy</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta
8+
name="description"
9+
content="A tool which makes it easy to declaratively manage personal forks by automatically merging pull requests "
10+
/>
11+
<meta
12+
name="viewport"
13+
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
14+
/>
15+
<link
16+
rel="stylesheet"
17+
href="https://cdn.jsdelivr.net/npm/catppuccin-docsify/mocha/mauve.css"
18+
/>
19+
</head>
20+
<body>
21+
<div id="app"></div>
22+
<script>
23+
window.$docsify = {
24+
name: "nik-rev",
25+
repo: "patchy",
26+
};
27+
</script>
28+
<!-- Docsify v4 -->
29+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)