diff options
| author | WindowsAddict | 2025-10-19 14:05:01 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-10-19 14:05:01 +0000 |
| commit | 07418272cc908c2aedf67a88b13ba60497999ea8 (patch) | |
| tree | 4565347fea4548c5cd27626b20be7b708fece3d4 /docusaurus.config.js | |
| parent | a02dab9f6822ea658494a451ebcad25bcd353739 (diff) | |
| download | massgrave.dev-07418272cc908c2aedf67a88b13ba60497999ea8.zip | |
Update FAQ
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
