Skip to content

Commit 0e5d8fa

Browse files
authored
style: highlight mentioned files in FileTree (#581)
1 parent 14bb604 commit 0e5d8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/paper/dev/api/plugin-configs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This will be located in the `resources` directory:
3535
- main/
3636
- java/
3737
- resources/
38-
- config.yml
38+
- **config.yml**
3939
- plugin.yml
4040
</FileTree>
4141

src/content/docs/paper/dev/getting-started/plugin-yml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `plugin.yml` file is located in the `resources` directory of your project.
2121
- main/
2222
- java/
2323
- resources/
24-
- plugin.yml
24+
- **plugin.yml**
2525
</FileTree>
2626

2727
## Example

0 commit comments

Comments
 (0)