Update readme.
This commit is contained in:
parent
3971e6488b
commit
6d8fc0a377
41
README.md
41
README.md
@ -1,26 +1,33 @@
|
||||
<h1>Documentation</h1>
|
||||
<p>Inferencium documentation.</p>
|
||||
# Documentation
|
||||
Inferencium documentation.<br>
|
||||
<br>
|
||||
## Licensing
|
||||
All content is licensed under <a href="https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt">Creative Commons Attribution 4.0 International</a> license*.<br>
|
||||
<br>
|
||||
<h2>Licensing</h2>
|
||||
<p>All content is licensed under CC-BY-4.0 license.</p>
|
||||
<br>
|
||||
<br>
|
||||
<h2>Security</h2>
|
||||
<p>All files are checked for security issues; however, it is always the user's responsibility to
|
||||
## Security
|
||||
All files are checked for security issues; however, it is always the user's responsibility to
|
||||
audit the code before installing and/or executing it.<br>
|
||||
<br>
|
||||
Inferencium takes no responsibility for any security issues which may arise due to usage of this
|
||||
repository.</p>
|
||||
repository.<br>
|
||||
<br>
|
||||
## Branches
|
||||
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/main/">main</a>
|
||||
Documentation root directory files pre-alpha development and alpha testing occurs in this
|
||||
branch.<br>
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.<br>
|
||||
<br>
|
||||
<h2>Branches</h2>
|
||||
<h3>dev</h3>
|
||||
<p>Development branch. All pre-alpha development and alpha testing happens here.<br/>
|
||||
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/license/">license</a>
|
||||
Documentation license files pre-alpha and alpha testing occurs in this branch.<br>
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.<br>
|
||||
<br>
|
||||
<h3>beta</h3>
|
||||
<p>Beta branch. All beta testing happens here.</p>
|
||||
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/beta/">beta</a>
|
||||
Feature-complete beta testing of merged code from development branches occurs in this branch.<br>
|
||||
Merges from development branches to this branch are squashed, and the updated versions of the
|
||||
individual files are mentioned in the commit messages.<br>
|
||||
<br>
|
||||
<h3>stable</h3>
|
||||
<p>Stable branch. Complete and stable versions are stored here.</p>
|
||||
<br/>
|
||||
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/stable/">stable</a>
|
||||
Feature-complete and tested versions from beta branch are stored in this branch.<br>
|
||||
Merges from beta branch to this branch are squashed, and the updated versions of the individual
|
||||
files are mentioned in the commit messages.<br>
|
||||
This branch contains code used in production.
|
||||
|
Loading…
x
Reference in New Issue
Block a user