mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-14 19:37:11 +02:00
Updated docs
This commit is contained in:
parent
9d9bc53e0b
commit
63b3bcb71e
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
slug: welcome
|
|
||||||
title: Welcome
|
|
||||||
authors: [ amith ]
|
|
||||||
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4J, OpenSource, Developers
|
|
||||||
]
|
|
||||||
---
|
|
||||||
|
|
||||||
Welcome Java Developers!
|
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
slug: release-post
|
slug: release-post
|
||||||
title: Release
|
title: First Release 🚀
|
||||||
authors: [ amith ]
|
authors: [ amith ]
|
||||||
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4j, OpenSource, Developers
|
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4j, OpenSource, Developers
|
||||||
]
|
]
|
||||||
|
@ -99,20 +99,32 @@ const config = {
|
|||||||
style: 'dark',
|
style: 'dark',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'Docs',
|
title: 'Quick Links',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorial',
|
label: 'Ollama4j Examples',
|
||||||
to: '/intro',
|
to: 'https://github.com/ollama4j/ollama4j-examples',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Blog',
|
||||||
|
to: '/blog',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'GitHub',
|
||||||
|
href: 'https://github.com/ollama4j/ollama4j',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Usage',
|
title: 'Stuff built with Ollama4j',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Examples',
|
label: 'Ollama4j Web UI',
|
||||||
to: 'https://github.com/ollama4j/ollama4j-examples',
|
to: 'https://github.com/ollama4j/ollama4j-web-ui',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Ollama4j Desktop UI with Swing',
|
||||||
|
to: 'https://github.com/ollama4j/ollama4j-ui',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -128,20 +140,7 @@ const config = {
|
|||||||
href: 'https://twitter.com/ollama4j',
|
href: 'https://twitter.com/ollama4j',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
}
|
||||||
{
|
|
||||||
title: 'More',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: 'Blog',
|
|
||||||
to: '/blog',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'GitHub',
|
|
||||||
href: 'https://github.com/ollama4j/ollama4j',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
copyright: `Ollama4j Documentation ${new Date().getFullYear()}. Built with Docusaurus.`,
|
copyright: `Ollama4j Documentation ${new Date().getFullYear()}. Built with Docusaurus.`,
|
||||||
},
|
},
|
||||||
|
@ -32,7 +32,7 @@ function HomepageHeader() {
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
const {siteConfig} = useDocusaurusContext();
|
const {siteConfig} = useDocusaurusContext();
|
||||||
return (<Layout
|
return (<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title={`${siteConfig.title}`}
|
||||||
description="Description will go into a meta tag in <head />">
|
description="Description will go into a meta tag in <head />">
|
||||||
<HomepageHeader/>
|
<HomepageHeader/>
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user