yii2-apidoc
yii2-apidoc copied to clipboard
Yii 2 apidoc extension.
Normalizes `.md` URLs | Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues |...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues |
Extracted from #282. Reporter - @WinterSilence, see https://github.com/yiisoft/yii2-apidoc/pull/282#issuecomment-1080587912.
Found during running `make download` for site, UK language. ``` Using relative link (https://www.php.net/manual/en/function.PDOStatement-setFetchMode.php) but repoUrl is not set. ```
### What steps will reproduce the problem? I display problem with method `ActiveRecord::fields()`, but properties have same problem. This method declared in [ArrayableTrait](https://github.com/yiisoft/yii2/blob/master/framework/base/ArrayableTrait.php#L71) and overreeden in [BaseActiveRecord](https://github.com/yiisoft/yii2/blob/master/framework/db/BaseActiveRecord.php#L1689), but `ActiveRecord::fields()` display...
Some manuals have links like as [/doc/guide/2.0/en/output-data-widgets.md](https://github.com/yiisoft/yii2/blob/master/docs/guide/output-data-providers.md), this links work fine in github wiki, but `guide` use links like as `https://www.yiiframework.com/doc/guide/2.0/en/output-data-widgets`. Need normalize links to `*.md` files at rendering guide...
### What steps will reproduce the problem? Download [PDF guide](https://www.yiiframework.com/doc/download/yii-guide-2.0-en.pdf) or generate it. ### What's expected? The same indentation on each page. ### What do you get instead? Different indentation...
This issue has originally been reported by @slinstj at https://github.com/yiisoft/yii2/issues/8773. Moved here by @cebe. --- Principle: the guide's text should be the king: Should have more space for the text;...
### What steps will reproduce the problem? Interfaces documentation does not include constants defined in interfaces. Classes implementing the interfaces also therefore do not show the constants used in the...
Extracted from #194. Reported by @neoacevedo. ### What steps will reproduce the problem? https://github.com/yiisoft/yii2-apidoc/issues/194#issuecomment-990093808 ### What's expected? Replaced description from a parent method. ### What do you get instead? ```...