Skip to content

Commit 39e36b7

Browse files
Tweak docs
1 parent 489cec3 commit 39e36b7

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

extension/docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default defineConfig({
9090
// https://vitepress.dev/reference/default-theme-config
9191
nav: [
9292
{ text: 'Getting Started', link: '/getting-started/' },
93-
{ text: 'GitHub Copilot', link: '/github-copilot/' },
93+
{ text: 'IDL and ENVI Agent', link: '/github-copilot/' },
9494
{ text: 'Notebooks', link: '/notebooks/' },
9595
{ text: 'Types', link: '/types/' },
9696
{
@@ -106,7 +106,7 @@ export default defineConfig({
106106
// link: '/getting-started/',
107107
},
108108
{
109-
text: 'GitHub Copilot',
109+
text: 'IDL and ENVI Agent',
110110
items: GITHUB_COPILOT_SIDEBAR,
111111
// link: '/getting-started/',
112112
},

extension/docs/.vitepress/sidebars/github-copilot.sidebar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export const GITHUB_COPILOT_SIDEBAR: SidebarEntry[] = [
1717
link: '/github-copilot/getting-started/chat-basics',
1818
},
1919
{
20-
text: 'Quick Start: IDL',
20+
text: 'Quick Start: IDL Agent',
2121
link: '/github-copilot/getting-started/idl',
2222
},
2323
{
24-
text: 'Quick Start: ENVI',
24+
text: 'Quick Start: ENVI Agent',
2525
link: '/github-copilot/getting-started/envi',
2626
},
2727
],

extension/docs/github-copilot/getting-started/envi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quick Start: ENVI
1+
# Quick Start: ENVI Agent
22

33
ENVI Agent is a partner for building and running geospatial processing workflows, enabling you to focus on intent and results rather than managing manual mechanics.
44

extension/docs/github-copilot/getting-started/idl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quick Start: IDL
1+
# Quick Start: IDL Agent
22

33
IDL Agent empowers you to autonomously write, run, and troubleshoot IDL code, simplifying developer workflows and accelerating discovery.
44

extension/docs/github-copilot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Copilot Integration
1+
# IDL and ENVI Agent
22

33
IDL for VSCode integrates seamlessly with GitHub Copilot, giving you AI-powered assistants for IDL programming and ENVI workflows. This integration is completely optional for you to use and designed to enhance your productivity and help understand IDL and ENVI, not replace users.
44

extension/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ features:
2323
details: Syntax-based highlighting, in-depth code analysis, type-detection
2424
- title: AI Ready
2525
icon: 🤖
26-
details: Native integration of IDL and ENVI with GitHub Copilot
26+
details: Native integration of IDL and ENVI with GitHub Copilot through IDL Agent and ENVI Agent
2727
- title: Notebooks
2828
icon: 📒
2929
details: Natively create notebooks using IDL and ENVI Notebooks with no additional setup

0 commit comments

Comments
 (0)