Skip to content

Commit

Permalink
Merge pull request #19 from tylerslaton/issue-442
Browse files Browse the repository at this point in the history
fix: update the usage to display and copy the URL only for tools
  • Loading branch information
tylerslaton authored Sep 6, 2024
2 parents 1599adb + a3498a8 commit 198c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const loading = ref(true)
const slug = route.params.slug as string[]
const header = slug[slug.length - 1]
const path = slug.join('/')
const usage = `tools: ${ path }`
const usage = `${ path }`
const isSysTool = computed(() => slug.length === 1 && slug[0].startsWith('sys.'))
let reference = path
Expand Down

0 comments on commit 198c49d

Please # to comment.