Skip to content

Commit

Permalink
chore: relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Oct 28, 2024
1 parent b63ed69 commit 248535a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 32 deletions.
4 changes: 2 additions & 2 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig(
},
],
sidebar: {
"/": {
"/guide": {
items: [
{
title: "Aperçu",
Expand Down Expand Up @@ -118,7 +118,7 @@ export default defineConfig(
},
],
sidebar: {
"/": {
"/guide": {
items: [
{
title: "Overview",
Expand Down
6 changes: 3 additions & 3 deletions docs/src/routes/fr/guide/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ SolidBase est un [Markdown](https://www.wikiwand.com/fr/articles/Markdown) ([MDX
Idéal pour rédiger de la documentation et entièrement personnalisable.

:::info[_]
Vous voulez vous lancer tout de suite ? Allez directement à [Commencer](/getting-started) et rédigez votre documentation maintenant !
Vous voulez vous lancer tout de suite ? Allez directement à [Commencer](./getting-started) et rédigez votre documentation maintenant !
:::

## Fonctionnalités clés

### Markdown intégré

Support natif pour Markdown et MDX avec presque toutes les extensions que vous pourriez vouloir. Toute la documentation des extensions et des exemples sont disponibles sur notre page [Extensions Markdown](/md-extentions).
Support natif pour Markdown et MDX avec presque toutes les extensions que vous pourriez vouloir. Toute la documentation des extensions et des exemples sont disponibles sur notre page [Extensions Markdown](./md-extentions).

### Personnalisable

Tous les composants de SolidBase sont remplaçables et peuvent transformer votre site web selon n'importe quel look ou structure. Consultez notre documentation sur [Personnalisation et Thèmes](/customization).
Tous les composants de SolidBase sont remplaçables et peuvent transformer votre site web selon n'importe quel look ou structure. Consultez notre documentation sur [Personnalisation et Thèmes](./customization).

### Performant

Expand Down
4 changes: 2 additions & 2 deletions docs/src/routes/fr/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

# SolidBase

Découvrez ce qu'est SolidBase sur notre page [À propos](/about).
Découvrez ce qu'est SolidBase sur notre page [À propos](./about).

Copie de la page publique [Dev](/dev).
Copie de la page publique [Dev](./dev).
6 changes: 3 additions & 3 deletions docs/src/routes/guide/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ SolidBase is a [Markdown](https://www.wikiwand.com/en/articles/Markdown) ([MDX](
Ideal for writing documentation and fully customizable.

:::info[_]
Want to get right to it? Jump to [Getting Started](/getting-started) and write your docs now!
Want to get right to it? Jump to [Getting Started](./getting-started) and write your docs now!
:::

## Key features

### Built-in Markdown

Out of the box support for Markdown and MDX with almost all extensions you'd ever want. All the extension documentation and examples are available on our [Markdown Extensions](/md-extentions) page.
Out of the box support for Markdown and MDX with almost all extensions you'd ever want. All the extension documentation and examples are available on our [Markdown Extensions](./md-extentions) page.

### Customizable

All SolidBase components are overridable and can transform your website into any look or structure. Checkout our [Customization and Theming](/customization) documentation.
All SolidBase components are overridable and can transform your website into any look or structure. Checkout our [Customization and Theming](./customization) documentation.

### Performant

Expand Down
2 changes: 1 addition & 1 deletion docs/src/routes/guide/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ www.example.com

[Link Outbound](https://www.example.com)

[Link internal /about](/about)
[Link internal /about](./about)

#20 also #4 but no \\#20

Expand Down
21 changes: 0 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 248535a

Please sign in to comment.