docs: regenerate

This commit is contained in:
goaaats 2022-01-29 05:15:26 +01:00
parent 54f6a97c8d
commit a3686d9c93
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
992 changed files with 51626 additions and 8743 deletions

View file

@ -8,7 +8,7 @@
<title>Dalamud </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Dalamud ">
<meta name="generator" content="docfx 2.58.9.0">
<meta name="generator" content="docfx 2.59.0.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles/docfx.vendor.css">
@ -67,6 +67,8 @@
</p>
<p>Dalamud is a plugin development framework for FINAL FANTASY XIV that provides access to game data and native interoperability with the game itself to add functionality and quality-of-life.</p>
<p>It is meant to be used in conjunction with <a href="https://github.com/goatcorp/FFXIVQuickLauncher">FFXIVQuickLauncher</a>, which manages and launches Dalamud for you. <strong>It is generally not recommended for users to try to run Dalamud manually as there are multiple dependencies and assumed folder paths.</strong></p>
<h2 id="hold-up">Hold Up!</h2>
<p>If you are just trying to <strong>use</strong> Dalamud, you don't need to do anything on this page - please <a href="https://goatcorp.github.io/">download XIVLauncher</a> from its official page and follow the setup instructions.</p>
<h2 id="plugin-development">Plugin development</h2>
<p>Dalamud features a growing API for in-game plugin development with game data and chat access and overlays.
Please see our <a href="https://goatcorp.github.io/faq/development">Developer FAQ</a> and the <a href="https://goatcorp.github.io/Dalamud/api/index.html">API documentation</a> for more details.</p>