mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
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:
parent
c9d4854ad8
commit
f74e6c5107
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module.exports = {
|
||||||
/**
|
/**
|
||||||
* Base url to edit your site.
|
* Base url to edit your site.
|
||||||
* Docusaurus will compute the final editUrl with "editUrl + relativeDocPath"
|
* 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/',
|
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/',
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue