diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md new file mode 100644 index 0000000..f52282a --- /dev/null +++ b/docs/troubleshooting.md @@ -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 `\.xpipe\logs` or `~/.xpipe/logs`. diff --git a/sidebars.js b/sidebars.js index 4b386b1..0adee0e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -52,6 +52,7 @@ const sidebars = { { type: 'category', label: 'Troubleshooting', + link: {type: 'doc', id: 'troubleshooting'}, collapsible: true, collapsed: false, items: [