From 681d9c95aba774d436e945574d6bb22d4a40ee5e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 2 May 2014 02:22:10 -0400 Subject: [PATCH] updating plugin docs --- docs/plugins/create.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/create.rst b/docs/plugins/create.rst index 6cf3fdfaff..568c9ece8d 100644 --- a/docs/plugins/create.rst +++ b/docs/plugins/create.rst @@ -49,7 +49,7 @@ The ``library`` property is a relative path to the library in your package. It i The ``staticDirs`` property is an object hash that maps out paths (relative to your plugin's root) to a directory that NodeBB will expose to the public at the route ``/plugins/{YOUR-PLUGIN-ID}``. -* e.g. The ``staticDirs`` hash in the sample configuration maps ``/plugins/my-plugin/images`` to ``/path/to/your/plugin/public/images`` +* e.g. The ``staticDirs`` hash in the sample configuration maps ``/path/to/your/plugin/public/images`` to ``/plugins/my-plugin/images`` The ``less`` property contains an array of paths (relative to your plugin's directory), that will be precompiled into the CSS served by NodeBB.