Skip to content

Commit

Permalink
Migrate documentation to new /docs/ system
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed May 31, 2024
1 parent d543c81 commit e8361e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<a class="page-link{% if current[1] == "license" %} current{% endif %}" href="/license">License</a>
<a class="page-link{% if current[1] == "download" %} current{% endif %}" href="/download">Download</a>
<!-- <a class="page-link{% if current[1] == "articles" %} current{% endif %}" href="/articles">Articles</a> -->
<a class="page-link" href="https://github.com/FNA-XNA/FNA/wiki">Wiki</a>
<a class="page-link" href="https://fna-xna.github.io/docs/">Docs</a>
<a class="page-link" href="https://github.com/FNA-XNA/FNA/issues">Issues</a>
<a class="page-link" href="https://discord.gg/fna-xna">Discord</a>
<a class="page-link" href="https://github.com/users/flibitijibibo/sponsorship">Donate</a>
Expand Down
5 changes: 2 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4>FNA Releases</h4>
<p class="bold"><a href="https://fna.flibitijibibo.com/archive/FNA-2404.zip">FNA 24.04</a>
<p class="bold"><a href="https://fna.flibitijibibo.com/archive/FNA-2403.zip">FNA 24.03</a>
<p>Release notes can be found <a href="https://github.com/FNA-XNA/FNA/releases">on GitHub</a>.
<p>Development versions of FNA can be downloaded <a href="https://github.com/FNA-XNA/FNA/wiki/1:-Setting-Up-FNA">via GitHub</a>.
<p>Development versions of FNA can be downloaded <a href="https://fna-xna.github.io/docs/1%3A-Setting-Up-FNA/#chapter-3-download-and-update-fna">via GitHub</a>.
<p>Previous FNA releases can be found <a href="https://fna.flibitijibibo.com/archive/">here</a>.
</div>

Expand All @@ -24,8 +24,7 @@ <h4>Native Libraries</h4>

<p>Last Update: May 21, 2024

<p>This is an unofficial archive containing all of the native libs that can be used by FNA. For more information about these libs, <a href="
https://github.com/FNA-XNA/FNA/wiki/1:-Download-and-Update-FNA#2-download-native-libraries">visit the FNA wiki</a>.
<p>This is an unofficial archive containing all of the native libs that can be used by FNA. For more information about these libs, <a href="https://fna-xna.github.io/docs/1%3A-Setting-Up-FNA/#step-2-download-native-libraries">visit the FNA documentation</a>.

<p>Note that this archive always targets the latest development version of FNA - compatibility with stable releases is not guaranteed.
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="post-title">About FNA</h1>

<p>You can see some examples of Steam games using FNA on the left side of this page, if your browser window is large enough. A full list of FNA games on Steam can be found at <a href="https://www.flibitijibibo.com/index.php?page=Portfolio/Tools#01_FNA.txt">this webpage</a>.</p>

<p>Developer documentation can be found on the <a href="https://github.com/FNA-XNA/FNA/wiki">FNA wiki</a>, and player documentation can be found on the <a href="https://pcgamingwiki.com/wiki/Engine:FNA">PCGamingWiki</a>.
<p>Developer documentation can be found <a href="https://fna-xna.github.io/docs/">here</a>, and player documentation can be found on the <a href="https://pcgamingwiki.com/wiki/Engine:FNA">PCGamingWiki</a>.

<p>Our goal is to preserve the XNA game library by reimplementing XNA itself, with an incredible focus on accuracy. We want to reproduce XNA as it was made by Microsoft, while providing an experience that feels "at home" on all of our target platforms. We don't use game-specific hacks in our code: either we do it right or we don't do it at all.</p>

Expand Down

0 comments on commit e8361e5

Please sign in to comment.