mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 21:33:07 +00:00
Fixes #245 Add Discourse forums
This commit is contained in:
parent
40d9bd1b85
commit
b6763ad40f
24
README.md
24
README.md
@ -65,38 +65,40 @@ The Devilbox has a lot of features reaching from a simple single-user developmen
|
||||
works out of the box up to a shared development infrastructure for a corporate network.
|
||||
|
||||
In order to be aware about all that features, ensure to have skimmed over the
|
||||
[documentation](https://devilbox.readthedocs.io), so you know what can be done and how that might
|
||||
**[documentation](https://devilbox.readthedocs.io)**, so you know what can be done and how that might
|
||||
simplify your every-day life. If you ever run into any unforseen issues, feel free to join the
|
||||
[chat](https://gitter.im/devilbox/Lobby) and get support quickly.
|
||||
**[chat](https://gitter.im/devilbox/Lobby)** or visit the **[forums](https://devilbox.discourse.group)** and get community support quickly.
|
||||
|
||||
<table width="100%" style="width:100%; display:table;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="33%" style="width:33%;"><h3><a href="https://devilbox.readthedocs.io" >Documentation</a></h3></th>
|
||||
<th width="33%" style="width:33%;"><h3><a href="https://gitter.im/devilbox/Lobby" >Chat</a></h3></th>
|
||||
<th width="33%" style="width:33%;"><h3>Forum</h3></th>
|
||||
<th width="33%" style="width:33%;"><h3><a target="_blank" href="https://devilbox.readthedocs.io">Documentation</a></h3></th>
|
||||
<th width="33%" style="width:33%;"><h3><a target="_blank" href="https://gitter.im/devilbox/Lobby">Chat</a></h3></th>
|
||||
<th width="33%" style="width:33%;"><h3><a target="_blank" href="https://devilbox.discourse.group">Forum</a></h3></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody style="vertical-align: middle; text-align: center;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://devilbox.readthedocs.io">
|
||||
<a target="_blank" href="https://devilbox.readthedocs.io">
|
||||
<img title="Documentation" name="Documentation" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/readthedocs.png" />
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitter.im/devilbox/Lobby">
|
||||
<a target="_blank" href="https://gitter.im/devilbox/Lobby">
|
||||
<img title="Chat on Gitter" name="Chat on Gitter" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/gitter.png" />
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<img title="Forum" name="Forum" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/discourse.png" />
|
||||
<a target="_blank" href="https://devilbox.discourse.group">
|
||||
<img title="Devilbox Forums" name="Forum" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/discourse.png" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://devilbox.readthedocs.io">devilbox.readthedocs.io</a></td>
|
||||
<td><a href="https://gitter.im/devilbox/Lobby">gitter.im/devilbox</a></td>
|
||||
<td>coming soon</td>
|
||||
<td><a target="_blank" href="https://devilbox.readthedocs.io">devilbox.readthedocs.io</a></td>
|
||||
<td><a target="_blank" href="https://gitter.im/devilbox/Lobby">gitter.im/devilbox</a></td>
|
||||
<td><a target="_blank" href="https://devilbox.discourse.group">devilbox.discourse.group</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -73,7 +73,7 @@ In that newly created file, you can simply add the full paths (path inside the D
|
||||
of your Javascript files that need to be started. There is already one example which is not
|
||||
commented. Change this to your path and add as many lines as you have projects to startup.
|
||||
|
||||
.. literalinclude:: ../../autostart/run-node-js-projects.sh
|
||||
.. literalinclude:: ../../autostart/run-node-js-projects.sh-example
|
||||
:caption: autostart/run-node-js-projects.sh
|
||||
:language: bash
|
||||
:emphasize-lines: 16
|
||||
|
@ -203,8 +203,9 @@ host is ready to be served with your custom domain.
|
||||
:caption: Support
|
||||
:maxdepth: 1
|
||||
|
||||
support/artwork
|
||||
support/blogs-videos-and-use-cases
|
||||
Devilbox Forums <https://devilbox.discourse.group/>
|
||||
support/troubleshooting
|
||||
support/faq
|
||||
support/howto
|
||||
support/blogs-videos-and-use-cases
|
||||
support/artwork
|
||||
|
Loading…
Reference in New Issue
Block a user