Move docs
This commit is contained in:
parent
2339bfa92b
commit
cea9435a2d
2 changed files with 4 additions and 3 deletions
|
@ -19,8 +19,9 @@ or the time invested in building an SPA would be too much.
|
||||||
Each of the [packages within this repository](#this-repository) contains
|
Each of the [packages within this repository](#this-repository) contains
|
||||||
some sort of documentation.
|
some sort of documentation.
|
||||||
|
|
||||||
Documentation for Jael syntax and directives can be found in the
|
Documentation for Jael syntax and directives has been
|
||||||
[wiki](https://github.com/angel-dart/jael/wiki).
|
**moved** to the
|
||||||
|
[Angel framework wiki](https://angel-dart.gitbook.io/angel/front-end/jael-template-engine).
|
||||||
|
|
||||||
## This Repository
|
## This Repository
|
||||||
Within this repository are three packages:
|
Within this repository are three packages:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
A simple server-side HTML templating engine for Dart.
|
A simple server-side HTML templating engine for Dart.
|
||||||
|
|
||||||
[See documentation.](https://github.com/angel-dart/jael/wiki)
|
[See documentation.](https://angel-dart.gitbook.io/angel/front-end/jael-template-engine)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
In your `pubspec.yaml`:
|
In your `pubspec.yaml`:
|
||||||
|
|
Loading…
Reference in a new issue