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
| wiki_github_update_token | No | *github_token* | GitHub token to use for updating project wiki. [This token must have all repo permissions](https://github.com/settings/tokens/new?scopes=repo). |
52
50
| wiki_github_update_user | No | *current_user* | GitHub username for whom this token belongs |
53
-
| engine | No | clean/phpdoc-md | What documentation generator should be used? See [engines section](#engines) about possible values |
54
-
| prefix_lines | No | `##### Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!` | Lines that will be used to prefix generated wiki content |
55
-
| setup_php | No | True | If true, automatically runs commands to setup PHP and install composer dependencies. Set to false, if your package use custom logic or needs some custom PHP extensions |
51
+
| engine | No | <pre lang="yaml">clean/phpdoc-md</pre> | What documentation generator should be used? See [engines section](#engines) about possible values |
52
+
| prefix_lines | No | ```##### Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!``` | Lines that will be used to prefix generated wiki content |
53
+
| setup_php | No | <pre lang="yaml">true</pre> | If true, automatically runs commands to setup PHP and install composer dependencies. Set to false, if your package use custom logic or needs some custom PHP extensions |
54
+
| branches_map | No | <pre lang="yaml">main: master</pre> | At least for now project wiki can't have changed default branch. For such cases is possible to specify branches mapping in YAML format (key is repo branch name and value is wiki branch name) |
56
55
57
56
Some engines supports or requires extra parameters. See [engines section](#engines) about more info.
0 commit comments