mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Added javadocs index page back
This commit is contained in:
parent
a4e2c24dae
commit
4c3b531cb0
1
.github/workflows/javadocs.yml
vendored
1
.github/workflows/javadocs.yml
vendored
@ -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
17
scripts/index.html
Normal 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> ♥ <a href="./all">Javadocs for the whole project</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user