Skip to content

Commit

Permalink
Eliminate jpm/ prefix from API index page
Browse files Browse the repository at this point in the history
  • Loading branch information
CFiggers committed Sep 7, 2024
1 parent 1d2492c commit dee40c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/jpm/api/index.mdz
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(import ../../gen-docs :as gen-docs)
(import jpm :export true)
(import jpm :prefix "" :export true)
(setdyn :source-linker (partial gen-docs/github-source-linker "janet-lang/jpm" gen-docs/jpm-version))
(setdyn :no-community-examples true)

Expand All @@ -11,4 +11,4 @@

## Index

@gen-docs/gen-prefix-current[jpm/]
@gen-docs/gen-prefix-current[]

0 comments on commit dee40c0

Please sign in to comment.