diff --git a/docs/sims/knolwedge-graph/concept-enumeration.md b/docs/sims/knolwedge-graphs/concept-enumeration.md similarity index 100% rename from docs/sims/knolwedge-graph/concept-enumeration.md rename to docs/sims/knolwedge-graphs/concept-enumeration.md diff --git a/docs/sims/knolwedge-graph/concept-taxonomy.md b/docs/sims/knolwedge-graphs/concept-taxonomy.md similarity index 100% rename from docs/sims/knolwedge-graph/concept-taxonomy.md rename to docs/sims/knolwedge-graphs/concept-taxonomy.md diff --git a/docs/sims/knolwedge-graph/concpt-dependency.md b/docs/sims/knolwedge-graphs/concpt-dependency.md similarity index 100% rename from docs/sims/knolwedge-graph/concpt-dependency.md rename to docs/sims/knolwedge-graphs/concpt-dependency.md diff --git a/docs/sims/knolwedge-graph/graph/category-colors.csv b/docs/sims/knolwedge-graphs/graph/category-colors.csv similarity index 100% rename from docs/sims/knolwedge-graph/graph/category-colors.csv rename to docs/sims/knolwedge-graphs/graph/category-colors.csv diff --git a/docs/sims/knolwedge-graph/graph/category-colors.html b/docs/sims/knolwedge-graphs/graph/category-colors.html similarity index 100% rename from docs/sims/knolwedge-graph/graph/category-colors.html rename to docs/sims/knolwedge-graphs/graph/category-colors.html diff --git a/docs/sims/knolwedge-graph/graph/category-colors.js b/docs/sims/knolwedge-graphs/graph/category-colors.js similarity index 100% rename from docs/sims/knolwedge-graph/graph/category-colors.js rename to docs/sims/knolwedge-graphs/graph/category-colors.js diff --git a/docs/sims/knolwedge-graph/graph/concept-taxonomy.md b/docs/sims/knolwedge-graphs/graph/concept-taxonomy.md similarity index 99% rename from docs/sims/knolwedge-graph/graph/concept-taxonomy.md rename to docs/sims/knolwedge-graphs/graph/concept-taxonomy.md index ed33add7..fef81710 100644 --- a/docs/sims/knolwedge-graph/graph/concept-taxonomy.md +++ b/docs/sims/knolwedge-graphs/graph/concept-taxonomy.md @@ -1,5 +1,7 @@ # Concept Taxonomy +[Run the Category Colors MicroSim](./category-colors.html) + ## Prompt ```linenums="0" diff --git a/docs/sims/knolwedge-graph/graph/dep-graph.html b/docs/sims/knolwedge-graphs/graph/dep-graph.html similarity index 100% rename from docs/sims/knolwedge-graph/graph/dep-graph.html rename to docs/sims/knolwedge-graphs/graph/dep-graph.html diff --git a/docs/sims/knolwedge-graph/graph/graph-data-2.csv b/docs/sims/knolwedge-graphs/graph/graph-data-2.csv similarity index 100% rename from docs/sims/knolwedge-graph/graph/graph-data-2.csv rename to docs/sims/knolwedge-graphs/graph/graph-data-2.csv diff --git a/docs/sims/knolwedge-graph/graph/graph-data.csv b/docs/sims/knolwedge-graphs/graph/graph-data.csv similarity index 100% rename from docs/sims/knolwedge-graph/graph/graph-data.csv rename to docs/sims/knolwedge-graphs/graph/graph-data.csv diff --git a/docs/sims/knolwedge-graph/graph/index.md b/docs/sims/knolwedge-graphs/graph/index.md similarity index 100% rename from docs/sims/knolwedge-graph/graph/index.md rename to docs/sims/knolwedge-graphs/graph/index.md diff --git a/docs/sims/knolwedge-graph/graph/lr-layout.html b/docs/sims/knolwedge-graphs/graph/lr-layout.html similarity index 100% rename from docs/sims/knolwedge-graph/graph/lr-layout.html rename to docs/sims/knolwedge-graphs/graph/lr-layout.html diff --git a/docs/sims/knolwedge-graph/graph/ohms-law-concept-graph.html b/docs/sims/knolwedge-graphs/graph/ohms-law-concept-graph.html similarity index 100% rename from docs/sims/knolwedge-graph/graph/ohms-law-concept-graph.html rename to docs/sims/knolwedge-graphs/graph/ohms-law-concept-graph.html diff --git a/docs/sims/knolwedge-graph/graph/script-lr.js b/docs/sims/knolwedge-graphs/graph/script-lr.js similarity index 100% rename from docs/sims/knolwedge-graph/graph/script-lr.js rename to docs/sims/knolwedge-graphs/graph/script-lr.js diff --git a/docs/sims/knolwedge-graph/graph/script.js b/docs/sims/knolwedge-graphs/graph/script.js similarity index 100% rename from docs/sims/knolwedge-graph/graph/script.js rename to docs/sims/knolwedge-graphs/graph/script.js diff --git a/docs/sims/knolwedge-graph/index.md b/docs/sims/knolwedge-graphs/index.md similarity index 100% rename from docs/sims/knolwedge-graph/index.md rename to docs/sims/knolwedge-graphs/index.md diff --git a/mkdocs.yml b/mkdocs.yml index e4a84cb8..ea037176 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -194,9 +194,9 @@ nav: - Sims: - Introduction: sims/index.md - Knowledge Graphs: - - Introduction: sims/knowledge-graph/index.md - - Concept Enumeration: sims/knowledge-graph/concept-enumeration.md - - Concept Dependency: sims/knowledge-graph/concept-dependency.md + - Introduction: sims/knowledge-graphs/index.md + - Concept Enumeration: sims/knowledge-graphs/concept-enumeration.md + - Concept Dependency: sims/knowledge-graphs/concept-dependency.md - Graph Demo: sims/knowledge-graph/graph/index.md - Breadboard: sims/breadboard/index.md