Skip to main content

Start in three steps

This repo is a Mintlify site that will become the public home for LearnTerms documentation.

Step 1: open the docs repo locally

git clone https://github.com/jdang00/docs.git
cd docs
If you already cloned the repo, move into the directory that contains docs.json.

Step 2: run the preview

You can preview without pushing anything:
npx mint dev
If you prefer a global install, use npm i -g mint once and then run mint dev. Open http://localhost:3000 after the server starts. Mintlify reloads as you edit .mdx files and docs.json.

Step 3: make a LearnTerms-first change

Good first edits:
  1. Replace starter content with guidance copied from the app repo.
  2. Keep navigation focused on real LearnTerms workflows.
  3. Use the app repo as the source of truth for names, roles, and product behavior.
The sibling app repo at /Users/justindang/learnterms is the best reference for product behavior while you migrate content.

First content areas to migrate

Onboarding

Move the existing introduction and cohort onboarding guidance first.

Study flow

Document the core student loop before edge-case features.

Content Library

Capture how PDFs become chunks and usable source material.

AI models

Explain model choices and generation behavior in product terms.