Modularise source code repository locations

Since Inferencium code is now located across multiple locations,
including Inferencium servers and third-party mirrors, the source code
navigation should be updated to reflect that.
This commit is contained in:
inference 2024-03-25 04:43:39 +00:00
parent a9126e7015
commit d9610fa773
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Source --> <!-- Inferencium - Website - Source -->
<!-- Version: 8.0.1 --> <!-- Version: 8.1.0-alpha.1 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -33,6 +33,20 @@
<h1>Source</h1> <h1>Source</h1>
<nav id="toc"> <nav id="toc">
<h2><a href="#toc">Table of Contents</a></h2> <h2><a href="#toc">Table of Contents</a></h2>
<ul>
<li><a href="#main">Main</a></li>
</ul>
</nav>
<p>The main source code repositories are located on Inferencium servers and are where development occurs,
along with where issues and pull requests are managed.</p>
<p>It is recommended to use the main repositories over mirrors whenever possible; I have full control over
the source code and configurations.</p>
<p>Commit, tag, and release verification should still be performed when using the main repositories; they
are not a substitution for proper security checks. My personal SSH keys used for signing commits, tags, and
releases can be found on the
<a href="key.xhtml#file_git_signing">Key webpage.</a></p>
<nav id="main">
<h2><a href="#main">Main</a></h2>
<ul> <ul>
<li><a href="https://src.inferencium.net/Inferencium/cfg/">cfg</a> - Configuration files</li> <li><a href="https://src.inferencium.net/Inferencium/cfg/">cfg</a> - Configuration files</li>
<li><a href="https://src.inferencium.net/Inferencium/doc/">doc</a> - Documentation</li> <li><a href="https://src.inferencium.net/Inferencium/doc/">doc</a> - Documentation</li>