Skip to content

Commit dced9e3

Browse files
committed
Change documentation to GitHub Pages
1 parent 7083ae4 commit dced9e3

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

README.md

+4-24
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,11 @@ After installation manually clear the cache via `rm -rf source/tmp/*` to make al
2626

2727
In your Installation Direction `./vendor/bin/oe-console`
2828

29-
# Defining your own command
29+
# Documentation
3030

31-
OXID has now published the [service container](https://docs.oxid-esales.com/developer/en/6.2/development/tell_me_about/service_container.html).
32-
In a `services.yaml` can a commands be registered.
33-
34-
There are several ways to do this.
35-
36-
1. create your own [OXID eShop Component](https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/component.html),
37-
1. or use the `services.yaml` in your module,
38-
1. or in the `var/configuration/configurable_services.yaml`
39-
40-
With the command `misc:register:command` you can edit the service yaml.
41-
42-
That's how looks
43-
44-
```yaml
45-
services:
46-
OxidEsales\DemoComponent\Command\HelloWorldCommand:
47-
tags:
48-
- { name: 'console.command' }
49-
```
50-
51-
[Template for your command](example/HelloWorldCommand.php)
52-
53-
Example: [services.yaml](services.yaml)
31+
* [Fully Documentation](http://oxidprojects.github.io/oxrun/)
32+
* Documentation for [contributing](README_DEV.md)
33+
* [Changelog](READY_CONVERED_TO_v6.2.md) of command between v4.x to v5.x
5434

5535
Available commands
5636
==================

READY_CONVERED_TO_v6.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Commands that are successfully tested in the oxide v6.2.3.
1818
|`db:list` | [x] | |
1919
|`db:query` | [x] | |
2020
|`log:exceptionlog` | [removed] | need refactoring |
21-
|`misc:generate:documentation` | [x] | |
21+
|`misc:generate:documentation` | [moved] | find in ./vendor/bin/oxrun-light |
2222
|`misc:generate:yaml:config` | [rename] | deploy:generate:configration |
2323
|`misc:generate:yaml:module` | [rename] | deploy:generate:module-activator |
2424
|`misc:phpstorm:metadata` | [x] | |

doc/img/oxruncmds.png

-179 KB
Binary file not shown.

0 commit comments

Comments
 (0)