docs(v2): minor tweaks (#4981)

This commit is contained in:
Alexey Pyltsyn 2021-06-16 12:04:40 +03:00 committed by GitHub
parent bfd33dc63a
commit d7e4e422a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 25 additions and 21 deletions

View file

@ -36,7 +36,7 @@ module.exports = {
*/
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/',
/**
* For advanced cases, compute the edit url for each markdown file yourself.
* For advanced cases, compute the edit url for each Markdown file yourself.
*/
editUrl: function ({
locale,
@ -49,7 +49,7 @@ module.exports = {
},
/**
* Useful if you commit localized files to git.
* When markdown files are localized, the edit url will target the localized file,
* When Markdown files are localized, the edit url will target the localized file,
* instead of the original unlocalized file.
* Note: this option is ignored when editUrl is a function
*/