Skip to content

Commit 1ae535c

Browse files
committed
feature(HeaderNav): Add BGv2 to main API versions list
- Add 'BGv2' to mainVersions array in HeaderNav component - Position BGv2 after BGv1.3 in the version list for logical ordering - Ensures BGv2 is displayed as a primary version option in the navigation menu
1 parent f3f0bf2 commit 1ae535c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeaderNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const combinedMessageDocs = computed(() => {
6464
const debugMenuItems = ref(['/debug/providers-status', '/debug/oidc'])
6565
6666
// Split versions into main and other
67-
const mainVersions = ['BGv1.3', 'OBPv5.1.0', 'OBPv6.0.0', 'UKv3.1', 'dynamic-endpoints', 'dynamic-entities', 'OBPdynamic-endpoint', 'OBPdynamic-entity']
67+
const mainVersions = ['BGv1.3', 'BGv2', 'OBPv5.1.0', 'OBPv6.0.0', 'UKv3.1', 'dynamic-endpoints', 'dynamic-entities', 'OBPdynamic-endpoint', 'OBPdynamic-entity']
6868
const sortedVersions = computed(() => {
6969
const all = obpApiVersions.value || []
7070
console.log('All available versions:', all)

0 commit comments

Comments
 (0)