Skip to content

Commit 117f571

Browse files
authored
docs: list packages, fix roadmap link, and copy updates (#113)
1 parent e94301d commit 117f571

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Dart Frog is an experimental project under development and should not be used in
2020

2121
For official documentation, please visit https://verygoodopensource.github.io/dart_frog.
2222

23+
## Packages 📦
24+
25+
| Package | Pub |
26+
| ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
27+
| [dart_frog](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog) | [![pub package](https://img.shields.io/pub/v/dart_frog.svg)](https://pub.dev/packages/dart_frog) |
28+
| [dart_frog_gen](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_gen) | [![pub package](https://img.shields.io/pub/v/dart_frog_gen.svg)](https://pub.dev/packages/dart_frog_gen) |
29+
| [dart_frog_cli](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_cli) | [![pub package](https://img.shields.io/pub/v/dart_frog_cli.svg)](https://pub.dev/packages/dart_frog_cli) |
30+
2331
## Quick Start 🚀
2432

2533
### Prerequisites 📝

docs/docs/basics/congratulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Did you know the [dart2js][dart2js_compiler_link] compiler [used to be called fr
2222
[dart2js_frog_pr_link]: https://github.com/dart-lang/sdk/issues/2194
2323
[example_link]: https://github.com/VeryGoodOpenSource/dart_frog/tree/main/example
2424
[livestream_link]: https://youtu.be/N7l0b09c6DA
25-
[roadmap_link]: https://github.com/VeryGoodOpenSource/dart_frog/blob/main/ROADMAP.md
25+
[roadmap_link]: /docs/roadmap

docs/docs/basics/serving-static-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hello World!
1414

1515
The contents of the file will be available at [http://localhost:8080/hello.txt](http://localhost:8080/hello.txt).
1616

17-
The `public` directory can contain static files within subdirectories. For example, if you created an image in `public/images/unicorn.png`, the contents of the file will be available at [http://localhost:8080/images/unicorn.png](http://localhost:8080/images/unicorn.png)
17+
The `public` directory can also contain static files within subdirectories. For example, if you create an image in `public/images/unicorn.png`, the contents of the file will be available at [http://localhost:8080/images/unicorn.png](http://localhost:8080/images/unicorn.png).
1818

1919
When running a development server, static files can be added, removed, and modified without needing to restart the server thanks to hot reload ⚡️.
2020

0 commit comments

Comments
 (0)