Skip to content

Commit

Permalink
Added the Autonomous Assurance topic
Browse files Browse the repository at this point in the history
  • Loading branch information
BillBensing committed Aug 22, 2024
1 parent 2d90a87 commit fba7557
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
1 change: 1 addition & 0 deletions Writerside/n-nape.tree
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<toc-element topic="nape-overview.md"/>
<toc-element topic="getting-started-with-nape.topic">
<toc-element topic="nape-core-concepts.topic">
<toc-element topic="autonomous-assurance.topic"/>
<toc-element topic="iia-three-lines-of-defense.topic"/>
</toc-element>
<toc-element topic="installing-nape.md"/>
Expand Down
45 changes: 45 additions & 0 deletions Writerside/topics/autonomous-assurance.topic
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>
2 changes: 1 addition & 1 deletion Writerside/topics/nape-core-concepts.topic
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</description>

<spotlight>
<a href="autonomous-assurance.topic" type="cross-platform" summary="The objective for all assurance work is to go from manual, to automated, and finally end up at autonomous. Autonomous Assurance is not a buzzword, it is self-directed automation.">Autonomous Assurance</a>
<a href="iia-three-lines-of-defense.topic" type="branch" summary="The IIA (Institute of Internal Auditors) Three Lines of Defense model describes how all relevant stakeholders from the front-line employee to the Board of Directors interact in order to ensure organizational risk mitigation.">The Three Lines of Defense</a>
<a href="installing-nape.md" type="settings" summary="todo">todo</a>
</spotlight>

<primary>
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/nape-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NAPE is an Assurance Engine that helps you perform different types of assurance
- **Aggregating** or combining the results from many fact-checks, and
- **Establishing** whether a process or "thing" is compliant or not.

NAPE is a tool that helps people in the first line, second line, and third line of defense work more efficiently. It does this by removing the need for humans to be involved in every step of the assurance process. Instead, NAPE uses the concept of Autonomous Assurance, so humans can focus on making important decisions rather than on routine tasks.
NAPE is a tool that helps people in the [first line, second line, and third lines of defense](iia-three-lines-of-defense.topic) work together more effectively. It does this by removing the need for humans to be involved in every step of the assurance process. Instead, NAPE uses the concept of Autonomous Assurance, so humans can focus on making important decisions rather than on routine tasks.

## What Problem does NAPE Solve For?

Expand Down

0 comments on commit fba7557

Please sign in to comment.