18 lines
206 B
PHP
18 lines
206 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'open_documentation' => [
|
|
'label' => 'Documentation',
|
|
],
|
|
|
|
'open_github' => [
|
|
'label' => 'GitHub',
|
|
],
|
|
|
|
],
|
|
|
|
];
|