diff --git a/administration/assets.rst b/administration/assets.rst index 55b4401..fa72bcf 100644 --- a/administration/assets.rst +++ b/administration/assets.rst @@ -150,6 +150,11 @@ them. Asset Migration ^^^^^^^^^^^^^^^ +.. hint:: + You have to enable the option ``Show Response Control Advanced Tasks`` + in the ``Settings`` > ``Advanced`` section of your ASGARD Management + Center to allow Asset Migration. + You can move an asset from one Management Center to another via the Maintenance Module of the Response Control. To do this, navigate to ``Assets`` and select the assets you want to migrate. Alternatively you can navigate to ``Response Control`` diff --git a/conf.py b/conf.py index ba7913f..3400870 100644 --- a/conf.py +++ b/conf.py @@ -26,7 +26,7 @@ if "html_context" not in globals(): html_context = {} html_context["READTHEDOCS"] = True - +html_show_sourcelink = False epub_title = project epub_exclude_files = ['search.html'] intersphinx_mapping = {'https://docs.python.org/': None}