Added javadocs index page back

This commit is contained in:
Risto Lahtela 2021-03-10 10:15:35 +02:00
parent a4e2c24dae
commit 4c3b531cb0
2 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
mkdir javadocs/api
cp -r Plan/build/docs/javadoc/* javadocs/all/
cp -r Plan/api/build/docs/javadoc/* javadocs/api/
cp scripts/index.html javadocs/index.html
cd javadocs
touch .nojekyll
- name: Deploy 🚀

17
scripts/index.html Normal file
View File

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Player Analytics Javadocs</title>
<meta name="description" content="Player Analytics Javadocs">
<meta name="author" content="Rsl1122">
</head>
<body>
<div style="display: inline-block; width: 100%; text-align: center;">
<p><a href="./api">Javadocs for Plan API</a> &hearts; <a href="./all">Javadocs for the whole project</a></p>
</div>
</body>
</html>