You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 directory with the default value documentations
the production_path config for Local and Storage drivers should be renamed to base_file_name with the default value documentation (without .json extension)
documentation file extension should be automatically extended by the .json extension
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
The text was updated successfully, but these errors were encountered:
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:
directory
with the default valuedocumentations
production_path
config for Local and Storage drivers should be renamed tobase_file_name
with the default valuedocumentation
(without.json
extension).json
extensionThe text was updated successfully, but these errors were encountered: