diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 7152a65..d11baa2 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -1,6 +1,6 @@ --- title: Introduction -description: 'Welcome to Upscayl Documentation! 🎉' +description: "Welcome to Upscayl Documentation! 🎉" --- Here we're trying to build documentation around Upscayl for everyone. @@ -10,47 +10,46 @@ This guide will continue to grow as we add more content. If you have any suggest ### Contents - Read this guide to learn how to ask for help on Upscayl's GitHub. - Check if your GPU is compatible with Upscayl. - Learn the various confusing features of Upscayl. - Learn how to troubleshoot common issues with Upscayl. - Learn how to convert PyTorch models to NCNN models for Upscayl. - Learn about the miscellaneous configurations in Upscayl. - Learn how to use Upscayl on Windows and Linux without a graphics card. - diff --git a/docs/logs.mdx b/docs/logs.mdx new file mode 100644 index 0000000..f8ba392 --- /dev/null +++ b/docs/logs.mdx @@ -0,0 +1,14 @@ +--- +title: Logs +description: "How to view and share logs in Upscayl" +--- + +## Steps +To view logs in Upscayl, you can use the following methods: + +1. Open the Upscayl app. +2. Click on the `Settings` tab. +3. Under the `LOGS` section, you can view the logs in real-time. +4. To share the logs, click on the `COPY LOGS 📋` button to copy the logs to your clipboard. +5. To share the logs with the Upscayl team, go to [LogPasta](https://logpasta.com/) and paste the logs there. +6. Share the LogPasta link with the Upscayl team. \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index c9fa763..6cea613 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -46,9 +46,20 @@ { "group": "Get Started", "pages": ["introduction"] - },{ + }, + { + "group": "Troubleshooting", + "pages": ["logs"] + }, + { "group": "API Reference", - "pages": ["get-task-status", "get-upload-url", "complete-a-multipart-upload", "get-upscayl-history", "start-a-new-task"] + "pages": [ + "get-task-status", + "get-upload-url", + "complete-a-multipart-upload", + "get-upscayl-history", + "start-a-new-task" + ] } ], "footerSocials": {