Mudskipper 9e55d5d519 feat: add back-to-manual link in sidebar and float search results
- Sidebar shows a "← Back to manual" link on every sub-page (hidden on
  the hub itself).
- Search results render as an absolutely-positioned dropdown over the
  page content instead of pushing it down. Wider than the sidebar so the
  panel reads comfortably, with a max-height + scroll for long lists.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 22:28:28 +10:00
2026-04-14 16:47:37 +02:00

About this repo

This is the source of https://www.audacityteam.org. It uses Astro.

This repo works with npm or Bun.

  • Install dependencies: npm install or bun install
  • Run dev server: npm run dev or bun run dev
  • Build: npm run build or bun run build

Translation

Translations are not yet supported. Please join our dev discord to get notified when they are.

Security

This is a static website, with no user input. As such, regular vulnerabilities likely won't affect us. That said, it probably is good to run npx @astrojs/upgrade (or bunx @astrojs/upgrade) every now and then to update astro to fix security vulnerabilities.

Description
No description provided
Readme 37 MiB
Languages
Astro 60.1%
TypeScript 26.7%
JavaScript 12.1%
CSS 1.1%