Skip to content

Commit

Permalink
Merge pull request #172 from Rajandeep98/hyperlink_fix
Browse files Browse the repository at this point in the history
hyperlink update
  • Loading branch information
Rajandeep98 authored Dec 11, 2024
2 parents d2147e3 + bdb9d27 commit 3718626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/site/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ provide('footerHeight', footerHeight)
$route.path.includes('dashboard') ? dashboardNavItems : undefined
"
/>
<SbcBreadcrumb class="sticky inset-x-0 top-16 z-40" />
<SbcBreadcrumb class="sticky inset-x-0 top-16 z-40 hidden md:block" />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Start using Service BC Connect application programming interfaces (APIs) by foll
- Subject: Request for Service BC Connect API Production keys
- In the body of your email, include your BC Registries account number, name and email of your account administrator.
8. You will be issued with a production environment API key in your Account Dashboard in the <a href="https://www.bcregistry.gov.bc.ca/" target="_blank">BC Registry application</a> which can be accessed by your Account Administrator(s).
9. Use the API key for your queries and submission of data. Review the [detailed API documentation]((/products/get-started/apis-summary)for more information about how the APIs work.
10. Post your technical questions and join discussions in the BC <a href="https://discourse.onebc.ca/c/announcements/11" target="_blank">Discourse forum</a> and be sure to watch for any announcements on API outages or new features being released.
9. Use the API key for your queries and submission of data. Review the [Detailed API documentation](/products/get-started/apis-summary) for more information about how the APIs work.
10. Post your technical questions and join discussions in the BC <a href="https://discourse.onebc.ca/" target="_blank">Discourse forum</a> and be sure to watch for any announcements on API outages or new features being released.
11. Attend the BC Registries API User Group meetings to get updates on specifications and releases or to discuss technical questions with developers. Email [email protected] to request a meeting invitation.

Questions? View our [About APIs](/products/get-started/about#frequently-asked-questions).
Expand Down

0 comments on commit 3718626

Please sign in to comment.