vagrant/website/data/subnav.js
oss-core-libraries-dashboard[bot] b0593b6a72
Some checks failed
/ sync-acceptance (push) Has been cancelled
[COMPLIANCE] Update Copyright and License Headers (Batch 7 of 7) (#13759)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-23 11:11:29 +05:30

22 lines
309 B
JavaScript

/**
* Copyright IBM Corp. 2010, 2025
* SPDX-License-Identifier: BUSL-1.1
*/
export default [
{
text: 'Intro',
url: '/intro',
type: 'inbound',
},
{
text: 'Docs',
url: '/docs',
type: 'inbound',
},
{
text: 'Community',
url: '/community',
type: 'inbound',
},
]