Skip to content

Commit eed08eb

Browse files
nicoalbaclaude
andcommitted
Fix broken navbar/homepage links: getting-started → intro
getting-started no longer exists after zrok restructure. Navbar and homepage card now point to intro instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 06e5abc commit eed08eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

unified-doc/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function Home(): ReactNode {
107107
zrok is an open-source, self-hostable sharing platform that simplifies shielding and sharing network services or files.
108108
</div>
109109
<div className="card__footer">
110-
<Link className="button button--primary button--block" to={useBaseUrl('/docs/zrok/getting-started')}>Go to zrok</Link>
110+
<Link className="button button--primary button--block" to={useBaseUrl('/docs/zrok/intro')}>Go to zrok</Link>
111111
</div>
112112
</div>
113113
</div>

unified-doc/src/theme/Navbar/Content/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const nfFrontDoorDocs = {to: `${DOCS_PREFIX}/frontdoor/intro`, label: 'Frontdoor
2828
const onPremDocs = {to: `${DOCS_PREFIX}/selfhosted/intro`, label: 'Self-Hosted'};
2929
const zlanDocs = {to: `${DOCS_PREFIX}/zlan/intro`, label: 'zLAN'};
3030
const ozDocs = {to: `${DOCS_PREFIX}/openziti/learn/introduction`, label: 'OpenZiti'};
31-
const zrokDocs = {to: `${DOCS_PREFIX}/zrok/getting-started`, label: 'zrok'};
31+
const zrokDocs = {to: `${DOCS_PREFIX}/zrok/intro`, label: 'zrok'};
3232

3333
const openZitiNav: Item[] = [
3434
{
@@ -97,7 +97,7 @@ const zlanNav: Item[] = [
9797
const zrokNav: Item[] = [
9898
{
9999
label: 'zrok Docs',
100-
to: `${DOCS_PREFIX}/zrok/getting-started`,
100+
to: `${DOCS_PREFIX}/zrok/intro`,
101101
position: 'left',
102102
type: 'dropdown',
103103
items: [

0 commit comments

Comments
 (0)