Disable/ Enable landing page #147
Devarajan89
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
I do this as a quick workaround Create <!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=/docs" />
</head>
<body>
</body>
</html> This will automatically redirect it to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you add the option to disable the landing page it will be easy for who doesn't need the landing page.
Beta Was this translation helpful? Give feedback.
All reactions