accounts/ui/docs
2025-09-14 13:17:51 +08:00
..
.github/workflows refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
app refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
components refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
content refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
nginx refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
scripts refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
styles refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
.gitignore refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
contentlayer.config.ts refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
Makefile refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
next.config.js refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
package.json refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
postcss.config.js refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
README.md refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
tailwind.config.ts refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00
tsconfig.json refactor: move docs site under ui and add make targets (#216) 2025-09-14 13:17:51 +08:00

docs.svc.plus

Static documentation site built with Next.js, TailwindCSS and Contentlayer.

Scripts

  • npm run build build static site
  • node scripts/import-from-chapters.js sync markdown from svc-design/documents

Deployment

GitHub Actions builds the site, generates PDFs with pandoc/wkhtmltopdf and deploys via rsync. See .github/workflows/build-deploy.yml.

Nginx config: nginx/docs.svc.plus.conf