From 2c3a85a905513def515d815edabc1fc8cfaef332 Mon Sep 17 00:00:00 2001 From: Mikkel Garcia Date: Wed, 17 Jun 2026 08:20:18 -0600 Subject: [PATCH] chore: drop unused Jekyll _config.yml The docs site is built with MkDocs Material (see mkdocs.yml); this leftover just-the-docs/Jekyll config was unused, referenced nowhere, and listed pages that no longer exist. Strict mkdocs build still passes without it. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/_config.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 74170b6..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,31 +0,0 @@ -title: GPTDiff -baseurl: / -url: "https://255labs.github.io/gptdiff" -nav: - - Home: index.md - - Concepts: - - Overview: concepts.md - - Architecture: concepts/architecture.md - - Installation: installation.md - - Quickstart: quickstart.md - - Examples: - - Basic: examples/basic.md - - Recipes: examples/recipes.md - - Advanced: examples/advanced.md - - Automation: examples/automation.md - - Troubleshooting: troubleshooting.md - - API: api.md - - CLI: cli.md - - Development: - - Contributing: development/contributing.md - - Testing: development/testing.md -repository: 255BITS/gptdiff - -markdown: kramdown -kramdown: - syntax_highlighter: "rouge" - syntax_highlighter_opts: - theme: "monokai" -remote_theme: pmarsceill/just-the-docs -color_scheme: dark -repository_url: "https://github.com/255BITS/gptdiff"