Skip to content

Commit 34d1aaa

Browse files
committed
documentation; note about how to find templates
1 parent 5dd8607 commit 34d1aaa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

ux.symfony.com/templates/ux_packages/toolkit.html.twig

+11-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
{% endcomponent %}
136136

137137
<p class="mt-4">
138-
Official components require tailwindcss to be installed in your project. Visit the <a class="underline" href="https://tailwindcss.com/docs/installation" target="_blank">Tailwindcss documentation</a> for more information.
139-
Components are based on <a href="https://ui.shadcn.com/" target="_blank">shadcdn/ui</a> design system.
138+
Official components require tailwindcss to be installed in your project. Visit the <a class="text-underline" target="_blank" href="https://tailwindcss.com/docs/installation" target="_blank">Tailwind CSS documentation</a> for more information.
139+
Components are based on <a class="text-underline" target="_blank" href="https://ui.shadcn.com/" >shadcdn/ui</a> design system.
140140
</p>
141141

142142
<p class="mt-4">
@@ -187,6 +187,15 @@
187187
The <code>theme</code> key allows you to choose the component library to use, and can be any GitHub repository.
188188
</p>
189189
</div>
190+
</div>
191+
<div class="col-12 mt-4">
192+
<p>
193+
If you want to distribute your own theme, please <a class="text-underline" target="_blank" href="https://docs.github.com/fr/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics">
194+
classify your repository</a> with the <code>ux-toolkit</code> topic to be referenced easily.
195+
</p>
196+
<p>
197+
Your repository will be automatically detected by the <a class="text-underline" target="_blank" href="https://github.com/search?q=topic%3Aux-toolkit&type=repositories">GitHub search engine</a>.
198+
</div>
190199
</div>
191200
</section>
192201
{% endblock %}

0 commit comments

Comments
 (0)