Prettier format
This commit is contained in:
parent
224fbd105e
commit
9ec456e3c9
1 changed files with 4 additions and 6 deletions
|
@ -21,15 +21,13 @@ export const toc = [
|
|||
id: "composite",
|
||||
level: 2,
|
||||
},
|
||||
...Object.values(groupedMetadata(Metadata).interconnects).filter(
|
||||
(ic) => ic.interconnect !== undefined
|
||||
).map(
|
||||
({ interconnect }) => ({
|
||||
...Object.values(groupedMetadata(Metadata).interconnects)
|
||||
.filter((ic) => ic.interconnect !== undefined)
|
||||
.map(({ interconnect }) => ({
|
||||
value: `${interconnect.name} Interconnect`,
|
||||
id: interconnect.id,
|
||||
level: 3,
|
||||
})
|
||||
),
|
||||
})),
|
||||
{
|
||||
value: "Other Hardware",
|
||||
id: "other-hardware",
|
||||
|
|
Loading…
Add table
Reference in a new issue