fix map
This commit is contained in:
397
content/map.html
397
content/map.html
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
graph Map {
|
graph Map {
|
||||||
node[shape="box"]
|
node[shape="box"]
|
||||||
label="Map"
|
label=""
|
||||||
|
|
||||||
node[group="koan"]
|
node[group="koan"]
|
||||||
"Koan 1" [href="/koan/"]
|
"Koan 1" [href="/koan/"]
|
||||||
@ -42,8 +42,8 @@ graph Map {
|
|||||||
"Core 17" [href="/core/page/17"]
|
"Core 17" [href="/core/page/17"]
|
||||||
"Core 18" [href="/core/page/18"]
|
"Core 18" [href="/core/page/18"]
|
||||||
"Core 19" [href="/core/page/19"]
|
"Core 19" [href="/core/page/19"]
|
||||||
"Core 19" [href="/core/page/20"]
|
"Core 20" [href="/core/page/20"]
|
||||||
"Core 19" [href="/core/page/21"]
|
"Core 21" [href="/core/page/21"]
|
||||||
"To be continued..." [shape="oval"]
|
"To be continued..." [shape="oval"]
|
||||||
node[group=""]
|
node[group=""]
|
||||||
|
|
||||||
@ -93,6 +93,5 @@ graph Map {
|
|||||||
"Margaras 4" [href="/margaras/page/4"]
|
"Margaras 4" [href="/margaras/page/4"]
|
||||||
"Margaras 5" [href="/margaras/page/5"]
|
"Margaras 5" [href="/margaras/page/5"]
|
||||||
node[group=""]
|
node[group=""]
|
||||||
"Core 20" -- "Margaras 1" [minlen=2]
|
"Core 20" -- "Margaras 1" -- "Margaras 2" -- "Margaras 3" -- "Margaras 4" -- "Margaras 5" -- "Core 21"
|
||||||
"Margaras 1" -- "Margaras 2" -- "Margaras 3" -- "Margaras 4" -- "Margaras 5" -- "Core 21"
|
|
||||||
}
|
}
|
||||||
|
|||||||
397
static/map.svg
397
static/map.svg
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user