Updated docs

This commit is contained in:
Amith Koujalgi 2023-12-26 14:19:27 +05:30
parent 0d0e322af8
commit ba355d7f62
2 changed files with 8 additions and 7 deletions

View File

@ -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:

View File

@ -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',