docs: Initial import from localai-website (#1312)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
763f94ca80
commit
c5c77d2b0d
5
docs/layouts/shortcodes/github.html
Normal file
5
docs/layouts/shortcodes/github.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ if .IsNamedParams }}
|
||||
<a target="_blank" href="http://github.com/{{ .Get "user" }}" alt="">{{ .Get "user" }}</a>
|
||||
{{ else }}
|
||||
<a target="_blank" href="http://github.com/{{ .Get 0 }}" alt="">{{ .Get 0 }}</a>
|
||||
{{ end }}
|
||||
5
docs/layouts/shortcodes/pr.html
Normal file
5
docs/layouts/shortcodes/pr.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ if .IsNamedParams }}
|
||||
<a target="_blank" href="https://github.com/go-skynet/LocalAI/pull/{{ .Get "number" }}" alt="">{{ .Get "number" }}</a>
|
||||
{{ else }}
|
||||
<a target="_blank" href="https://github.com/go-skynet/LocalAI/pull/{{ .Get 0 }}" alt="">{{ .Get 0 }}</a>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user