-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the Autonomous Assurance topic
- Loading branch information
1 parent
2d90a87
commit fba7557
Showing
4 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Autonomous Assurance" id="autonomous-assurance"> | ||
|
||
<p> | ||
A reference article is information-oriented. | ||
It provides a structured description of a product: | ||
its APIs, classes, functions, configuration options, actions, and so on. | ||
Start with a summary of what this reference article is about, and what the items you are describing are used for. | ||
</p> | ||
|
||
<chapter title="Command" id="command"> | ||
<p>Syntax:</p> | ||
|
||
<code-block lang="shell"> | ||
cmd [OPTIONS] | ||
</code-block> | ||
</chapter> | ||
|
||
<chapter title="Options" id="options"> | ||
<p>Describe what each option is used for:</p> | ||
|
||
<deflist type="medium"> | ||
<def title="-o, --open"> | ||
Opens a file. | ||
</def> | ||
<def title="-c, --close"> | ||
Closes a file. | ||
</def> | ||
<def title="-v --version"> | ||
Displays version information. | ||
</def> | ||
<def title="-h, --help"> | ||
Displays help. | ||
</def> | ||
</deflist> | ||
</chapter> | ||
|
||
<seealso> | ||
<!--Provide links to related how-to guides, overviews, and tutorials.--> | ||
</seealso> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters