docs: Fix broken logo link in API docs (#8642)

This commit is contained in:
Manuel
2023-06-18 03:19:07 +02:00
committed by GitHub
parent 4ad0800508
commit 45301a67e8
3 changed files with 12 additions and 2 deletions

View File

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