Skip to content

Commit

Permalink
Small amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
imtuyethan committed Jan 16, 2025
1 parent 52cb278 commit 54becc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/docs/install-extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Jan currently only accepts `.tgz` file format for extensions.
> - You're free to develop extensions using any approach or structure that works for your needs. Feel free to experiment and innovate.
> - If you already have your own `.tgz` extension file, please move forward to [install extension](/docs/install-extensions#install-extensions) step.
#### Extension Structure
### Extension Structure
Your extension should follow this basic structure:

```
Expand All @@ -69,7 +69,7 @@ my-extension/
└── README.md # Extension documentation
```

#### Required package.json Fields
### Required package.json Fields
```json
{
"name": "@your-org/extension-name",
Expand All @@ -94,7 +94,7 @@ my-extension/
}
```

#### Example Extension Template
### Example Extension Template

You can find a template for creating Jan extensions in our [example repository](https://github.com/janhq/extension-template).
## Install Extensions
Expand Down

0 comments on commit 54becc8

Please sign in to comment.