Skip to content

Commit

Permalink
Better 4.5.0 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 16, 2023
1 parent e166996 commit 344d442
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/metadata/4.5.0.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { clone } from "./helpers"
import { clone, find } from "./helpers"
import oldDocs from "./4.4.0"

const docs = clone(oldDocs)

// remove old entries

// update tech previews

delete find(docs, "vertx-mssql-client").label

// new entries

export default docs

0 comments on commit 344d442

Please sign in to comment.