From 07418272cc908c2aedf67a88b13ba60497999ea8 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sun, 19 Oct 2025 19:35:01 +0530 Subject: Update FAQ --- docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docusaurus.config.js') diff --git a/docusaurus.config.js b/docusaurus.config.js index 8cbb26c..a94433f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,6 +43,10 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', + // Please change this to your repo. + // Remove this to remove the "edit this page" links. + editUrl: + 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: { showReadingTime: true, -- cgit v1.2.3