Skip to content

ticketping-com/docs

Repository files navigation

Ticketping Docs

This repo serves the documentation for Ticketping at https://docs.ticketping.com/docs

It is a Next.js application generated with Fumadocs.

Local Server

Run development server:

npm run dev
# or
pnpm dev
# or
yarn dev

How to add a new page

Content files are stored under content/docs. First, update meta.json file and then add a new .mdx file corresponding to it.

TODO

  • Add docs about authentication/identifying a user
  • Update theme to match ticketping.com style
  • Add images/video in install-slack-app.mdx
  • Update navbar with link back to landing, github
  • Update footer to credit @fumanama