-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ongoing work on Metadata and Extensions Tutorials (#1011)
* Adding metadata tutorial page * Fixing links to match new link contract * updated rlink reference * 857 extension mechanisms (#1031) * Added json and yaml example snippets * Added link to allowed values documentation * Added hugo callouts and minor tweaks * 857 updates (#1273) * Completed an editorial pass through the metadata and extension tutorial. Revised the prop portion of the extension tutorial to provide a better conceptualization * Reorganized the tutorials to follow the model layer organization. Co-authored-by: David Waltermire <david.waltermire@nist.gov> Co-authored-by: Alexander Stein <alexander.stein@nist.gov> Co-authored-by: stephenbanghart <banghasa@dukes.jmu.edu> Co-authored-by: Stephen Banghart <stephen.banghart@nist.gov> Co-authored-by: Rene Tshiteya <rene-claude.tshiteya@noblis.org> Co-authored-by: Rene2mt <76444659+Rene2mt@users.noreply.github.com>
- Loading branch information
1 parent
91e919f
commit e22f995
Showing
13 changed files
with
1,685 additions
and
15 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 |
---|---|---|
|
@@ -21,3 +21,8 @@ | |
float: inherit; | ||
} | ||
} | ||
|
||
div.highlight .chroma .err { | ||
color: gray; | ||
background-color: inherit; | ||
} |
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
File renamed without changes
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,13 @@ | ||
--- | ||
title: Control Layer Topics | ||
heading: Tutorials that apply to the OSCAL control layer models | ||
description: A set of tutorials that apply to the OSCAL [control layer](/concepts/layer/control/) models. | ||
weight: 20 | ||
suppresstopiclist: true | ||
toc: | ||
enabled: false | ||
--- | ||
|
||
The following tutorial covers topics that apply to the OSCAL [control layer](/concepts/layer/control/) models. | ||
|
||
- [Creating a Basic Control Catalog](basic-catalog/): A tutorial on creating a [catalog](/concepts/terminology/#catalog) of [controls](/concepts/terminology/#control) using the OSCAL [catalog model](/concepts/layer/control/catalog/). |
7 changes: 5 additions & 2 deletions
7
...content/learn/tutorials/catalog/_index.md → .../learn/tutorials/control/basic-catalog.md
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,14 @@ | ||
--- | ||
title: General Topics | ||
heading: Tutorials that apply to OSCAL as a whole | ||
description: A set of tutorials that apply to all OSCAL models. | ||
weight: 10 | ||
suppresstopiclist: true | ||
toc: | ||
enabled: false | ||
--- | ||
|
||
The following tutorials cover general topics that apply to all of the OSCAL [models](/concepts/layer/). | ||
|
||
- [Using the metadata section](metadata/): Explains use of the `metadata` section that is required to be provided in all OSCAL content. | ||
- [Extending OSCAL models](extension/): A discussion of how to use OSCAL properties and links to provided extended data in OSCAL content. |
Oops, something went wrong.