openskope / skope-interface

The new SKOPE web portal interface.
https://www.openskope.org
4 stars 2 forks source link

In the Manual menu item of the Help Icon, change Manual to "User's Guide" and add a link: #183

Closed Zodiase closed 6 years ago

Zodiase commented 6 years ago

http://www.openskope.org/skope-users-guide

Zodiase commented 6 years ago

68b1ec1bf8aedeeab6c0445126a3d451a3d5f37b implements the feature.

@jterstriep please put the link in the settings file as such:

{
    "public": {
        "userGuideUrl": "http://www.openskope.org/skope-users-guide",
        ...
    },
    ...
}
Zodiase commented 6 years ago

Created dedicated deployment issue: https://github.com/openskope/skope-deployment/pull/33