mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
build: improve backend docs autogenerated marker line
Replace custom rem hugo shortcode template with HTML comment. HTML comments are now allowed in Hugo without enabling unsafe HTML parsing. Improve the text in the comment: Remove unnecessary quoting, and avoid impression that make backenddocs has to be run and results committed, since we have a lint check which will then report error because we want to prevent manual changes in autogenerated sections. Disable the markdownlint rule line-length on the autogenerated marker line. Make the autogenerated marker detection a bit more robust. See #8942 for more details.
This commit is contained in:
@@ -168,7 +168,7 @@ Files you delete with rclone will end up in Trash and be stored there for 30 day
|
||||
Quatrix also provides an API to permanently delete files and an API to empty the
|
||||
Trash so that you can remove files permanently from your account.
|
||||
|
||||
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/quatrix/quatrix.go then run make backenddocs" >}}
|
||||
<!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/quatrix/quatrix.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
|
||||
### Standard options
|
||||
|
||||
Here are the Standard options specific to quatrix (Quatrix by Maytech).
|
||||
@@ -278,7 +278,7 @@ Properties:
|
||||
- Type: string
|
||||
- Required: false
|
||||
|
||||
{{< rem autogenerated options stop >}}
|
||||
<!-- autogenerated options stop -->
|
||||
|
||||
## Storage usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user