summaryrefslogtreecommitdiff
path: root/site/docs/getting-started/documents/topologies/small.json
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-05-19 13:31:34 +0200
committerGitHub <noreply@github.com>2025-05-19 13:31:34 +0200
commite9a1b6078e366a8ee071f5d423a1874608618e4d (patch)
treeef539af46703cd25fb66775b4580c3460c72be91 /site/docs/getting-started/documents/topologies/small.json
parentd70312f122d9ef7c31b05757239ffc66af832dee (diff)
Removing gh-pages site from master branch (#338)
* Removing site from master branch * Updated README.md
Diffstat (limited to 'site/docs/getting-started/documents/topologies/small.json')
-rw-r--r--site/docs/getting-started/documents/topologies/small.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/site/docs/getting-started/documents/topologies/small.json b/site/docs/getting-started/documents/topologies/small.json
deleted file mode 100644
index 54e3c6fc..00000000
--- a/site/docs/getting-started/documents/topologies/small.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "clusters":
- [
- {
- "name": "C01",
- "hosts" :
- [
- {
- "name": "H01",
- "cpu":
- {
- "coreCount": 12,
- "coreSpeed": 3300
- },
- "memory": {
- "memorySize": 140457600000
- }
- }
- ]
- }
- ]
-}