docs: make_your_own.md formatting fix for mkdocs (#855)

This commit is contained in:
Danny Avila 2023-08-28 14:49:26 -04:00 committed by GitHub
parent d672ac690d
commit 3574d0b823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ If your Tool class requires more advanced initialization, you would add it to th
The default initialization can be seen in the `loadToolWithAuth` function, and most custom plugins should be initialized this way.
Here are a few customConstructors, which have varying initializations
```javascript
const customConstructors = {
browser: async () => {
@ -248,6 +249,7 @@ module.exports = {
**Note:** the `authField` prop must match the process.env variable name
Here is an example of a plugin with more than one credential variable
```json
[
{