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

This commit is contained in:
ReenigneArcher
2024-09-11 17:56:54 -04:00
committed by GitHub
parent 8098df6c38
commit c892026454
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;
}