Add release policy page

This commit is contained in:
Vincent (Wen Yu) Ge
2024-03-04 20:56:47 +00:00
parent 9c213296a9
commit 1be56cbf34
2 changed files with 128 additions and 2 deletions

View File

@@ -9,12 +9,16 @@
const navigation: NavTree = [
{
label: 'Getting started',
label: 'Platform',
items: [
{
label: 'Overview',
href: '/docs/advanced/platform'
}
},
{
label: 'Release policy',
href: '/docs/advanced/platform/release-policy'
},
]
},
{