mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Anchor link to dev chat
This commit is contained in:
parent
31d362d715
commit
92f3357977
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
{% trans "Installing BookWyrm" %}
|
{% trans "Installing BookWyrm" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-item is-align-items-start pt-5">
|
<div class="navbar-item is-align-items-start pt-5">
|
||||||
<a href="https://joinbookwyrm.com/get-involved/" target="_blank">{% trans "Need help?" %}</a>
|
<a href="https://joinbookwyrm.com/get-involved/#dev-chat" target="_blank">{% trans "Need help?" %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
1
bw-dev
1
bw-dev
|
@ -238,6 +238,7 @@ case "$CMD" in
|
||||||
echo " stylelint"
|
echo " stylelint"
|
||||||
echo " formatters"
|
echo " formatters"
|
||||||
echo " populate_streams [--stream=<stream name>]"
|
echo " populate_streams [--stream=<stream name>]"
|
||||||
|
echo " populate_lists_streams"
|
||||||
echo " populate_suggestions"
|
echo " populate_suggestions"
|
||||||
echo " generate_thumbnails"
|
echo " generate_thumbnails"
|
||||||
echo " generate_preview_images [--all]"
|
echo " generate_preview_images [--all]"
|
||||||
|
|
Loading…
Reference in a new issue