Skip to content

Commit

Permalink
Remove sidebar items
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Mar 8, 2024
1 parent 69b10b3 commit b9f8de1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions populateStds.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ ${headerLegend}
slines.push('| Version | State | stabilized | obsoleted |')
slines.push('| -------- | ------- | ---------- | --------- |')
versions.forEach((obj) => {
var versionItem = {
type: 'doc',
label: obj.version.toUpperCase(),
id: obj.id,
}
standardItem.items.push(versionItem)
slines.push(`| [${obj.version}](/standards/${obj.id}) | ${obj.status} | ${obj.stabilized_at || '-'} | ${obj.obsoleted_at || '-'} |`)
})
})
Expand Down

0 comments on commit b9f8de1

Please sign in to comment.