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.
The Plane documentation provides detailed information on the following topics:
Clone the repository.
git clone git@github.com:makeplane/docs.git
Navigate to the project directory.
cd docs
Install dependencies.
yarn
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.
yarn build
This command generates static files into the build
directory.
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.