SHA256
1
0
forked from pool/mdbook
mdbook/_service
Soc Virnyl Estela 6b7cbec0e9 - Update to version 0.4.35:
* added the book.text-direction setting for explicit support for right-to-left
    languages.
  * added rel=prefetch to the "next" links to potentially improve browser performance
  * added a .warning css class which is styled for displaying warning blocks.
  * better support of the sidebar when JS is disabled.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=36
2023-09-30 01:02:05 +00:00

9 lines
266 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">mdbook-*.tar.gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>