mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
docs: reduce height of provider entries
This commit is contained in:
parent
41e12114a8
commit
2a7f3eecf4
2
Makefile
2
Makefile
@ -217,7 +217,7 @@ fetch_binaries:
|
||||
rclone -P sync --exclude "/testbuilds/**" --delete-excluded $(BETA_UPLOAD) build/
|
||||
|
||||
serve: website
|
||||
cd docs && hugo server -v -w
|
||||
cd docs && hugo server -v -w --disableFastRender
|
||||
|
||||
tag: doc
|
||||
@echo "Old tag is $(VERSION)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between py-1">
|
||||
<span>
|
||||
{{ .Get "name" }}{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>){{end}}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user