From fe760a6d665d7565c6cc29dff06b9bc5cc7b4e59 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Tue, 7 Apr 2026 16:19:22 -0300 Subject: [PATCH] Edit this page button (#200) --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 9c6e130..c6614c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,9 @@ site_name: OrcaSlicer Wiki site_description: Official Wiki for OrcaSlicer - A powerful open source slicer for FFF (FDM) 3D Printers site_url: https://www.orcaslicer.com/wiki +repo_url: https://github.com/OrcaSlicer/OrcaSlicer_WIKI +repo_name: OrcaSlicer/OrcaSlicer_WIKI +edit_uri: edit/main/ # MkDocs requires docs_dir to be a subdirectory # The build script will handle the file structure @@ -21,6 +24,7 @@ theme: - navigation.instant.progress # Show progress bar on slow connections - navigation.instant.prefetch # Preload linked pages on hover - navigation.instant.preview # Show page preview on hover + - content.action.edit # Adds "Edit this page" action - content.code.copy # Enables the copy-to-clipboard button - search.suggest - search.highlight