docs: Generate API documentation for release branch (#9081)

This commit is contained in:
Diamond Lewis
2024-04-13 15:36:29 -05:00
committed by GitHub
parent 2532acfce8
commit bceb621a32
2 changed files with 17 additions and 10 deletions

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": "<img src='https://raw.githubusercontent.com/parse-community/parse-server/alpha/.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 }"
}
},