Skip to content

Commit

Permalink
fix(docs): use gtm alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Mar 22, 2024
1 parent 19821ab commit 8c00d7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/finder.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
A finder finds classes, interfaces and traits based on different criteria (namespace, location,
attributes, annotations, etc) via an intuitive fluent interface.

?> `Finder` interface is inspired by Symfony finder component.
> [!NOTE]
> `Finder` interface is inspired by Symfony finder component.
## Available finders

Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</head>
<body>
<div id="app"></div>
<script src="//cdn.jsdelivr.net/npm/marked-alert@2"></script>
<script>
window.$docsify = {
name: 'Kcs Class Finder',
Expand All @@ -22,6 +23,11 @@
plugins: [
EditOnGithubPlugin.create('https://github.com/alekitto/class-finder/tree/master/docs/')
],

markdown: function (marked) {
marked.use(markedAlert());
return marked;
}
}
</script>
<!-- Docsify v4 -->
Expand Down

0 comments on commit 8c00d7a

Please sign in to comment.