@@ -118,6 +118,7 @@ To add a page to the documentation sidebar, edit `src/utils/nav.ts`:
118118### Downloadable Resources
119119
120120Alphabet XML files and training texts are stored in ` public/download/ ` :
121+
121122- ` /public/download/alphabets/ ` - 144 alphabet XML files
122123- ` /public/download/training.html ` - Training text downloads
123124
@@ -129,20 +130,21 @@ Alphabet XML files and training texts are stored in `public/download/`:
129130
130131## Scripts
131132
132- | Command | Description |
133- | ---------| -------------|
134- | ` npm run dev ` | Start development server |
135- | ` npm run build ` | Build for production |
136- | ` npm run preview ` | Preview production build |
137- | ` npm run lint ` | Run ESLint |
138- | ` npm run format ` | Format code with Prettier |
139- | ` npm run format:check ` | Check formatting |
133+ | Command | Description |
134+ | ---------------------- | ------------------------- |
135+ | ` npm run dev ` | Start development server |
136+ | ` npm run build ` | Build for production |
137+ | ` npm run preview ` | Preview production build |
138+ | ` npm run lint ` | Run ESLint |
139+ | ` npm run format ` | Format code with Prettier |
140+ | ` npm run format:check ` | Check formatting |
140141
141142## Deployment
142143
143144The site is automatically deployed to GitHub Pages on push to the ` master ` branch via GitHub Actions.
144145
145146** Deployment workflow:**
147+
1461481 . Push to ` master ` branch
1471492 . GitHub Actions runs ` build.yml ` (lint + build)
1481503 . If successful, ` deploy.yml ` publishes to GitHub Pages
@@ -153,13 +155,15 @@ The site is automatically deployed to GitHub Pages on push to the `master` branc
153155The site uses a custom design system with CSS custom properties:
154156
155157** Colors:**
158+
156159- ` --color-deep-ink: #27537B ` - Primary text and headings
157160- ` --color-horizon-mint: #A8D0CB ` - Accents and highlights
158161- ` --color-focus-yellow: #F4E47E ` - Callouts and emphasis
159162- ` --color-target-coral: #D96A6A ` - CTAs and hover states
160163- ` --color-canvas-white: #F8F9FA ` - Backgrounds
161164
162165** Typography:**
166+
163167- ` --font-ui: 'Inter' ` - UI text
164168- ` --font-display: 'Outfit' ` - Headings
165169
0 commit comments