rs_server_catalog/landing_page.md
Contains all functions for the landing page.
add_prefix_link_landing_page(content, url)
add the CATALOG_PREFIX if it is not present
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
content
|
dict
|
the landing page |
required |
url
|
str
|
the url |
required |
Source code in docs/rs-server/services/catalog/rs_server_catalog/landing_page.py
21 22 23 24 25 26 27 28 29 30 31 32 33 | |