We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the list in https://mirrors.help always displays all mirror items.
However, once we do not have data for one help doc, accessing that help doc would result in an exception. We should mask them in the list.
xtom.help just overrides the json https://github.com/xtomcom/xtom.help/blob/master/override/routes.json
TUNA mirror-web instead, masks them by deleting items after statically rendering them in https://github.com/tuna/mirror-web/blob/cdc12cd622e43206b7b7b32be3b112db9d44bf32/static/js/help.es6#L55
The text was updated successfully, but these errors were encountered:
feat(layout): hide nav bar from query
5d88d4a
Ref to #66 Mirror sites may use this to hide the nav bar when redirecting users from their home page.
efad7a0
151baab
9e2bf79
No branches or pull requests
Currently, the list in https://mirrors.help always displays all mirror items.
However, once we do not have data for one help doc, accessing that help doc would result in an exception. We should mask them in the list.
xtom.help just overrides the json https://github.com/xtomcom/xtom.help/blob/master/override/routes.json
TUNA mirror-web instead, masks them by deleting items after statically rendering them in https://github.com/tuna/mirror-web/blob/cdc12cd622e43206b7b7b32be3b112db9d44bf32/static/js/help.es6#L55
The text was updated successfully, but these errors were encountered: