I am using docsify to create conceptual documentation and its great. But I have one question:
Is it possible to link to the root url of my website in a markdown file?
Example of my app:
api.example.com/swagger
api.example.com/docs (api.example.com/Docs/#/) this is the root for docsify
What I would like to do is to point to the swagger endpoint without knowing the base address, so in a markdown file:
Please go to Swagger ( ../swagger )
The problem is that I do not know the base url (so also no absolute url) because this can switch/change any time.
I am using docsify to create conceptual documentation and its great. But I have one question:
Is it possible to link to the root url of my website in a markdown file?
Example of my app:
api.example.com/swaggerapi.example.com/docs (api.example.com/Docs/#/)this is the root for docsifyWhat I would like to do is to point to the swagger endpoint without knowing the base address, so in a markdown file:
Please go to Swagger ( ../swagger )
The problem is that I do not know the base url (so also no absolute url) because this can switch/change any time.