Skip to content

Commit b9e686c

Browse files
Fix indent, use ` instead of '
1 parent 64f26aa commit b9e686c

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

-56.7 KB
Binary file not shown.

docs/src/content/docs/docs/v2/storage.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,31 @@ To get the WebDAV URL, please visit the documentation:
4343

4444
[Nextcloud](https://docs.nextcloud.com/server/latest/user_manual/en/files/access_webdav.html) (it should look like this: `https://nextcloud.example.com/remote.php/dav/files/username/`, replace `username` and `nextcloud.example.com` with the correct values)
4545

46+
### Instructions for NextCloud
47+
4648
#### How to get the URL
4749
1. Go to 'Files'
48-
![](@assets/img/webDAV/URLstep1.png)
50+
![](@assets/img/webDAV/URLstep1.png)
4951
2. Open the 'Files settings'
50-
![](@assets/img/webDAV/URLstep2.png)
52+
![](@assets/img/webDAV/URLstep2.png)
5153
3. Choose the 'WebDAV' section in the sidebar, then Copy the URL
52-
![](@assets/img/webDAV/URLstep3and4.png)
54+
![](@assets/img/webDAV/URLstep3and4.png)
5355
4. Paste the URL in the URL input box in Butterfly
54-
![](@assets/img/webDAV/URLstep5.png)
56+
![](@assets/img/webDAV/URLstep5.png)
5557

5658
#### How to get the password and username
5759
1. Go to your Nextcloud account info by pressing the profile picture on the corner
58-
2. Then, press 'Settings'
59-
![](@assets/img/webDAV/Name1.png)
60-
3. In the Security tab, scroll down to 'Devices & sessions'
60+
2. Then, press `Settings`
61+
![](@assets/img/webDAV/Name1.png)
62+
3. In the Security tab, scroll down to `Devices & sessions`
6163
4. Enter any name for the app name input box
6264
- "Butterfly Connection" is a good name to use, as it is identifiable and clear.
63-
5. Press the button called 'Create new app password'
64-
![](@assets/img/webDAV/Name2.png)
65-
7. After authenticating, copy the email and paste it in the username input box in Butterfly
66-
![](@assets/img/webDAV/Name3.png)
67-
8. Finally, copy the password and paste it in the password input box in Butterfly
68-
![](@assets/img/webDAV/Name4.png)
65+
5. Press the button called `Create new app password`
66+
![](@assets/img/webDAV/Name2.png)
67+
6. After authenticating, copy the email and paste it in the username input box in Butterfly
68+
![](@assets/img/webDAV/Name3.png)
69+
7. Finally, copy the password and paste it in the password input box in Butterfly
70+
![](@assets/img/webDAV/Name4.png)
6971

7072

7173
### Offline sync

0 commit comments

Comments
 (0)