Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatNote

CatNote is a free technical documentation site rebuilt with VitePress.

The project is now positioned as a content-first knowledge base. The old Next.js commercial structure, download pages, request-access flow, and download package validation logic have been removed.

Development

npm install
npm run dev

Build the static site:

npm run build

Preview the production build:

npm run preview

Vercel

Use these Vercel project settings:

Build Command: npm run build
Output Directory: docs/.vitepress/dist

The same settings are also captured in vercel.json.

Security Audit

npm audit currently reports 3 moderate advisories from the VitePress dependency chain:

vitepress -> vite -> esbuild

The advisory concerns the development server and npm reports no available fix for the installed VitePress line. Do not run npm audit fix --force for this without checking compatibility first.

Structure

docs/
  index.md
  software-engineering/
    index.md
    1_introduction.md
    2_agile.md
    3_requirements.md
    4_oodesign.md
    project-management.md
  java/
    index.md
  mathematics/
    index.md
  .vitepress/
    config.ts
    theme/
      index.ts
      custom.css

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors