fastlane · GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

Repository files navigation

This repository contains all documentation for fastlane. You can access the .md files inside the docs folder.

Setup

  1. Install uv
  2. uv sync to install dependencies
  3. uv run mkdocs serve to preview the documentation locally

Deploy

  1. Changes to master are automatically deployed to docs.fastlane.tools

Read the original on github.com ↗