Skip to content

Commit 9a54497

Browse files
authored
(DOCSP-41064) Resolves orphan errors from CLI includes (#101) (#112)
1 parent 479080f commit 9a54497

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

assets.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version = "atlascli/v1.14.0"
77

88
[[assets.sources.repository.targets]]
99
source = "docs/atlascli/command/atlas-kubernetes-operator-install.txt"
10-
output = "command/atlas-kubernetes-operator-install.txt"
10+
output = "command/atlas-kubernetes-operator-install.rst"

source/includes/extracts-atlas-cli-source-tabs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ content: |
44
To {{task}} using the
55
{+atlas-cli+}, run the following command:
66
7-
.. literalinclude:: /includes/command/{{commandWithDashes}}.txt
7+
.. literalinclude:: /includes/command/{{commandWithDashes}}.rst
88
:start-after: :caption: Command Syntax
99
:end-before: .. Code end marker, please don't delete this comment
1010
:language: sh

0 commit comments

Comments
 (0)