docs(configure): auto generate open urls (#3163)

This commit is contained in:
ReenigneArcher 2024-09-11 17:56:54 -04:00 committed by GitHub
commit c892026454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 163 additions and 105 deletions

6
docs/doc-styles.css Normal file
View file

@ -0,0 +1,6 @@
/* A fake button as doxygen doesn't allow button elements */
.open-button {
background: var(--primary-color);
color: white;
cursor: pointer;
}