# PODNAME: Yancy::Guides # ABSTRACT: Guide to Yancy Documentation __END__ =pod =head1 NAME Yancy::Guides - Guide to Yancy Documentation =head1 VERSION version 1.081 =head1 BASICS =over =item Learning Perl and Mojolicious If you are new to Perl or Mojolicious, start from L. =item Learning JSON Schema Yancy uses L to define and annotate the database schema. You can read more L, but Yancy will try to read your database schema to start with. =head1 TUTORIAL =over =item L This guide builds a simple application using L. =back =head1 GUIDES =over =item L Connecting to and documenting your database. =item L Reading and writing your data. =item L Configuring and extending the Yancy editor. =item L User authentication, authorization, and information. =item L Recipes for Yancy applications. =item L Breaking changes in Yancy releases and how to fix your application. =back =head1 OTHER RESOURCES =head2 Example Applications The L includes some example applications you can use to help build your own websites. L. =head1 SUPPORT If you have any questions or suggestions, L or L. You can also join us on the official IRC channel C<#mojo-yancy> on C (L) =head1 AUTHOR Doug Bell =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2021 by Doug Bell. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut