Suppose I have a VueJS app that requires the user to login/authenticate in order to use my app. If I then build documentation with VuePress and house that documentation within the app, is there a way I can link to the documentation from within the app?
For example:
- User logs into my app
- User clicks a "documentation" button inside my app
- User is presented the documentation that I built with VuePress
- Users who do not login to my app do not have access to the documentation housed inside the app
Is this possible? Anyone know how to achieve this?