Updated docs

This commit is contained in:
amithkoujalgi 2025-04-18 23:02:32 +05:30
parent 9d9bc53e0b
commit 63b3bcb71e
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70
4 changed files with 21 additions and 31 deletions

View File

@ -1,9 +0,0 @@
---
slug: welcome
title: Welcome
authors: [ amith ]
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4J, OpenSource, Developers
]
---
Welcome Java Developers!

View File

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

View File

@ -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.`,
}, },

View File

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