toc:
basics:
_title: Basics
versioning: Versioning
build_&_release: Build & Release
Creating your own content for Pico is easy.
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
changed these paths and/or directory names when you initialized Pico.)
Besides this documentation please also refer to our phpDoc.
Pico uses Semantic Versioning. Given a version number MAJOR.MINOR.PATCH, increment the:
For more information see the http://semver.org website.
Defined below is a specification to which the Build and Release process of Pico should follow.
Each commit to master
should be releasable, otherwise make use of the development
branch.
scrutinizer-ci
?gh-pages
branch