Skip to content

Commit

Permalink
chore(website): fix all broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Feb 4, 2025
1 parent 7403a6c commit 220e817
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions website/docs/tutorials/cross-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ deno run npm:poku --denoCjs='.cjs,.js'

<hr />

### Recommendations

:::tip
It's usually beneficial to have an exclusive _CI_ for each platform, especially to ensure better control in error cases.
:::
Expand Down
6 changes: 3 additions & 3 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const config: Config = {
},
},

onBrokenLinks: 'log',
onBrokenMarkdownLinks: 'log',
onBrokenAnchors: 'log',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',

presets: [
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ deno run npm:poku --denoCjs='.cjs,.js'

<hr />

### Recomendações {#recommendations}

:::tip
Geralmente é benéfico ter um _CI_ exclusivo para cada plataforma, especialmente para garantir um melhor controle em casos de erro.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npx poku --deno

<hr />

- Veja a seção `platform` [aqui](/docs/documentation/poku/options/platform).
- Veja a seção `platform` [aqui](/pt-BR/docs/2.x.x/documentation/poku/options/platform).
- Veja todas as flags e opções disponíveis para o comando `poku` [aqui](/docs/category/-poku).

<hr />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It's important to note that the **Poku** runtime is different from the test runt

<hr />

- See the `platform` section [here](/docs/documentation/poku/options/platform).
- See the `platform` section [here](/docs/2.x.x/documentation/poku/options/platform).
- See all available flags and options for `poku` command [here](/docs/category/-poku).

<hr />
Expand Down

0 comments on commit 220e817

Please sign in to comment.