forked from pool/mdbook
6b7cbec0e9
* 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
9 lines
266 B
Plaintext
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>
|