formatting fixes

This commit is contained in:
Dennis Eichhorn 2023-11-26 21:27:35 +00:00
parent 3c3f6a76e4
commit ea0402f077
3 changed files with 16 additions and 5 deletions

View File

@ -21,4 +21,11 @@
* [Application Sample]({%}?page=phpOMS/application) * [Application Sample]({%}?page=phpOMS/application)
* [Modules]({%}?page=application/module) * [Modules]({%}?page=application/module)
* [Packages]({%}?page=application/packages) * [Packages]({%}?page=application/packages)
* [Language Files]({%}?page=basics/language_files)
## phpOMS
## jsOMS
## cssOMS
## cOMS

View File

@ -3,11 +3,13 @@
The following directory structure shows how a update/patch package has to be structured.The purpose of the different files will be The following directory structure shows how a update/patch package has to be structured.The purpose of the different files will be
covered afterwards. covered afterwards.
```
* {UniquePackageName.tar.gz} * {UniquePackageName.tar.gz}
* signature.cert * signature.cert
* Files * Files
* package.json * package.json
* {other_files_or_subdirectories} * {other_files_or_subdirectories}
```
## Package Name ## Package Name

View File

@ -2,9 +2,9 @@
In order to setup the application for development for the first time please see the following instructions and recommendations. In order to setup the application for development for the first time please see the following instructions and recommendations.
* [Dev-Environment Requirements](#dev-environment-requirements) * [Dev-Environment Requirements]({%}#dev-environment-requirements)
* [Application install options](#application-install-options) * [Application install options]({%}#application-install-options)
* [cOMS](#coms) * [cOMS]({%}#coms)
## Dev-Environment Requirements ## Dev-Environment Requirements
@ -72,7 +72,9 @@ Additional tools and settings coming with the VM:
2. Drag and drop that downloaded `*.xt` file in the trace visualizer 2. Drag and drop that downloaded `*.xt` file in the trace visualizer
4. sitespeed.io `http://vm_ip:83` 4. sitespeed.io `http://vm_ip:83`
<img width="150px" src="./img/webgrind.jpg"> <img width="150px" src="./img/trace_visualizer.jpg"> <img width="150px" src="./img/sitespeed.jpg"> <img width="150px" src="./img/codecoverage.jpg"> <img width="150px" src="./img/coverage_analysis.jpg"> <img width="150px" src="./img/metrics.jpg"> <p class="centerText">
<img width="150px" tabindex="0" src="./Developer-Guide/general/img/webgrind.jpg"> <img width="150px" tabindex="0" src="./Developer-Guide/general/img/trace_visualizer.jpg"> <img width="150px" tabindex="0" src="./Developer-Guide/general/img/sitespeed.jpg"> <img width="150px" tabindex="0" src="./Developer-Guide/general/img/codecoverage.jpg"> <img width="150px" tabindex="0" src="./Developer-Guide/general/img/coverage_analysis.jpg"> <img width="150px" tabindex="0" src="./Developer-Guide/general/img/metrics.jpg">
</p>
### Option 2: Demo Application ### Option 2: Demo Application