Skip to content

stackshy/cloudemu-docs

Repository files navigation

cloudemu docs

Documentation website for cloudemu

Live Site Library MIT License


The official documentation site for cloudemu — a Go library that emulates AWS, Azure, and GCP cloud services entirely in memory.

Live at cloudemu.vercel.app

Tech Stack

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Project Structure

app/
  (home)/          → Landing page
  docs/            → Documentation pages
  blog/            → Blog section
  api/search/      → Full-text search API
components/
  landing/         → Landing page components
  search-dialog.tsx→ Custom search with empty state
content/
  docs/            → MDX documentation (32 pages)
  blog/            → Blog posts
lib/
  source.ts        → Fumadocs content source
  services.ts      → Service mapping data (16 categories × 3 providers)

What's Included

  • Landing page with hero, comparison table, feature cards, service grid, and code examples
  • Full documentation for all 16 service categories across AWS, Azure, and GCP
  • Getting started guide (prerequisites, installation, quick start)
  • Configuration, error handling, and architecture reference
  • Cross-cutting features guide (recording, metrics, rate limiting, error injection, fake clock, latency)
  • Blog section
  • Full-text search (Cmd+K / Ctrl+K)
  • Dark and light mode

Build

npm run build

License

MIT

About

Documentation website for cloudemu — https://cloudemu.vercel.app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages