Skip to content

Commit

Permalink
Restore troubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 2, 2024
1 parent 1489150 commit 5095ecc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Troubleshooting

In case of any problems, you can do the following:

- Use the automatic report functionality of the error reporter if it comes up
- You can also open the issue reporter manually in the menu bar
- Alternatively, you can also open an issue on GitHub and describe the error in more detail
- Join the [XPipe Discord Server](https://discord.gg/8y89vS8cRb), the [XPipe Slack Server](https://join.slack.com/t/XPipe/shared_invite/zt-1awjq0t5j-5i4UjNJfNe1VN4b_auu6Cg), or email [hello@xpipe.io](mailto://hello@xpipe.io) to talk with the developers
- There is a special debug mode for more verbose output available that you can start in the settings menu
- If the application does not even start, or you want to dig deeper into the error cause, you can find the different log files at `<User Home>\.xpipe\logs` or `~/.xpipe/logs`.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const sidebars = {
{
type: 'category',
label: 'Troubleshooting',
link: {type: 'doc', id: 'troubleshooting'},
collapsible: true,
collapsed: false,
items: [
Expand Down

0 comments on commit 5095ecc

Please sign in to comment.