Skip to content

makeplane/docs

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2025
Apr 10, 2025
Sep 30, 2024
Feb 18, 2025
Oct 17, 2024
Oct 17, 2024
Sep 19, 2024
Sep 30, 2024
Apr 16, 2025
Apr 2, 2025
Apr 4, 2025
Sep 19, 2024
Feb 5, 2025
Apr 17, 2025

Repository files navigation

Plane Documentation

This website is built using Docusaurus v3 and hosted at docs.plane.so. If you are looking for the developer documentation, see Plane developer documentation.

Overview

The Plane documentation provides detailed information on the following topics:

  • Understanding the different components of Plane.
  • Establishing connections between Plane and other applications.

Installation

  1. Clone the repository.

    git clone git@github.com:makeplane/docs.git
  2. Navigate to the project directory.

    cd docs
  3. Install dependencies.

    yarn

Local development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static files into the build directory.

Contributing

Interested in helping us improve the documentation? We’d love your contributions! Whether you're fixing a typo, adding a new guide, or improving an existing page, every bit helps.

To get started, check out our Contribution Guide. We welcome contributions related to core product features or integrations with other tools.