Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.74 KB

File metadata and controls

59 lines (39 loc) · 1.74 KB

YouTube-Floater Documentation

Official documentation for YouTube-Floater - an always-on-top YouTube player for macOS.

About YouTube-Floater

YouTube-Floater is a standalone macOS application that enables users to play YouTube videos in a floating, always-on-top window while working on other tasks. Perfect for MacBook users with a single screen who want to watch videos without switching between windows.

Key Features

  • Always-on-top floating window with adjustable transparency
  • Independent volume control separate from system audio
  • Corner-snapping for quick positioning
  • No browser extensions or system modifications required
  • Apple Silicon support and modern macOS compatibility

Documentation

This repository contains the documentation site for YouTube-Floater, built with Mintlify.

Local Development

To preview documentation changes locally:

  1. Install the Mintlify CLI:
npm i -g mint
  1. Run the development server:
mint dev
  1. View your local preview at http://localhost:3000

Contributing

We welcome contributions to improve the documentation:

  1. Fork this repository
  2. Make your changes
  3. Test locally with mint dev
  4. Submit a pull request

Publishing Changes

Documentation changes are automatically deployed to production after merging to the main branch.

Resources