Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: /welcome ! #14

Merged
merged 4 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ pnpm-debug.log*

# macOS-specific files
.DS_Store

# yarn v2
yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"astro-matomo": "^1.6.0",
"sharp": "^0.33.2"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
6 changes: 4 additions & 2 deletions src/content/docs/utility/bvn.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
title: Commande _bvn ou bvn
description: Découvrez comment utiliser la commande _bvn de Mr. Robøt.
pagefind: false
sidebar:
hidden: true
badge:
text: 'Obsolète'
variant: caution
---

:::caution
Ceci est une ancienne commande, elle pourrait être supprimée dans une prochaine version ou remplacée par une nouvelle commande.
:::danger
Ceci est une ancienne commande, elle est obsolète et ne marche plus. Elle a été remplacée par la commande `/bienvenue`. Voir la [documentation →](/utility/welcome)
:::

La commande `_bvn` ou `bvn` permet de souhaiter la bienvenue à travers un message.
Expand Down
17 changes: 17 additions & 0 deletions src/content/docs/utility/welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Commande /bienvenue
description: Découvrez comment utiliser la commande /bienvenue de Mr. Robøt.
sidebar:
badge:
text: 'Nouveau'
variant: tip
---

La commande permet de souhaiter la bienvenue à travers un message.

## Utilisation

```
/bienvenue
```

Loading
Loading