Skip to content

Commit c064321

Browse files
committed
refactor: flatten URL structure
- Remove /docs/ prefix and category subfolders from URLs - URLs are now flat: /introduction, /commands, etc. - Index redirects to /introduction - Rename overview files to fundamentals-overview and advanced-overview
1 parent 4a0d369 commit c064321

34 files changed

Lines changed: 44 additions & 139 deletions

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ export default defineConfig({
1919
langs: ['csharp', 'xml', 'json', 'powershell', 'bash'],
2020
wrap: true
2121
}
22-
},
23-
redirects: {
24-
'/docs': '/docs/getting-started/introduction'
2522
}
2623
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)