mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-07 21:25:48 +00:00
Fixed TOC tree syntax error
Depth option was missing ':' and ':local:' was on the same line as the contents directive.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
Use swupd search to find bundles
|
||||
################################
|
||||
|
||||
.. contents:: :local:
|
||||
depth: 2
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 2
|
||||
|
||||
This document shows you how to use `swupd search` to find and add
|
||||
bundles.
|
||||
@@ -140,4 +141,4 @@ Find answers to these common questions:
|
||||
|
||||
.. _bundles: https://github.com/clearlinux/clr-bundles/tree/master/bundles
|
||||
|
||||
.. _packages: https://github.com/clearlinux/clr-bundles/blob/master/packages
|
||||
.. _packages: https://github.com/clearlinux/clr-bundles/blob/master/packages
|
||||
|
||||
Reference in New Issue
Block a user