vuejs / pinia

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

The document file "/interfaces/pinia.SetupStoreDefinition.md" is missing. #2577

Closed niceplugin closed 6 months ago

niceplugin commented 6 months ago

Reproduction

none

Steps to reproduce the bug

check the github repository

Expected behavior

/package/docs/api/interfaces/pinia.SetupStoreDefinition.md file is not missing.

Actual behavior

/package/docs/api/interfaces/pinia.SetupStoreDefinition.md file is missing.

Additional information

There is no such file in the official repository. However, you can view the document through a link on the official website. I've searched the branch, but it doesn't seem like the file has been added or removed.

posva commented 6 months ago

This is normal. They are generated at build. Some were committed at some point as a backup but that's not the case and I haven't removed them yet