-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Need to prepare package for ability to store more than one documentation file at the same time. For it we need to make the following:
- Local and Storage drivers should have new config, named
directorywith the default valuedocumentations - the
production_pathconfig for Local and Storage drivers should be renamed tobase_file_namewith the default valuedocumentation(without.jsonextension) - documentation file extension should be automatically extended by the
.jsonextension - Local driver should check if directory exists and create it if not (on documentation saving)
- Storage driver should create storage directory only for non Cloud drivers (on documentation saving)
- Config version should be increased to force developers republish package config