External Links
External links are links that shows up on the left drawer.
How to add or edit external link?
External links are managed via
link Direct Link Configuration
The key of an external link must be prefixed with external.link.
, the value is the URL of the link.
For example, the following configuration
Key: external.link.This is an external link
Value: http://example.com
will be displayed as the following HTML elements.
<a href="http://example.com">This is an external link</a>