14 content pages across four diataxis categories: - Getting Started: introduction, installation, quick-start tutorial - Understanding Apollo USB: signal architecture, PCM frame structure, AGC integration - How-To Guides: tuning parameters, test signals, voice audio, AGC bridge, PCM telemetry - Reference: block reference (all 16 blocks), constants, protocol specification Includes Mermaid diagram support via rehype-mermaid with client-side rendering, dark theme, Pagefind search index, and edit-on-GitHub links.
22 lines
229 B
Plaintext
22 lines
229 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|