-
Notifications
You must be signed in to change notification settings - Fork 213
docs(locadex): update translations on main #2854
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
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -62,4 +62,35 @@ Mintlify génère un fichier `skill.md` selon la [spécification agentskills.io] | |||||
|
|
||||||
| Ajoutez un fichier `skill.md` à la racine de votre projet pour remplacer le fichier généré automatiquement. Si vous supprimez un fichier personnalisé, Mintlify génère un nouveau fichier `skill.md`. | ||||||
|
|
||||||
| Rédigez un fichier personnalisé si vous souhaitez un contrôle précis sur la manière dont les agents interagissent avec votre produit. Suivez la [spécification agentskills.io](https://agentskills.io/specification) pour garantir la compatibilité avec les outils des agents. | ||||||
| Rédigez un fichier personnalisé si vous souhaitez un contrôle précis sur la manière dont les agents interagissent avec votre produit. Suivez la [spécification agentskills.io](https://agentskills.io/specification) pour garantir la compatibilité avec les outils des agents. | ||||||
|
|
||||||
| <div id="frontmatter-fields"> | ||||||
| ### Champs de frontmatter | ||||||
| </div> | ||||||
|
|
||||||
| Les fichiers `skill.md` personnalisés doivent commencer par un frontmatter YAML. Les champs suivants sont pris en charge : | ||||||
|
|
||||||
| | Nom du champ | Type | Description | | ||||||
| | --------------- | ------ | ----------------------------------------------------------------------------------------------- | | ||||||
| | `name` | string | Le nom de votre skill. | | ||||||
| | `description` | string | Une brève description de ce que fait votre skill. | | ||||||
| | `license` | string | La licence de votre skill (par exemple : `MIT`, `Apache-2.0`). | | ||||||
| | `compatibility` | string | Exigences ou notes de compatibilité (par exemple : dépendances d'exécution). | | ||||||
| | `metadata` | object | Métadonnées supplémentaires sous forme de paires clé-valeur de chaînes de caractères (par ex. : `author`, `version`). | | ||||||
| | `allowed-tools` | string | Liste, séparée par des espaces, des outils préautorisés que le skill peut utiliser (expérimental). | | ||||||
|
|
||||||
| <div id="example-custom-skillmd"> | ||||||
| ### Exemple de fichier `skill.md` personnalisé | ||||||
| </div> | ||||||
|
|
||||||
| ```md | ||||||
| --- | ||||||
| name: mintlify-docs | ||||||
| description: Créez et maintenez des sites de documentation avec Mintlify. À utiliser pour créer des pages de documentation, configurer la navigation, ajouter des composants ou mettre en place des références API. | ||||||
| license: MIT | ||||||
| compatibility: Requires Node.js for CLI. Works with any Git-based workflow. | ||||||
| metadata: | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||
| author: mintlify | ||||||
| version: "1.0" | ||||||
| --- | ||||||
| ``` | ||||||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like an HTML-escaped apostrophe that may render oddly in the table.