diff --git a/public/styles/global.css b/public/styles/global.css index 548eccb..f4c7853 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -37,8 +37,8 @@ --border-radius: 2px; /* Effects */ - --shadow-glow: 0 0 15px rgba(0, 221, 119, 0.2); - --shadow-glow-pink: 0 0 15px rgba(255, 0, 128, 0.2); + --shadow-glow: 0 4px 20px rgba(0, 0, 0, 0.4); + --shadow-glow-pink: 0 4px 20px rgba(0, 0, 0, 0.5); } /* ===== Reset & Base Styles ===== */ @@ -249,6 +249,7 @@ a { } .scanline { + display: none; position: absolute; top: 0; left: 0; diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 4d8b3b8..cccbcbe 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -8,10 +8,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
// USER_GUIDE.md
+
User Guide

DOCUMENTATION - GET_STARTED_ + Get Started

How to use Blade, from zero setup to advanced workflows. @@ -24,7 +24,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

- +

AI-Native Editor

@@ -60,7 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Quick Start Guide

@@ -98,7 +98,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Interface Overview

@@ -152,7 +152,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Keyboard Shortcuts

@@ -206,7 +206,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Special Commands

Type @ in the chat input to access these special commands:

@@ -226,7 +226,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

AI Collaboration

@@ -260,7 +260,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Chat Modes

Zaguán Blade supports two chat modes accessible from the Command Center:

@@ -284,7 +284,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Configuration

@@ -370,7 +370,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Teach the AI About Your Project

@@ -403,7 +403,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Additional Features

@@ -440,7 +440,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Screenshot Capture

Attach screenshots to your chat messages to give the AI visual context. Access capture options from the Feature Menu (grid icon) in the Command Center.

@@ -478,7 +478,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Privacy

@@ -509,7 +509,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Custom System Prompts

@@ -586,7 +586,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Tool Calls Reference

@@ -611,7 +611,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Known Issues

As an alpha release, there are some known limitations and bugs we're actively working on:

@@ -650,7 +650,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Alpha Release

diff --git a/src/pages/index.astro b/src/pages/index.astro index 70a9556..3824bf1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,11 +12,10 @@ const version = pkg.version ?? "";
-
-
// NOT_ANOTHER_AI_SIDEBAR
+
LOCAL-FIRST AI CODE EDITOR

YOUR CODE STAYS YOURS. CLOUD WHEN YOU WANT IT. @@ -59,7 +58,7 @@ const version = pkg.version ?? "";
- +

Why Another Editor
Exists

@@ -131,7 +130,7 @@ const version = pkg.version ?? "";
- +

What It's Actually
Good At

@@ -175,7 +174,7 @@ const version = pkg.version ?? "";
- +
@@ -213,7 +212,7 @@ const version = pkg.version ?? "";
- +

ZAGUÁN AI
REQUIRED

@@ -233,7 +232,7 @@ const version = pkg.version ?? ""; Funding development
- VIEW_PRICING() + View Pricing & Plans
@@ -244,7 +243,7 @@ const version = pkg.version ?? "";
- +

Get Blade
for Your OS

diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro index 05b9ed5..89ec834 100644 --- a/src/pages/privacy.astro +++ b/src/pages/privacy.astro @@ -7,7 +7,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

Privacy

What data we collect, what we don't, and why that distinction matters.

diff --git a/src/pages/tools.astro b/src/pages/tools.astro index a6e1f47..67b81b1 100644 --- a/src/pages/tools.astro +++ b/src/pages/tools.astro @@ -51,7 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- +

File Operations

@@ -398,7 +398,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';