doc: update attachment handling

This commit is contained in:
King Kévin 2023-02-01 01:45:39 +01:00
parent 76fec09c4b
commit 920c90e4ac
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ usage
===== =====
Once the service is installed, there is a single page to search, add, delete, or update parts. Once the service is installed, there is a single page to search, add, delete, or update parts.
The only aspect not handled by the web frontend is the attachments. The only aspect not handled by the web frontend is the attachment deletion.
Just add the files directly on the server under `public/attachments/<part_name>/`. Just remove the files directly on the server under `public/attachments/<part_name>/`.
To import an LCSC part, simply go to the `/import/lcsc/Cxxxx` page and the part will be added to the database. To import an LCSC part, simply go to the `/import/lcsc/Cxxxx` page and the part will be added to the database.