Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 0 additions & 76 deletions CLEANUP-SAFETY-CHECK.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ wget -qO- https://raw.githubusercontent.com/GraphDone/GraphDone-Core/main/public
- Linux: Smart sudo authentication (works with curl/wget pipes), uses apt/dnf/yum + Docker Engine (15+ distributions supported)
4. **Code Setup** - Clones repository to `~/graphdone`, installs npm dependencies
5. **Security Config** - Generates self-signed TLS certificates for HTTPS
6. **Service Deployment** - Starts Neo4j, Redis, GraphQL API, React Web App
6. **Service Deployment** - Starts Neo4j, GraphQL API, React Web App
7. **Health Verification** - Waits for all services to be healthy (60s timeout)

**Access URLs after installation:**
Expand Down
193 changes: 0 additions & 193 deletions VM_QUICKSTART.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Welcome to the GraphDone documentation! This directory contains comprehensive gu
- [Testing Guide](../tests/README.md) - **E2E testing with robust authentication system**
- [SQLite Deployment Modes](./guides/sqlite-deployment-modes.md) - Local dev vs Docker authentication storage
- [User Flows](./guides/user-flows.md) - How teams actually use GraphDone
- [VM Setup (Multipass)](./guides/vm-setup.md) - Run GraphDone in a throwaway VM
- [Git Hooks](./guides/git-hooks.md) - Pre-commit / pre-push hooks
- More: [`docs/testing/`](./testing/) (test architecture, PR + OAuth testing) · [`docs/security/`](./security/) (TLS, OAuth) · [`docs/deployment/`](./deployment/)

### 🤖 AI Agents Documentation
> **Start here**: [Simple AI Agent Reality Check](./simple-agent-reality.md) - **What we're actually building**
Expand Down
Loading
Loading