Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
6538d4bd05 | |||
6426f70ac4 | |||
2a629f2d40 | |||
d71756613f | |||
be549fb64e | |||
17bd5b864f | |||
b9512f1bc9 | |||
2e91e733d6 | |||
a8ba04ee41 | |||
26d281641a | |||
56da7ca1ac | |||
13ba140b4e | |||
ac28eca2cc | |||
5398be7791 | |||
1114ae1928 | |||
b91e89fb43 |
28
.editorconfig
Normal file
28
.editorconfig
Normal file
@ -0,0 +1,28 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
|
||||
[*.{go,tmpl,html}]
|
||||
indent_style = tab
|
||||
|
||||
[templates/custom/*.tmpl]
|
||||
insert_final_newline = false
|
||||
|
||||
[templates/swagger/v1_json.tmpl]
|
||||
indent_style = space
|
||||
|
||||
[templates/user/auth/oidc_wellknown.tmpl]
|
||||
indent_style = space
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.svg]
|
||||
insert_final_newline = false
|
33
README.md
33
README.md
@ -1,33 +0,0 @@
|
||||
# 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>
|
||||
## 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.<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>
|
||||
### <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>
|
||||
### <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>
|
||||
### <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.
|
6
docinfo.html
Normal file
6
docinfo.html
Normal file
@ -0,0 +1,6 @@
|
||||
<style>
|
||||
h1, h2, h3, h4, h5, h6, .h-link {
|
||||
color: #ffffff;
|
||||
font-style: bold;
|
||||
}
|
||||
</style>
|
57
readme.adoc
Normal file
57
readme.adoc
Normal file
@ -0,0 +1,57 @@
|
||||
= Documentation
|
||||
:docinfo: shared
|
||||
|
||||
Inferencium documentation.
|
||||
|
||||
|
||||
[id=branches]
|
||||
== [.h-link]#<<branches,Branches>>#
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/main/[main]
|
||||
|
||||
Documentation root directory files pre-alpha development and alpha testing occurs in this branch. +
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/security/[security]
|
||||
|
||||
Documentation security files pre-alpha development and alpha testing occurs in this branch. +
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/spec/[spec]
|
||||
|
||||
Documentation specification files pre-alpha development and alpha testing occurs in this branch. +
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/license/[license]
|
||||
|
||||
Documentation license files pre-alpha and alpha testing occurs in this branch. +
|
||||
Feature-complete modifications of this branch are merged to beta branch for beta testing.
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/beta/[beta]
|
||||
|
||||
Feature-complete beta testing of merged code from development branches occurs in this branch. +
|
||||
Merges from development branches to this branch are squashed, and the updated versions of the
|
||||
individual files are mentioned in the commit messages.
|
||||
|
||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/stable/[stable]
|
||||
|
||||
Feature-complete and tested versions from beta branch are stored in this branch. +
|
||||
Merges from beta branch to this branch are squashed, and the updated versions of the individual
|
||||
files are mentioned in the commit messages. +
|
||||
This branch contains code used in production.
|
||||
|
||||
|
||||
[id=security]
|
||||
== [.h-link]#<<security,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. Inferencium takes no responsibility for any security
|
||||
issues which may arise due to usage of this repository.
|
||||
|
||||
|
||||
[id=licensing]
|
||||
== [.h-link]#<<licensing,Licensing>>#
|
||||
|
||||
All content is licensed under
|
||||
https://src.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International]
|
||||
license.
|
Loading…
x
Reference in New Issue
Block a user