Skip to content
DevDocs.

Resources

Operational reference page with recommended reading paths, practical checklists, and command snippets used to ship this project safely.

Deployment commands

npm run typecheck
npm run lint
npm run format:check
npm run build
pm2 restart devdocs-portal --update-env
curl -I https://devdocs.pavel-skudarnov.ru/docs

Accessibility checklist

  • • Keyboard focus visible on links and buttons
  • • Heading hierarchy is sequential per page
  • • Icon-only controls include aria-labels

SEO checklist

  • • Metadata title and description per route
  • • Sitemap includes all indexable pages
  • • robots.txt allows crawl for public docs

Release checklist

  • • typecheck, lint, format, build pass
  • • PM2 restart completed with new env
  • • Smoke endpoints return expected codes