chore(docs): update editUrl for docs to project repository

- Changed docs.editUrl in docusaurus.config.ts to point to the actual GitHub repository (https://github.com/pese-git/cherrypick/tree/website/website).
- Allows users to edit documentation directly in this project's repo via the 'Edit this page' links.
This commit is contained in:
Sergey Penkovsky
2025-08-15 09:28:37 +03:00
parent 63ee3a9966
commit c8292035b6

View File

@@ -49,7 +49,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/pese-git/cherrypick/tree/website/website',
},
theme: {
customCss: './src/css/custom.css',