You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to a grant from TPRF, we were able to overhaul the Dancer2
documentation. This includes reorganizing all documentation, and
rewriting much of the content (Manual, Deployment, Cookbook, and
Tutorial).
This commit is made from squashing the commits from the
docs/doc-grant-release branch.
Want to learn by example? The [Dancer2 tutorial](https://metacpan.org/pod/Dancer2%3A%3ATutorial)
44
+
will take you from installation to a working application.
45
+
46
+
- Quick Start
47
+
48
+
Want to get going faster? [Quick Start](https://somewhere) will help
49
+
you install Dancer2 and bootstrap a new application quickly.
45
50
46
51
- Manual
47
52
48
-
The [Dancer2::Manual](https://metacpan.org/pod/Dancer2%3A%3AManual) is the definitive reference for Dancer2. Here you will find
49
-
information on the concepts of Dancer2 application development and a comprehensive reference to the Dancer2 domain specific
50
-
language.
53
+
Want to gain understanding of Dancer2 so you can use it best? The
54
+
[Dancer2::Manual](https://metacpan.org/pod/Dancer2%3A%3AManual) is a
55
+
comprehensive guide to the framework.
51
56
52
57
- Keyword Guide
53
58
54
-
The complete list of keywords for Dancer2 is documented in the [DSL Keywords](https://metacpan.org/pod/Dancer2%3A%3AManual#DSL-KEYWORDS)
55
-
guide.
59
+
Looking for a list of all the keywords? The [DSL guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3AKeywords)
60
+
documents the entire Dancer2 DSL.
56
61
57
-
-Deployment
62
+
-Configuration
58
63
59
-
For configuration examples of different deployment solutions involving
60
-
Dancer2 and Plack, refer to [the deployment guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3ADeployment).
64
+
Need to fine tune your application? The [configuration guide](https://metacpan.org/pod/Dancer2%3A%3AConfig)
65
+
is a complete reference to all configuration options.
61
66
62
-
-Cookbook
67
+
-Deployment
63
68
64
-
Specific examples of code for real-life problems and some 'tricks' for
65
-
applications in Dancer2 can be found in [the Cookbook](https://metacpan.org/pod/Dancer2%3A%3ACookbook)
69
+
Ready to get your application off the ground? [Deploying Dancer2 Applications](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3ADeployment)
70
+
helps you deploy your application to a real-world host.
66
71
67
-
-Configuration
72
+
-Cookbook
68
73
69
-
For configuration file details refer to [Dancer2::Config](https://metacpan.org/pod/Dancer2%3A%3AConfig). It is a
70
-
complete list of all configuration options.
74
+
How do I...? Our [cookbook](https://metacpan.org/pod/Dancer2%3A%3ACookbook)
75
+
comes with various recipes in many tasty flavors!
71
76
72
77
- Plugins
73
78
74
-
Refer to [Dancer2::Plugins](https://metacpan.org/pod/Dancer2%3A%3APlugins) for a curated list of Dancer2
75
-
plugins, or [search MetaCPAN](https://metacpan.org/search?q=Dancer2%3A%3APlugin) for a complete list.
79
+
Looking for add-on functionality for your application? The [plugin guide](https://metacpan.org/pod/Dancer2%3A%3APlugins)
80
+
contains our curated list of recommended plugins.
76
81
77
-
For information on how to author a plugin, see ["Writing the plugin" in Dancer2::Plugin](https://metacpan.org/pod/Dancer2%3A%3APlugin#Writing-the-plugin).
82
+
For information on how to author a plugin, see [the plugin author's guide](https://metacpan.org/pod/Dancer2%3A%3APlugin#Writing-the-plugin).
78
83
79
84
- Dancer2 Migration Guide
80
85
81
-
[The migration guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3AMigration) provides the most up-to-date instructions on
82
-
how to convert a Dancer (1) based application to Dancer2.
86
+
Starting from Dancer 1? Jump over to [the migration guide](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3AMigration)
87
+
to learn how to make the smoothest transition to Dancer2.
0 commit comments