Open
Description
Problem 1
Currently, Help
in more menu & Guides
on home page are hard-coded to https://docs.hubsfoundation.org
. This is okay, but doesn't support:
- running Hubs on a network that is detached from or has a slow connection to the Internet
- customizing help for forks of Hubs
After #212 is merged, the container image will again be deployable, now at the root (instead of /docs/) of its host. Then it will be easy to stand up an instance of Hubs Docs. However, at present, only Controls
in the more menu can be configured.
Problem 2
There are a few other hard-coded links to Hubs Docs, such as https://docs.hubsfoundation.org/intro-avatars.html
SUGGESTED SOLUTION
Add another configurable field in App Settings. Change Help
in more menu & Guides
on home page to link to it.
The other links should be changed to be relative to the new field.