Skip to content

Commit

Permalink
basketball info
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Feb 1, 2025
1 parent 77bb504 commit c2b31a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<template>
<div class="grid home-content mt-3 pl-3">
<main class="col-12 md:col-9">
<Message severity="info" :closable="false" class="mb-4">
A College Basketball API is now available for all Patreon subscribers! Use your same CFBD API key to access. General availability to be announced at a later date. <a href="https://api.collegebasketballdata.com">Check it out!</a>
</Message>
<Message severity="warn" :closable="false" class="mb-4">
CFBD API V2 is now in general availability.
CFBD API V1 will be sunset in Spring 2025.
Expand Down
15 changes: 15 additions & 0 deletions stores/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@ export const useNavigationStore = defineStore("navigation", () => {
url: "https://graphqldocs.collegefootballdata.com",
target: "_blank",
},
{
label: "Basketball",
items: [
{
label: "API",
url: "https://api.collegebasketballdata.com",
target: "_blank",
},
{
label: "Python",
url: "https://github.com/CFBD/cbbd-python",
target: "_blank",
}
]
},
{
label: "About",
items: [
Expand Down

0 comments on commit c2b31a6

Please sign in to comment.