Skip to content

Commit 52df356

Browse files
committed
[INTERNAL] README: Move documentation to UI5 Tooling repository
Related to SAP/ui5-tooling#160
1 parent dd4844d commit 52df356

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,8 @@
1010
[![Dependency Status](https://david-dm.org/SAP/ui5-server/master.svg)](https://david-dm.org/SAP/ui5-server/master)
1111
[![devDependency Status](https://david-dm.org/SAP/ui5-server/master/dev-status.svg)](https://david-dm.org/SAP/ui5-server/master#info=devDependencies)
1212

13-
**⌨️ CLI reference can be found [here!](https://github.com/SAP/ui5-cli#cli-usage)**
14-
15-
## Server
16-
Provides server capabilities for the [UI5 Tooling](https://github.com/SAP/ui5-tooling).
17-
18-
### Middleware
19-
The development server has already a set of middleware which supports the developer with the following features:
20-
21-
* Translation files with `.properties` extension are properly encoded with **ISO-8859-1**.
22-
* Changes on files with `.less` extension triggers a theme build and delivers the compiled CSS files.
23-
* Version info is created automatically (`/resources/sap-ui-version.json`).
24-
* List project files with URL (needed exclusively by the OpenUI5 testsuite): `/discovery/app_pages`, `/discovery/all_libs`, `/discovery/all_tests`
25-
26-
## Certificates for HTTPS or HTTP/2
27-
The UI5 Server can automatically generate an SSL certificate for HTTPS and HTTP/2 configurations.
28-
29-
Upon startup, it checks if a certificate exists within the path provided.
30-
If there is none, a new certificate is created and used.
31-
32-
**Hint:** If Chrome unintentionally redirects a HTTP-URL to HTTPS, you need to delete the HSTS mapping in [chrome://net-internals/#hsts](chrome://net-internals/#hsts) by entering the domain name (e.g. localhost) and pressing "delete".
13+
## Documentation
14+
Can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/pages/Server/)
3315

3416
## Contributing
3517
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)