Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 committed May 17, 2024
1 parent 539a850 commit 1307888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/05_Plugins/02_Adding_custom_icons.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to add custom icons

In this guide we want add a completely new icon to Pimcore Studio UI. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md.md) as starting point.
In this guide we want add a completely new icon to Pimcore Studio UI. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md) as starting point.

We could use any kind of icon library like Font Awesome or comparable. But let's assume we want to add a custom one:

Expand Down
2 changes: 1 addition & 1 deletion doc/05_Plugins/03_Add_your_first_widget.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to add your first widget

In this guide we want to add a new bottom widget when a user clicks a button. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md.md) as starting point.
In this guide we want to add a new bottom widget when a user clicks a button. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md) as starting point.

A widget is just a simple react component. So, let's create one:

Expand Down

0 comments on commit 1307888

Please sign in to comment.