1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00

Update docs

This commit is contained in:
Nayam Amarshe 2024-11-10 10:35:33 +05:30
parent 66445ffec5
commit 8402e3dccc
3 changed files with 35 additions and 11 deletions

View File

@ -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.
@ -53,4 +53,3 @@ This guide will continue to grow as we add more content. If you have any suggest
Learn how to use Upscayl on Windows and Linux without a graphics card.
</Card>
</CardGroup>

14
docs/logs.mdx Normal file
View File

@ -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.

View File

@ -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": {