Skip to content

platform-kit/docs

Repository files navigation

PlatformKit Docs

Static Documentation Generator

Search, analytics, pdf export, & offline mode.

Built with:

Deploy with:

License:

Features

  • Generate beautiful, searchable docs from Markdown files
  • Frontmatter support (title, description, git repo, website)
  • Progressive Web App (works offline)
  • Automated reading time estimates
  • Code syntax highlighting
  • Zero-config analytics
  • Emoji based feedback
  • Export docs as PDF

Local Development

Clone the project

  git clone https://github.com/platform-kit/docs pk-docs

Go to the project directory

  cd pk-docs

Install dependencies

  npm install 

Start the server

  npm run dev

A local instance is now running at https://localhost:3000

Configuration

Before use, you will need to add the following environment variables to your .env file

REPO=
SITE_NAME=
BUILD_COMMAND=
CONTENT_DIRECTORY=

Deployment

To deploy to the cloud, simply click one of the buttons below.

Note: if you deploy to Netlify, you will have to provision a database manually.

About

Static documentation generator & PWA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published