forked from Mirror/ollama4j
Updated docs
This commit is contained in:
parent
0d0e322af8
commit
ba355d7f62
14
.github/workflows/maven-publish.yml
vendored
14
.github/workflows/maven-publish.yml
vendored
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
name: Test and Publish Package
|
name: Test and Publish Package
|
||||||
|
|
||||||
#on:
|
|
||||||
# release:
|
|
||||||
# types: [ "created" ]
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches: [ "main" ]
|
types: [ "created" ]
|
||||||
workflow_dispatch:
|
|
||||||
|
#on:
|
||||||
|
# push:
|
||||||
|
# branches: [ "main" ]
|
||||||
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -79,6 +79,7 @@ const config = {
|
|||||||
label: 'Tutorial',
|
label: 'Tutorial',
|
||||||
},
|
},
|
||||||
{to: '/blog', label: 'Blog', position: 'left'},
|
{to: '/blog', label: 'Blog', position: 'left'},
|
||||||
|
{to: '/apidocs', label: 'Javadoc', position: 'left'},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/amithkoujalgi/ollama4j',
|
href: 'https://github.com/amithkoujalgi/ollama4j',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user