Skip to content

Commit

Permalink
doc: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Jul 6, 2024
1 parent d8f9d96 commit 5906967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TypedStructor

[![Build Status](https://github.com/elixir-typed-structor/typed_structor/actions/workflows/elixir.yml/badge.svg)](https://github.com/elixir-typed-structor/typed_structor/actions/workflows/elixir.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/typed_structor.svg)](https://hex.pm/packages/typed_structor)
[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/typed_structor/)
[![Hex.pm](https://img.shields.io/hexpm/v/typed_structor?style=flat)](https://hex.pm/packages/typed_structor)
[![Document](https://img.shields.io/badge/hex-doc-blue?style=flat)](https://hexdocs.pm/typed_structor)

<!-- MODULEDOC -->

Expand Down
6 changes: 6 additions & 0 deletions lib/typed_structor/plugin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ defmodule TypedStructor.Plugin do
* `c:after_definition/2`: This macro callback is called right after defining the struct.
Note that plugins will run in the **reverse** order they are registered.
> #### Plugins guides {: .tip}
>
> Here are some [Plugin Guides](guides/plugins/introduction.md)
> for creating your own plugins. Please check them out
> and feel free to copy-paste the code.
### Example
Let's define a plugin that defines `Ecto.Schema` while defining a typed struct.
Expand Down

0 comments on commit 5906967

Please sign in to comment.