Appearance
Related technical resources (HTML snippet)
Paste at the bottom of dashboard guide pages (before the prev/next footer). Styled by .vitepress/theme/index.css.
html
<div class="lend-related-resources">
<p class="lend-related-resources__title">Related technical resources</p>
<div class="lend-related-resources__cards">
<a class="lend-related-resources__card" href="/api/">
<span class="lend-related-resources__card-title">API reference</span>
<span class="lend-related-resources__card-desc">REST endpoints (preview)</span>
</a>
<a class="lend-related-resources__card" href="/glossary">
<span class="lend-related-resources__card-title">Glossary</span>
<span class="lend-related-resources__card-desc">Platform terms</span>
</a>
</div>
</div>Optional third card for release-sensitive pages:
html
<a class="lend-related-resources__card" href="/release-notes/">
<span class="lend-related-resources__card-title">Release notes</span>
<span class="lend-related-resources__card-desc">Recent product changes</span>
</a>