Skip to content

danielbass37/docs

This branch is 1015 commits behind permitio/docs:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 8, 2021
Nov 13, 2023
Jan 26, 2023
Dec 6, 2021
Feb 7, 2024
Sep 18, 2023
Feb 5, 2024
Oct 30, 2023
Jul 20, 2023
Jun 21, 2023
Dec 4, 2021
Jul 10, 2023
Jun 14, 2023
Dec 8, 2021
Dec 2, 2021
Jun 21, 2023
Dec 7, 2021
Dec 21, 2023
Nov 10, 2023
Nov 10, 2023
Jul 5, 2023
Jan 4, 2023
Aug 30, 2022

Repository files navigation

Permit.io Docs Website

This repository contains the source code to our docs site at docs.permit.io.

Writing docs

  • Docs are located in the docs/ folder
  • All docs must be in the md format (markdown) or the mdx format (Markdown with react)
  • Check out this tutorial on how to write docs
  • You can configure the sidebar by editing sidebars.js (as shown in this tutorial)

Local Development

This website is built using Docusaurus 2, a modern static website generator.

To install the required NPM packages run:

yarn

To Start the docs website on port 3000 run:

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

This command generates static content into the build directory and can be served using any static contents hosting service:

$ yarn build

Deploy

Merging new code to master will auto-deploy to netlify.

Releases

No releases published

Packages

No packages published

Languages

  • MDX 58.1%
  • JavaScript 27.1%
  • SCSS 12.8%
  • TypeScript 1.9%
  • CSS 0.1%