rename web plugins doc
This commit is contained in:
@@ -424,7 +424,7 @@ indenting the query text.
|
|||||||
=head4 C<category> (optional)
|
=head4 C<category> (optional)
|
||||||
|
|
||||||
Section of the Reports menu where this report will appear. See
|
Section of the Reports menu where this report will appear. See
|
||||||
L<WritingPlugins|App::Netdisco::Manual::WritingPlugins> for the full list.
|
L<WritingWebPlugins|App::Netdisco::Manual::WritingWebPlugins> for the full list.
|
||||||
If not supplied, reports appear in a I<My Reports> category.
|
If not supplied, reports appear in a I<My Reports> category.
|
||||||
|
|
||||||
=head4 C<hidden> (optional)
|
=head4 C<hidden> (optional)
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ Every Dancer route handler must have proper role based access control enabled,
|
|||||||
to prevent unauthorized access to Netdisco's data, or admin features. This is
|
to prevent unauthorized access to Netdisco's data, or admin features. This is
|
||||||
done with the L<Dancer::Plugin::Auth::Extensible> module. It handles both the
|
done with the L<Dancer::Plugin::Auth::Extensible> module. It handles both the
|
||||||
authentication using Netdisco's database, and then protects each route
|
authentication using Netdisco's database, and then protects each route
|
||||||
handler. See L<App::Netdisco::Manual::WritingPlugins> for details.
|
handler. See L<App::Netdisco::Manual::WritingWebPlugins> for details.
|
||||||
|
|
||||||
=head2 Templates
|
=head2 Templates
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
App::Netdisco::Manual::WritingPlugins - Documentation on Plugins for Developers
|
App::Netdisco::Manual::WritingWebPlugins - Documentation on Web Plugins for Developers
|
||||||
|
|
||||||
=head1 Introduction
|
=head1 Introduction
|
||||||
|
|
||||||
@@ -233,7 +233,8 @@ Admin Menu function (job control, manual topology, pseudo devices)
|
|||||||
=back
|
=back
|
||||||
|
|
||||||
This document explains how to configure which plugins are loaded. See
|
This document explains how to configure which plugins are loaded. See
|
||||||
L<App::Netdisco::Manual::WritingPlugins> if you want to develop new plugins.
|
L<App::Netdisco::Manual::WritingWebPlugins> if you want to develop new
|
||||||
|
plugins.
|
||||||
|
|
||||||
=head1 Application Configuration
|
=head1 Application Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user