You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Index now renders introduction content directly (no redirect)
- Sidebar links to / for introduction
- Fixed all internal links to use flat URL structure
Copy file name to clipboardExpand all lines: src/content/docs/async-services.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,4 +380,4 @@ public sealed class MyPackage : AsyncPackage
380
380
381
381
## Next Steps
382
382
383
-
You've completed the Fundamentals section! Continue to [Advanced Topics](/docs/advanced/overview) to learn about MEF components, language services, and more.
383
+
You've completed the Fundamentals section! Continue to [Advanced Topics](/advanced-overview) to learn about MEF components, language services, and more.
Copy file name to clipboardExpand all lines: src/content/docs/first-extension.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,4 +162,4 @@ This version displays the current file name instead of a static message.
162
162
163
163
## Next Steps
164
164
165
-
Now that you have a working extension, learn about the [Project Structure](/docs/getting-started/project-structure) to understand all the files in your VSIX project.
165
+
Now that you have a working extension, learn about the [Project Structure](project-structure) to understand all the files in your VSIX project.
0 commit comments