Skip to content

entangle-run/entangle-website

Repository files navigation

Entangle Website

Public website, docs, and notes for Entangle.

The engineering source of truth remains in the core repository:

  • entangle-run/entangle

This repository contains the curated public surface: product positioning, getting started material, public concepts, architecture overview, capability pages, and notes.

Stack

  • Astro 6
  • Starlight docs under /docs
  • Tailwind CSS 4
  • Astro content collections for blog posts
  • RSS feed at /rss.xml
  • Vercel-ready build configuration

Commands

pnpm install
pnpm dev
pnpm build
pnpm preview
Command Action
pnpm install Installs dependencies
pnpm dev Starts the local dev server
pnpm build Builds the production site into dist/
pnpm preview Previews the production build locally

Content Structure

  • Marketing pages: src/pages/
  • Docs: src/content/docs/docs/
  • Blog posts: src/content/blog/
  • Shared site components: src/components/
  • Global styles: src/styles/global.css

Content Policy

Public docs are concise and product-facing. Use the wiki/ and references/ corpus as source material, then turn it into stable, reader-oriented documentation.

Releases

No releases published

Packages

 
 
 

Contributors