docs: remove from this repo, add redirect

This commit is contained in:
goaaats 2024-03-22 21:35:37 +01:00
parent 55bd845a63
commit bd85a7f014
1992 changed files with 20 additions and 1085041 deletions

17
docs/404.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dalamud plugin API documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Dalamud plugin API documentation ">
</head>
<body>
<p>Docs for the Dalamud API now live at <a href="dalamud.dev">dalamud.dev</a>!</p>
<script type="text/javascript">window.location.replace("https://dalamud.dev");</script>
</body>
</html>