docs: Fix missing logo in API docs (#8528)

This commit is contained in:
Lucas Coratger
2023-05-08 20:43:52 +02:00
committed by GitHub
parent 6207a02df5
commit 1302853187

View File

@@ -29,7 +29,7 @@
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "dark",
"title": "<img src='../.github/parse-server-logo.png' class='logo'/>",
"title": "Parse Server",
"create_style": "header, .sidebar-section-title, .sidebar-title { color: #139cee !important } .logo { margin-left : 40px; margin-right: 40px }"
}
},