mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-19 19:46:34 +00:00
docs + various polish
This commit is contained in:
parent
b90590b9f4
commit
08f8e3b4a4
49 changed files with 1365 additions and 196 deletions
quartz/components/scripts
|
@ -72,7 +72,7 @@ async function renderGraph(container: string, slug: string) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
links.flatMap(l => [l.source, l.target]).forEach((id) => neighbourhood.add(id))
|
||||
Object.keys(data).forEach(id => neighbourhood.add(id))
|
||||
}
|
||||
|
||||
const graphData: { nodes: NodeData[], links: LinkData[] } = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue