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:
parent
a9126e7015
commit
d9610fa773
16
source.xhtml
16
source.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Source -->
|
||||
<!-- Version: 8.0.1 -->
|
||||
<!-- Version: 8.1.0-alpha.1 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -33,6 +33,20 @@
|
||||
<h1>Source</h1>
|
||||
<nav id="toc">
|
||||
<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>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user