Skip to content

Commit

Permalink
fix: links to Caddy module
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 18, 2023
1 parent 1139102 commit cd2dfec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/DocsMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ const DocsMenu: React.ComponentType = () => {
</ListItem>
<Collapse in={openGateway} timeout="auto" unmountOnExit>
<List component="div" disablePadding>
<MenuLink text="Install" href="/docs/gateway/install" className={classes.nested} />
<MenuLink text="Configuration" href="/docs/gateway/config" className={classes.nested} />
<MenuLink text="Install" href="/docs/gateway/caddy" />
<MenuLink text="OpenAPI" href="/docs/gateway/openapi" className={classes.nested} />
<MenuLink text="Legacy server" href="/docs/gateway/install" className={classes.nested} />
<MenuLink text="Legacy config" href="/docs/gateway/config" className={classes.nested} />
</List>
</Collapse>

Expand All @@ -116,7 +117,6 @@ const DocsMenu: React.ComponentType = () => {
href="/docs/graphql#using-graphql-as-query-language-for-vulcain"
/>

<MenuLink text="Vulcain for Caddy" href="/docs/caddy" />

<MenuLink text="Cache Considerations" href="/docs/cache" />

Expand Down
6 changes: 3 additions & 3 deletions data/references.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const logos = [
{
name: 'Caddy',
logo: 'caddy',
url: '/docs/caddy',
url: '/docs/gateway/caddy',
external: false,
},
{
Expand All @@ -20,13 +20,13 @@ export const logos = [
{
name: 'Api Platform',
logo: 'api-platform',
url: 'https://api-platform.com/',
url: 'https://api-platform.com/docs/distribution/caddy/',
external: true,
},
{
name: 'Symfony',
logo: 'symfony',
url: 'https://github.com/symfony/symfony',
url: 'https://github.com/dunglas/symfony-docker',
external: true,
},
];

0 comments on commit cd2dfec

Please sign in to comment.