From c8292035b68779f9eed691f16e5d8303b9b0dfc8 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Fri, 15 Aug 2025 09:28:37 +0300 Subject: [PATCH] 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. --- website/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 9bddf48..dabf706 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -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',