Skip to content

Commit 8203d42

Browse files
committed
docs: Add comprehensive IntelliJ IDEA setup guide
- Created editors section with IntelliJ IDEA guide - Detailed installation, configuration, and troubleshooting - Added keyboard shortcuts and IDE-specific tips - Included example workflows for IntelliJ, Rust Rover, CLion
1 parent d775d17 commit 8203d42

File tree

2 files changed

+413
-0
lines changed

2 files changed

+413
-0
lines changed

astro.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ export default defineConfig({
6767
{ label: 'Future', slug: 'guides/future', badge: { text: 'New', variant: 'success' } },
6868
],
6969
},
70+
{
71+
label: 'Editors',
72+
items: [
73+
{ label: 'IntelliJ IDEA', slug: 'editors/intellij', badge: { text: 'New', variant: 'success' } },
74+
],
75+
},
7076
// {
7177
// label: 'Examples',
7278
// items: [

0 commit comments

Comments
 (0)