docs: Change API docs template to jsdoc-clean-theme (#8519)
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module SecurityCheck
|
||||
*/
|
||||
|
||||
import { Check } from '../Check';
|
||||
import CheckGroup from '../CheckGroup';
|
||||
import Config from '../../Config';
|
||||
@@ -9,7 +5,8 @@ import Parse from 'parse/node';
|
||||
|
||||
/**
|
||||
* The security checks group for Parse Server configuration.
|
||||
* Checks common Parse Server parameters such as access keys.
|
||||
* Checks common Parse Server parameters such as access keys
|
||||
* @memberof module:SecurityCheck
|
||||
*/
|
||||
class CheckGroupDatabase extends CheckGroup {
|
||||
setName() {
|
||||
|
||||
Reference in New Issue
Block a user