Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 294 Bytes

napi.en.mdx

File metadata and controls

15 lines (10 loc) · 294 Bytes
description
Changelog for napi crate https://crates.io/crates/napi

import { RemoteContent } from 'nextra/data'

import { getChangelog } from '../../components/changelog-generator'

napi

export const getStaticProps = async () => { return getChangelog('napi') }