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
In Apigility documentation url contains module name. We added to generated module name own namespace. After this documentation has stopped working. We have found that problem is there https://github.com/zfcampus/zf-apigility-documentation/blob/master/config/module.config.php#L17 and we change regex to [a-zA-Z][a-zA-Z0-9_\\\\]+ what should cover namespace (MyNamespace\ApiName). However it doesn't work. One of working solution is [a-zA-Z][a-zA-Z0-9_%]+
In Apigility documentation url contains module name. We added to generated module name own namespace. After this documentation has stopped working. We have found that problem is there https://github.com/zfcampus/zf-apigility-documentation/blob/master/config/module.config.php#L17 and we change regex to
[a-zA-Z][a-zA-Z0-9_\\\\]+
what should cover namespace (MyNamespace\ApiName). However it doesn't work. One of working solution is[a-zA-Z][a-zA-Z0-9_%]+
First time reported in zendframework/zendframework#7409
Originally posted by @snapshotpl at zfcampus/zf-apigility-documentation#28
The text was updated successfully, but these errors were encountered: