Skip to content

Commit bba8ede

Browse files
Fix showcase github pages loading errors
- Standardized file names with colons and spaces - Re-linked correctly to avoid 404s - Replaced dead and external links with anchors (#) Co-authored-by: adamvangrover <200125393+adamvangrover@users.noreply.github.com>
1 parent ae8fc83 commit bba8ede

88 files changed

Lines changed: 166 additions & 165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.jules/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
When standardizing file names in GitHub pages repos, ensure colons and spaces are removed to prevent Jekyll errors. Ensure all references across JS, JSON, and Markdown are updated accordingly. Always check both internal and external link references inside HTML files.

data/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Decision trees are used by agents to make decisions in a structured and transpar
231231

232232
Ontologies and schemas provide a way to define the semantic context of the data in the ADAM system. They allow agents to understand the meaning of the data and to reason about it in a more intelligent way.
233233

234-
### 3.1. `context_definition.jsonld` and `CACM:SaaS_DefaultRisk_v1.jsonld`
234+
### 3.1. `context_definition.jsonld` and `CACM-SaaS_DefaultRisk_v1.jsonld`
235235

236236
* **Purpose:** These files contain the ontologies and schemas for the ADAM system. They define the concepts, properties, and relationships that are used to represent the data in the system.
237237
* **Schema:** The ontologies and schemas are represented in JSON-LD format, which is a standard for representing linked data in JSON.

data/DATA_NAVIGATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ graph TD
2525
2626
subgraph Ontologies
2727
E[context_definition.jsonld]
28-
F[CACM:SaaS_DefaultRisk_v1.jsonld]
28+
F[CACM-SaaS_DefaultRisk_v1.jsonld]
2929
end
3030
3131
subgraph Core Data

data/gold_standard/knowledge_artifacts.jsonl

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

data/gold_standard/knowledge_artifacts_20251201T224400.jsonl

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

data/gold_standard/knowledge_artifacts_20251220T121100.jsonl

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

data/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ <h1 class="mono" style="margin: 0; font-size: 1.2rem; color: var(--primary-color
232232
</li>
233233

234234
<li class="file-item">
235-
<a href="CACM:SaaS_DefaultRisk_v1.jsonld" style="display: flex; align-items: center; width: 100%; color: inherit; text-decoration: none;">
235+
<a href="CACM-SaaS_DefaultRisk_v1.jsonld" style="display: flex; align-items: center; width: 100%; color: inherit; text-decoration: none;">
236236
<span class="file-icon">📄</span>
237-
<span class="file-name">CACM:SaaS_DefaultRisk_v1.jsonld</span>
237+
<span class="file-name">CACM-SaaS_DefaultRisk_v1.jsonld</span>
238238

239239
</a>
240240
</li>

docs/chatbot-ui/knowledge_base.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/notebooks/CACM-ADK MVP: Interactive Notebook with UI.ipynb renamed to docs/notebooks/CACM-ADK-MVP-Interactive-Notebook-with-UI.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)