summaryrefslogtreecommitdiff
path: root/docs/modules/cli/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/cli/pages')
-rw-r--r--docs/modules/cli/pages/process-multiple-files.adoc2
-rw-r--r--docs/modules/cli/pages/set-safe-mode.adoc7
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/modules/cli/pages/process-multiple-files.adoc b/docs/modules/cli/pages/process-multiple-files.adoc
index 0d565b77..db6368e5 100644
--- a/docs/modules/cli/pages/process-multiple-files.adoc
+++ b/docs/modules/cli/pages/process-multiple-files.adoc
@@ -45,4 +45,4 @@ 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:apply-stylesheet.adoc#style-nested[manage the stylesheet's location].
+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].
diff --git a/docs/modules/cli/pages/set-safe-mode.adoc b/docs/modules/cli/pages/set-safe-mode.adoc
index 31110060..66db3565 100644
--- a/docs/modules/cli/pages/set-safe-mode.adoc
+++ b/docs/modules/cli/pages/set-safe-mode.adoc
@@ -1,7 +1,10 @@
= Set the Safe Mode Using the CLI
-:navtitle: Set the Safe Mode
+:navtitle: Set Safe Mode
When Asciidoctor is invoked via the CLI, the xref:ROOT:safe-modes.adoc[safe mode] is set to `UNSAFE` by default.
+
+== Assign safe mode level
+
You can change the security level by executing one of the following commands:
`-S`, `--safe-mode=SAFE_MODE`::
@@ -16,4 +19,4 @@ Provided for compatibility with the python AsciiDoc `safe` command.
Base directory containing the document and resources. Defaults to the directory containing the source file, or the working directory if the source is read from a stream. Can be used as a way to chroot the execution of the program.
////
-You can also set the xref:api:set-safe-mode.adoc[safe mode from the API] and xref:ROOT:attributes-and-safe-modes.adoc[manage attributes by safe mode].
+You can also set the xref:api:set-safe-mode.adoc[safe mode from the API] and xref:ROOT:reference-safe-mode.adoc[enable or disable content based on the current safe mode].