Skip to content

Commit 1adb78b

Browse files
fix: restore version dropdown and fix docs links
1 parent f270839 commit 1adb78b

3 files changed

Lines changed: 4 additions & 258 deletions

File tree

archived/2025-01-25-secure-rdp-access-via-ssh-for-arc-vm.md

Lines changed: 0 additions & 254 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ const config = {
8888
dropdownActiveClassDisabled: true,
8989
},
9090
{
91-
type: 'doc',
92-
docId: 'index',
91+
type: 'docsVersion',
9392
position: 'left',
93+
to: '/docs/intro',
9494
label: 'Docs',
9595
},
9696
{ to: '/working', label: 'Blog', position: 'left' },
@@ -177,7 +177,7 @@ const config = {
177177
items: [
178178
{
179179
label: 'Azure Local Docs',
180-
to: '/docs/',
180+
to: '/docs/intro',
181181
},
182182
],
183183
},

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function HomepageHeader() {
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
1919
<div className={styles.buttons}>
20-
<Link className="button button--secondary button--lg" to="/docs/">
20+
<Link className="button button--secondary button--lg" to="/docs/intro">
2121
Learn More About Azure Local
2222
</Link>
2323
</div>

0 commit comments

Comments
 (0)