From 957ce2be5a5e38edaec8d12be9331fdecc201f81 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Fri, 31 Jul 2026 16:01:14 -0700 Subject: [PATCH] renaming left nav elements --- scripts/navigation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/navigation.json b/scripts/navigation.json index fcfc59ab..37d2f33c 100644 --- a/scripts/navigation.json +++ b/scripts/navigation.json @@ -19,12 +19,12 @@ { "title": "Tools", "modules": [ - { "source": "docc-documentation", "path": "/documentation/docc" }, - { "source": "swiftpm", "path": "/documentation/packagemanagerdocs", "title": "Swift Package Manager" }, + { "source": "docc-documentation", "path": "/documentation/docc", "title": "Documentation (DocC)" }, + { "source": "swiftpm", "path": "/documentation/packagemanagerdocs", "title": "Package Manager (SwiftPM)" }, { "source": "swiftpm", "path": "/documentation/packagedescription" }, { "source": "swiftpm", "path": "/documentation/packageplugin" }, - { "source": "vscode-swift", "path": "/documentation/userdocs", "title": "Swift extension for VS Code" }, - { "source": "swiftly", "path": "/documentation/swiftlydocs", "title": "Swiftly" } + { "source": "vscode-swift", "path": "/documentation/userdocs", "title": "IDE Integration" }, + { "source": "swiftly", "path": "/documentation/swiftlydocs", "title": "Installer (Swiftly)" } ] }, {