summaryrefslogtreecommitdiff
path: root/docs/modules/cli
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-21 19:37:03 -0700
committerSarah White <graphitefriction@gmail.com>2020-12-08 14:32:53 -0700
commit9cc3f9123ce44b61da58705f95d3c1a0e59199cc (patch)
tree096be3efbc70c1b79d6f3008c3c37d2b7d4696c0 /docs/modules/cli
parentb31306f6bab06f5acf8e5f1b55204e7f4092e973 (diff)
rewrite the pages that cover stylesheet modes and applying a custom stylesheet; reorder pages in nav
Diffstat (limited to 'docs/modules/cli')
-rw-r--r--docs/modules/cli/pages/process-multiple-files.adoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/modules/cli/pages/process-multiple-files.adoc b/docs/modules/cli/pages/process-multiple-files.adoc
index db6368e5..803f5bbe 100644
--- a/docs/modules/cli/pages/process-multiple-files.adoc
+++ b/docs/modules/cli/pages/process-multiple-files.adoc
@@ -44,5 +44,3 @@ For example, you can match AsciiDoc files in the current folder and in folders o
Most shells do not honor this double glob pattern.
In conclusion, when specifying a glob pattern, we always recommend enclosing the argument in quotes.
-
-CAUTION: To process multiple nested AsciiDoc files at once and apply a custom stylesheet, you'll need to xref:html-backend:custom-stylesheets.adoc#style-nested[manage the stylesheet's location].