diff --git a/www/docs/ai-providers.html b/www/docs/ai-providers.html index 12cde3d..1445828 100644 --- a/www/docs/ai-providers.html +++ b/www/docs/ai-providers.html @@ -17,7 +17,8 @@ @@ -28,15 +29,10 @@

Getting Started

Installation Quick Start - Configuration @@ -128,10 +124,6 @@
  • Set base URL: http://localhost:1234/v1
  • -
    - ← Diary Pages - Events → -
    diff --git a/www/docs/index.html b/www/docs/index.html index d565d11..1263a7a 100644 --- a/www/docs/index.html +++ b/www/docs/index.html @@ -11,13 +11,14 @@ @@ -28,15 +29,7 @@

    Getting Started

    Installation Quick Start - Configuration - - @@ -60,17 +53,13 @@

    AI Providers

    Configure Groq, OpenAI, Anthropic, or local models.

    -
    -

    Events

    -

    Learn about capturing and managing events.

    -

    Need Help?

    If you encounter issues:

    diff --git a/www/docs/installation.html b/www/docs/installation.html index eefef93..3ee87be 100644 --- a/www/docs/installation.html +++ b/www/docs/installation.html @@ -6,19 +6,19 @@ Installation - DearDiary - @@ -29,15 +29,7 @@

    Getting Started

    Installation Quick Start - Configuration - - @@ -53,17 +45,17 @@

    Quick Install

    1. Clone the repository

    -
    git clone https://github.com/lotherk/deardiary.git
    +      
    git clone ${GIT_URL}.git
     cd deardiary

    2. Copy the environment file

    -
    cp backend/.env.example backend/.env
    +
    cp .env.example .env

    3. Start with Docker

    docker compose up -d

    4. Access the app

    -

    Open http://localhost:5173 in your browser.

    +

    Open http://localhost:3000 in your browser.

    Default Credentials

    @@ -89,27 +81,21 @@ cd deardiary - - - - - - + - + - +
    Description
    Frontend5173Main application (nginx)
    APIApp 3000Backend API (internal)Frontend + API (nginx)
    Website 8080This website (if enabled)Product website

    Data Storage

    All data is stored in Docker volumes:

    diff --git a/www/docs/quick-start.html b/www/docs/quick-start.html index 59256d7..bbd4ce1 100644 --- a/www/docs/quick-start.html +++ b/www/docs/quick-start.html @@ -11,13 +11,14 @@ @@ -28,15 +29,7 @@

    Getting Started

    Installation Quick Start - Configuration -
    - @@ -110,7 +103,7 @@ diff --git a/www/index.html b/www/index.html index 0f26571..146116d 100644 --- a/www/index.html +++ b/www/index.html @@ -18,6 +18,7 @@ @@ -35,7 +36,7 @@
    v0.1.1 - Docker + Git Repository MIT License
    @@ -117,7 +118,7 @@
    git clone ${GIT_URL}.git && cd deardiary && docker compose up -d @@ -139,9 +140,10 @@