diff --git a/docs/blog/2023-12-01-welcome/index.md b/docs/blog/2023-12-01-welcome/index.md deleted file mode 100644 index 5d74320..0000000 --- a/docs/blog/2023-12-01-welcome/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -slug: welcome -title: Welcome -authors: [ amith ] -tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4J, OpenSource, Developers -] ---- - -Welcome Java Developers! diff --git a/docs/blog/2023-12-22-release-post.md b/docs/blog/2023-12-22-release-post.md index aba2a53..070b515 100644 --- a/docs/blog/2023-12-22-release-post.md +++ b/docs/blog/2023-12-22-release-post.md @@ -1,6 +1,6 @@ --- slug: release-post -title: Release +title: First Release 🚀 authors: [ amith ] tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4j, OpenSource, Developers ] diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 8f0dae3..8d3eddc 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -99,20 +99,32 @@ const config = { style: 'dark', links: [ { - title: 'Docs', + title: 'Quick Links', items: [ { - label: 'Tutorial', - to: '/intro', + label: 'Ollama4j Examples', + 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: [ { - label: 'Examples', - to: 'https://github.com/ollama4j/ollama4j-examples', + label: 'Ollama4j Web UI', + 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', }, ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - { - label: 'GitHub', - href: 'https://github.com/ollama4j/ollama4j', - }, - ], - }, + } ], copyright: `Ollama4j Documentation ${new Date().getFullYear()}. Built with Docusaurus.`, }, diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 8f7a1d6..8d4dc46 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -32,7 +32,7 @@ function HomepageHeader() { export default function Home() { const {siteConfig} = useDocusaurusContext(); return (