Move policy to bottom

This commit is contained in:
Vincent (Wen Yu) Ge
2024-03-14 14:16:42 +00:00
parent 10f76796da
commit 6247c51e42

View File

@@ -15,10 +15,6 @@
label: 'Overview', label: 'Overview',
href: '/docs/advanced/platform' href: '/docs/advanced/platform'
}, },
{
label: 'Release policy',
href: '/docs/advanced/platform/release-policy'
},
] ]
}, },
{ {
@@ -97,6 +93,15 @@
}, },
] ]
}, },
{
label: 'Policy',
items: [
{
label: 'Release policy',
href: '/docs/advanced/platform/release-policy'
},
]
}
]; ];
</script> </script>