oasis-open / cti-stix-common-objects

OASIS Cyber Threat Intelligence (CTI) TC: A repository for commonly used STIX objects in order to avoid needless duplication. https://github.com/oasis-open/cti-stix-common-objects
BSD 3-Clause "New" or "Revised" License
84 stars 36 forks source link

adding adoc version of identity contact info docx #47

Closed ghackford-mitre closed 8 months ago

ghackford-mitre commented 9 months ago

Adding the Identity Contact Information document in asciidoc form so it can be viewed on Github

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

rpiazza commented 9 months ago

You can use this command in the extension-definition-specifications directory to generate the html version of the asciidoc. This is the best way to see if the doc looks "good":

asciidoctor -v --failure-level INFO -a stylesheet=../asciidoc-shared/stix.css -D ../../temp incident-core/Incident\ Extension\ Suite.adoc

Then look in ../../temp for Incident Extension Suite.html

rpiazza commented 9 months ago

Related to: https://gitlab.mitre.org/ais-firr/schemas/-/issues/18

ghackford-mitre commented 8 months ago

I ran asciidoctor on the newest version of the adoc file and everything seems fine, no errors and html looks good.