Skip to content

Commit

Permalink
Add spork/data and spork/infix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 2, 2024
1 parent 20cad44 commit 1b9f175
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/api/spork/data.mdz
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(import ../gen-docs :as gen-docs)
(import spork/data :export true)
(setdyn :source-linker (partial gen-docs/github-source-linker "janet-lang/spork" gen-docs/spork-version))
(setdyn :no-community-examples true)

{:title "Data"
:nav-title "data"
:template "docpage.html"}
---

## Index

@gen-docs/gen-prefix-current[data/]
13 changes: 13 additions & 0 deletions content/api/spork/infix.mdz
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(import ../gen-docs :as gen-docs)
(import spork/infix :export true)
(setdyn :source-linker (partial gen-docs/github-source-linker "janet-lang/spork" gen-docs/spork-version))
(setdyn :no-community-examples true)

{:title "Infix Syntax"
:nav-title "infix"
:template "docpage.html"}
---

## Index

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

0 comments on commit 1b9f175

Please sign in to comment.