Docs: Fix search help rendering and open external link in new tab (#6440)

* Use HTML link to open webpage in new tab

* Fix rendering for doxygen
This commit is contained in:
tooomm 2026-01-02 14:38:25 +01:00 committed by GitHub
parent bbd8671e6e
commit 2e6f1128bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -7,4 +7,4 @@ This is the **main landing page** of the Cockatrice documentation.
- Go to the @subpage user_reference page
- Review the @subpage developer_reference
Or check out the [Cockatrice Webpage](https://cockatrice.github.io/).
Or check out the <a href="https://cockatrice.github.io/" target="_blank" rel="noopener noreferrer">Cockatrice Webpage</a>.