From 8b2145913c115c1ef6f67ff9aacb47e6f8162ce1 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 26 Dec 2023 15:34:37 +0530 Subject: [PATCH] Updated docs --- docs/docs/intro.md | 4 ++-- docs/docusaurus.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index bd8ffd9..de7f0d9 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -41,11 +41,11 @@ terminal of your code editor. The command runs the Ollama server locally at **http://localhost:11434/**. -### Start your project +### Setup your project Get started by **creating a new Maven project** on your favorite IDE. -Add the dependency to your project. +Add the dependency to your project's `pom.xml`. ```xml diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6e8dff7..56ba391 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -44,14 +44,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/amithkoujalgi/ollama4j', + 'https://github.com/amithkoujalgi/ollama4j/docs', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/amithkoujalgi/ollama4j', + 'https://github.com/amithkoujalgi/ollama4j/docs', }, theme: { customCss: './src/css/custom.css',