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",
|
id: "composite",
|
||||||
level: 2,
|
level: 2,
|
||||||
},
|
},
|
||||||
...Object.values(groupedMetadata(Metadata).interconnects).filter(
|
...Object.values(groupedMetadata(Metadata).interconnects)
|
||||||
(ic) => ic.interconnect !== undefined
|
.filter((ic) => ic.interconnect !== undefined)
|
||||||
).map(
|
.map(({ interconnect }) => ({
|
||||||
({ interconnect }) => ({
|
|
||||||
value: `${interconnect.name} Interconnect`,
|
value: `${interconnect.name} Interconnect`,
|
||||||
id: interconnect.id,
|
id: interconnect.id,
|
||||||
level: 3,
|
level: 3,
|
||||||
})
|
})),
|
||||||
),
|
|
||||||
{
|
{
|
||||||
value: "Other Hardware",
|
value: "Other Hardware",
|
||||||
id: "other-hardware",
|
id: "other-hardware",
|
||||||
|
|
Loading…
Add table
Reference in a new issue