Skip to content

Commit

Permalink
feat(docs): add documentation for good to know topics
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Jan 6, 2024
1 parent 91d43ad commit ce3b48f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ export default defineConfig({
{ text: 'Icon above Title', link: '/notes/title-icon' },
],
},
{
text: 'Good to know',
collapsed: true,
items: [
{ text: 'See icon name', link: '/good-to-know/see-icon-name' },
],
},
],

socialLinks: [
Expand Down
Binary file added docs/assets/icon-of-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/good-to-know/see-icon-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See icon name of file or folder

If you've ever wondered which icon you've used for this specific file or folder
and it does not exist in your most recently used icons, you can simply hover
over the icon (and wait some time) to see the icon name. It will be in the
following format: `<icon-pack-prefix><icon-name>` (e.g., `IbCalendar`).

It can look like the following:

![See icon name of file or folder](../assets/icon-of-file.png)

0 comments on commit ce3b48f

Please sign in to comment.