mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- Replace VitePress router with window.location for docs index redirect - Add redirect rules for /docs and /docs/ paths to quick-start guide - Simplify navigation by removing section anchor links - Update all CTA buttons to link directly to /docs/ instead of home sections - Consolidate navigation layout on both desktop and mobile views
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
/docs/ /docs/guide/quick-start 301
|
|
/docs /docs/guide/quick-start 301
|
|
/docs/* /docs/:splat 200
|
|
/* /index.html 200
|