docs(v2): clarify how to disable edit links entirely (#5112)

* docs: clarify how to disable edit links entirely

* Update website/docs/api/plugins/plugin-content-docs.md

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Lennart Koopmann 2021-07-05 05:38:10 -05:00 committed by GitHub
parent c9d4854ad8
commit f74e6c5107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ module.exports = {
/**
* Base url to edit your site.
* Docusaurus will compute the final editUrl with "editUrl + relativeDocPath"
* Omitting this variable entirely will disable edit links.
*/
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/',
/**