Skip to content

OutlineFoundation/developer-documentation

Repository files navigation

Outline Developer Documentation

Developer documentation for Outline, built with Docusaurus.

Live site: https://developer.getoutline.org

Prerequisites

Getting Started

Install dependencies:

npm install

Start the local development server (English only):

npm start

This opens http://localhost:3000 with hot-reloading enabled.

To start the dev server in a specific locale:

npm start -- --locale ru

Building

Build the site for all locales:

npm run build

Build for a single locale (much faster, useful for testing):

npm run build -- --locale en

Preview the production build locally:

npm run serve

Deployment

The site deploys to GitHub Pages via:

npm run deploy

This builds all 18 locales and pushes to the gh-pages branch, which is served at https://developer.getoutline.org.

About

Documentation for Developers using Outline VPN and SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors