From 82c7a862128be6275a95b23527a35fa15f18bbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Oliveira?= Date: Tue, 9 Jul 2024 13:30:27 +0200 Subject: [PATCH] update --- docs/Terminology.md | 8 ++++---- docs/_config.yml | 4 ++-- docs/{ => assets}/doc.png | Bin docs/{ => assets}/favicon.ico | Bin docs/{ => assets}/just-the-docs.png | Bin docs/{ => assets}/publications.md | 0 docs/{ => assets}/sec.ico | Bin docs/{ => assets}/sec.png | Bin docs/{ => assets}/sec2.png | Bin docs/{ => assets}/sec3.png | Bin 10 files changed, 6 insertions(+), 6 deletions(-) rename docs/{ => assets}/doc.png (100%) rename docs/{ => assets}/favicon.ico (100%) rename docs/{ => assets}/just-the-docs.png (100%) rename docs/{ => assets}/publications.md (100%) rename docs/{ => assets}/sec.ico (100%) rename docs/{ => assets}/sec.png (100%) rename docs/{ => assets}/sec2.png (100%) rename docs/{ => assets}/sec3.png (100%) diff --git a/docs/Terminology.md b/docs/Terminology.md index 050f5e8..341030b 100644 --- a/docs/Terminology.md +++ b/docs/Terminology.md @@ -45,7 +45,7 @@ In ArchiMate, a *Control Capability* is represented by a *Capability* associated A *Security Mechanism* aggregates *Control Capabilities*. However, other objects may also have one or more *Control Capabilities*. -**Examples:** Antivirus software has *Control Capabilities* to scan and eliminate malwares. Air defense systems have *Control Capabilities* to intercept certain air threats. Warning signs have *Control Capabilities* to dissuade people from doing certain things. +**Examples:** Antivirus software has *Control Capabilities* to scan and eliminate malware. Air defense systems have *Control Capabilities* to intercept certain air threats. Warning signs have *Control Capabilities* to dissuade people from doing certain things. @@ -117,11 +117,11 @@ In ArchiMate, an *Intention* is represented by a *Goal*. ### 8. Likelihood -> Definition... +> A likelihood assignment describes the chances of occurrence of certain types of events or the chances of events to cause (or be followed by) other events. -In ArchiMate, Likelihood is represented by an *Assessment* with the stereotype «Likelihood»... +In ArchiMate, *Likelihood* is represented by an *Assessment* with the stereotype «Likelihood», which can be connected to an event or the triggering association between events. Since there is no sense in assigning likelihood to individual events, the likelihood assignment should be understood as describing regularities, so applicable to types of events. -connected to a triggering association between Value Events or to a «ValueExperience» +Events that prevent others from happening can be understood as negatively influencing the likelihood of the occurrence of the latter. **Examples:** XXXX. diff --git a/docs/_config.yml b/docs/_config.yml index 7fa4ba2..90b442e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,12 +8,12 @@ url: https://just-the-docs.github.io color_scheme: light # Set a path/url to a logo that will be displayed instead of the title -logo: "sec3.png" +logo: "assets/sec3.png" # Set a path/url to a favicon that will be displayed by the browser # favicon_ico: "/assets/images/favicon.ico" # If the path to your favicon is /favicon.ico, you can leave favicon_ico unset. -favicon_ico: "sec.ico" +favicon_ico: "assets/sec.ico" aux_links: Repository: https://github.com/unibz-core/security-archimate diff --git a/docs/doc.png b/docs/assets/doc.png similarity index 100% rename from docs/doc.png rename to docs/assets/doc.png diff --git a/docs/favicon.ico b/docs/assets/favicon.ico similarity index 100% rename from docs/favicon.ico rename to docs/assets/favicon.ico diff --git a/docs/just-the-docs.png b/docs/assets/just-the-docs.png similarity index 100% rename from docs/just-the-docs.png rename to docs/assets/just-the-docs.png diff --git a/docs/publications.md b/docs/assets/publications.md similarity index 100% rename from docs/publications.md rename to docs/assets/publications.md diff --git a/docs/sec.ico b/docs/assets/sec.ico similarity index 100% rename from docs/sec.ico rename to docs/assets/sec.ico diff --git a/docs/sec.png b/docs/assets/sec.png similarity index 100% rename from docs/sec.png rename to docs/assets/sec.png diff --git a/docs/sec2.png b/docs/assets/sec2.png similarity index 100% rename from docs/sec2.png rename to docs/assets/sec2.png diff --git a/docs/sec3.png b/docs/assets/sec3.png similarity index 100% rename from docs/sec3.png rename to docs/assets/sec3.png