Skip to content

syndicate-of-zen/pearai-documentation

 
 

Repository files navigation

PearAI Docs

Markdown content exists in the docs/ folder, nested as it will be shown in the sidebar. docusaurus.config.js defines important footer, sidebar, and title content for the site.

This project is deployed through a separate Vercel project, but is used by the landing page at https://trypear.ai/docs/. In the vercel.json of the landing page, there's a redirect for the URL to be for this documentation page. The reason we need a separate repository is because when included in the landing page, configurations from the outer directory mess up the Vercel deployment build.

How to run

  1. Fork repository and clone
  2. npm install
  3. npm run build
  4. npm run serve

To run it with hot reload: npm run start

About

Documentation page of PearAI using Docusaurus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 14.6%
  • Python 13.5%
  • Shell 4.6%