This repository contains the documentation for Swift for Android, powered by MkDocs and the Material for MkDocs theme.
Make sure you have Docker installed on your system.
Clone this repository and open it in Visual Studio Code.
- Open the Command Palette with Ctrl+Shift+P (or Cmd+Shift+P on macOS).
- Choose Run Task β Pull MkDocs Material Docker Image (this only needs to be done once).
- Then run Run Task β Run MkDocs Material Server.
This will start a local development server at http://localhost:8000, where you can preview the documentation live.
Edit Markdown files in the docs/ directory β changes will appear automatically in your browser.