Skip to content

Commit

Permalink
add fields files to SUMMARY.md dwyl/fields-demo#2
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 23, 2023
1 parent 7687540 commit ff4c6f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[Introduction](./README.md)

- [Fields](./fields/README.md)
- [Setup](./fields/01-setup.md)
- [Schema](./fields/02-schema.md)
- [Authentication](./auth/README.md)
- [Why build Auth?](auth/00-why.md)
- [What are we building?](auth/01-what.md)
Expand Down
3 changes: 2 additions & 1 deletion src/fields/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ mix setup
mix phx.server
```

> **Note**: we always create an alias for `mix phx.server` as `mix s`.
> **Tip**: we always create an alias for `mix phx.server` as `mix s`
> The alias will be used for the remainder of this guide.
With the `Phoenix` server running,
visit
Expand Down
Empty file added src/fields/02-schema.md
Empty file.

0 comments on commit ff4c6f5

Please sign in to comment.