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

Commit ff167c7

Browse files
committed
fix
1 parent 6004184 commit ff167c7

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>SakuraApi Core API Documentation</title>
5+
</head>
6+
<body>
7+
<h3>SakuraApi Core API Documentation</h3>
8+
9+
<h4>SakuraApi Manual</h4>
10+
<p>
11+
You can find the Sakura Api Manual here: https://github.com/sakuraapi/manual.
12+
</p>
13+
14+
<h4>API Documentation</h4>
15+
<p>
16+
<ul>
17+
<li><a href="./develop/index.html">Develop Branch Documentation</a></li>
18+
<li><a href="./master/index.html">Master Branch Documentation</a></li>
19+
</ul>
20+
</p>
21+
22+
<h4>Reporting issues with the docs</h4>
23+
<p>
24+
If you find an issue with the develop or master branch API documentation, please open
25+
a ticket or tack and pull request [here](https://github.com/sakuraapi/core/issues).
26+
</p>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)