Skip to content

Commit

Permalink
Create api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored May 16, 2024
1 parent 5377b28 commit 61e3299
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# API reference

## Types and constants

```@index
Modules = [Reactant]
Order = [:type, :constant]
```

## Functions and macros

```@index
Modules = [Reactant]
Order = [:macro, :function]
```

## Documentation

```@autodocs
Modules = [Reactant]
Order = [:module, :type, :constant, :macro, :function]
```

0 comments on commit 61e3299

Please sign in to comment.