Parcourir la source

Add phpDocs to _plugin-dev/basics.md

Daniel Rudolf il y a 9 ans
Parent
commit
cc1d6ddc71
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      _plugin-dev/basics.md

+ 2 - 0
_plugin-dev/basics.md

@@ -10,3 +10,5 @@ Creating your own content for Pico is *easy*.
 Inside the root Pico folder, all *themes* reside in the `themes` directory,
 Inside the root Pico folder, all *themes* reside in the `themes` directory,
 and all *plugins* in the `plugins` directory. (As a developer, you may have
 and all *plugins* in the `plugins` directory. (As a developer, you may have
 changed these paths and/or directory names when you initialized Pico.)
 changed these paths and/or directory names when you initialized Pico.)
+
+Besides this documentation please also refer to our [phpDoc](phpDocumentor/).