vuejs / pinia

🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
https://pinia.vuejs.org
MIT License
13.11k stars 1.05k forks source link

docs: Chinese docs api documentation is 404 #2716

Closed zhangmo8 closed 3 months ago

zhangmo8 commented 3 months ago

Reproduction

https://pinia.vuejs.org/zh/api/pinia/

Steps to reproduce the bug

  1. Open the pinia site and switch to Chinese
  2. Click on the api document
  3. Click on the sidebar menu
image

Expected behavior

Match to the correct route and markdown content

Actual behavior

Now it jumps to a non-existent route and displays a 404

Additional information

No response