Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea4d11 commit ca5fcccCopy full SHA for ca5fccc
docs/README.md
@@ -554,6 +554,8 @@ Function call:
554
EditOnGithubPlugin.create(docBase)
555
```
556
557
+Here we just use one argument and ignore rest.
558
+
559
Arguments:
560
561
- `docBase`
@@ -608,8 +610,8 @@ Arguments:
608
610
- `docEditBase`
609
611
- Optional - defaults to the first argument if not set.
612
- `title`
- - Optional - defaults to `'Edit on Github`.
- - Set to override the message.
613
+ - Optional - defaults to `'Edit on github` (unfortunately lowercase).
614
+ - Set to override the message. e.g. `'Improve this page'` or `'Edit on GitHub'` or `'📝 Edit this page'`.
615
- Example:
616
```javascript
617
EditOnGithubPlugin.create(
0 commit comments