Skip to content

Commit

Permalink
Pjavan add registry to oscal.io (#31)
Browse files Browse the repository at this point in the history
Added OCR to tools page and top navigation. Partially implements
#29 without the last
requirement for adding information about the OCR on the main page.
  • Loading branch information
pjavan authored May 8, 2024
1 parent fa1483a commit 68cab81
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
safe_yaml (1.0.5)
sass-embedded (1.61.0-x86_64-linux-gnu)
sass-embedded (1.62.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com

author: Easy Dynamics Corp
copyrightyear: "2023"
contactemail: oscal@easydynamics.com
copyrightyear: "2024"
contactemail: oscal@oscal.io
ga4code: "G-532JFQZHHC"

collections:
Expand Down
2 changes: 2 additions & 0 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ right:
link: '/'
- name: Events
link: '/events/'
- name: Content Registry
link: 'https://registry.oscal.io/documents'
- name: Tools
link: '/tools/'
# - name: Viewer
Expand Down
7 changes: 7 additions & 0 deletions _tools/oscal-content-registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: OSCAL Content Registry
author: Easy Dynamics
link: https://registry.oscal.io
---

The registry is a centralized platform dedicated to the storage, management, and dissemination of Open Security Controls Assessment Language (OSCAL) models
5 changes: 2 additions & 3 deletions tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
lead: |
This is a collection of tools that are OSCAL-compatible and will continue to be expanded as
new ones are identified. To add a tool,
<a href="mailto:oscal@easydynamics.com" class="text-secondary">email us</a> with the name,
<a href="mailto:oscal@oscal.io" class="text-secondary">email us</a> with the name,
publisher, and summary of the tool.
---

---

0 comments on commit 68cab81

Please sign in to comment.