diff --git a/README.md b/README.md index 4adc2553..5bb6a5ab 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ # What is it -UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Explore them in the [UI5Lab browser](https://ui5lab.io/browser). Contributions welcome! +UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Explore them in the [UI5Lab browser](https://ui5lab.github.io/UI5Lab-central/browser). Contributions welcome! # UI5Lab-central -This repository contains essential project information and hosts central infrastructure that links together all contributed libraries. Have a look at our [documentation](http://ui5lab.io/docs/) for more details. +This repository contains essential project information and hosts central infrastructure that links together all contributed libraries. Have a look at our [documentation](http://ui5lab.github.io/UI5Lab-central/docs/) for more details. ### Setup @@ -41,9 +41,9 @@ npm start # Directions -* [Homepage](https://ui5lab.io) - the single point of entry for UI5Lab -* [Documentation](https://ui5lab.io/docs) - project overview and tutorials -* [Browser](https://ui5lab.io/browser) - all UI5Lab libraries and examples +* [Homepage](https://ui5lab.github.io/UI5Lab-central/) - the single point of entry for UI5Lab +* [Documentation](https://ui5lab.github.io/UI5Lab-central/docs) - project overview and tutorials +* [Browser](https://ui5lab.github.io/UI5Lab-central/browser) - all UI5Lab libraries and examples * [Demo](https://ui5lab.github.io/UI5Lab-app-simple/index.html) - an example app consuming simple UI5Lab controls # Troubleshooting @@ -54,6 +54,6 @@ Be sure to include enough details and context to reproduce the issue and follow # Contact We organize this project in [Slack Channel #UI5Lab](https://openui5.slack.com/messages/UI5lab). -If you are interested in what we do and discuss, join with this [invitation link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) or visit the homepage [https://ui5lab.io](https://ui5lab.io). +If you are interested in what we do and discuss, join with this [invitation link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) or visit the homepage [https://ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/). *The UI5Lab Community* diff --git a/docs/README.md b/docs/README.md index 7b9bf036..3047e467 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ New here? Take a look at our [quick start](general/quick_start.md) guide. #### Browse libraries and samples -Have a look at the [UI5Lab browser](https://ui5lab.io/browser), where all current UI5Lab libraries and controls can be viewed. +Have a look at the [UI5Lab browser](https://ui5lab.github.io/UI5Lab-central/browser), where all current UI5Lab libraries and controls can be viewed. #### Use a UI5Lab library in your app @@ -24,9 +24,9 @@ Check the [README](https://github.com/UI5Lab/UI5Lab-central/blob/master/README.m ## Directions -* [Homepage](https://ui5lab.io) - the single point of entry for UI5Lab -* [Documentation](https://ui5lab.io/docs) - project overview and tutorials -* [Browser](https://ui5lab.io/browser) - all UI5Lab libraries and examples +* [Homepage](https://ui5lab.github.io/UI5Lab-central/) - the single point of entry for UI5Lab +* [Documentation](https://ui5lab.github.io/UI5Lab-central/docs) - project overview and tutorials +* [Browser](https://ui5lab.github.io/UI5Lab-central/browser) - all UI5Lab libraries and examples * [Demo](https://ui5lab.github.io/UI5Lab-app-simple/index.html) - an example app consuming simple UI5Lab controls ## Troubleshooting @@ -37,7 +37,7 @@ Be sure to include enough details and context to reproduce the issue and follow ## Contact We organize this project in [Slack Channel #UI5Lab](https://openui5.slack.com/messages/UI5lab). -If you are interested in what we do and discuss, join with this [invitation link](http://slackui5invite.herokuapp.com/) or visit the homepage [https://ui5lab.io](https://ui5lab.io). +If you are interested in what we do and discuss, join with this [invitation link](http://slackui5invite.herokuapp.com/) or visit the homepage [https://ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/). *The UI5Lab Community* diff --git a/docs/general/overview.md b/docs/general/overview.md index 851766c4..169e0952 100644 --- a/docs/general/overview.md +++ b/docs/general/overview.md @@ -37,7 +37,7 @@ The app implemented in UI5 can also be used for testing control samples and prev Source: [https://github.com/UI5Lab/UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-library-simple) -Demo: [geometry samples](https://ui5lab.io/browser) +Demo: [geometry samples](https://ui5lab.github.io/UI5Lab-central/browser) Used in: [UI5Lab-central](https://github.com/UI5Lab/UI5Lab-central) @@ -50,7 +50,7 @@ The libraries and controls provided by the individual owners can be retrieved an Source: [https://github.com/UI5Lab/UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-library-simple) -Demo: [Homepage](https://ui5lab.io/) [Browser](https://ui5lab.io/browser) +Demo: [Homepage](https://ui5lab.github.io/UI5Lab-central/) [Browser](https://ui5lab.github.io/UI5Lab-central/browser) Used in: - @@ -68,10 +68,10 @@ So **gh-pages should never be edited manually**. 2. `"ui5-nabi-m": "^0.1.0"` #### Homepage -To edit the [ui5lab.io](https://ui5lab.io) website, modify the `index.html` file in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished. +To edit the [ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/) website, modify the `index.html` file in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished. #### Documentation -Our [documentation](https://ui5lab.io/docs) is located in `UI5Lab-central/docs`. It is parsed by Docsify and made available under `UI5Lab-central/gh-pages/docs` once the Travis job is finished. +Our [documentation](https://ui5lab.github.io/UI5Lab-central/docs) is located in `UI5Lab-central/docs`. It is parsed by Docsify and made available under `UI5Lab-central/gh-pages/docs` once the Travis job is finished. ### UI5Lab-browser @@ -79,7 +79,7 @@ A browser to display custom libraries and control examples on the UI5Lab homepag Source: [https://github.com/UI5Lab/UI5Lab-browser](https://github.com/UI5Lab/UI5Lab-browser) -Demo: [Browser](https://ui5lab.io/browser) +Demo: [Browser](https://ui5lab.github.io/UI5Lab-central/browser) Used in: [UI5Lab-central](https://github.com/UI5Lab/UI5Lab-central), [UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-central) diff --git a/docs/general/quick_start.md b/docs/general/quick_start.md index f0b3014e..5dbadc25 100644 --- a/docs/general/quick_start.md +++ b/docs/general/quick_start.md @@ -4,7 +4,7 @@ UI5Lab is a community-driven repository for UI5 custom control libraries. It's p #### Explore UI5Lab We provide examples, best practices, and infrastructure to share and retrieve custom control libraries from and for the community. -Have a look at our [browser](https://ui5lab.io/browser) to see all currently available controls or check our [project overview](general/overview.md) for more details. +Have a look at our [browser](https://ui5lab.github.io/UI5Lab-central/browser) to see all currently available controls or check our [project overview](general/overview.md) for more details. #### Use a UI5Lab library in your app diff --git a/docs/how_to/contribute_infrastructure.md b/docs/how_to/contribute_infrastructure.md index 15cc7d6a..eeb6d968 100644 --- a/docs/how_to/contribute_infrastructure.md +++ b/docs/how_to/contribute_infrastructure.md @@ -4,7 +4,7 @@ Here is a short description about tasks the members of the UI5Lab Core Team have * [@michadelic](https://github.com/Michadelic) has implemented a Travis job that gets automatically called whenever a pull request is merged into UI5lab-central * The Travis job will rebuild the complete `UI5Lab-central/gh-pages`-branch. So **gh-pages should never be edited manually**. -* To edit the [ui5lab.io](https://ui5lab.io) website, modify the files in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished +* To edit the [ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/) website, modify the files in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished * A pull request for a new library should include additions to `package.json`. If not, someone from the Core Team has to edit theses files. * `UI5Lab-central/package.json` allows libraries from npmjs and github. For example 1. `"openui5-qrcode": https://github.com/StErMi/openui5-qrcode` diff --git a/docs/how_to/contribute_ui5lab.md b/docs/how_to/contribute_ui5lab.md index 3329d3b9..5bce1447 100644 --- a/docs/how_to/contribute_ui5lab.md +++ b/docs/how_to/contribute_ui5lab.md @@ -29,7 +29,7 @@ In this repository we provide infrastructure for discovering and showcasing a co * A build infrastructure retrieves the content based on library metadata and lists it here in a central sample browser * The tools to load and display many different custom artifacts from individual code packages do not exist yet for this project. This is where we will take the next steps together. - * A public homepage showcasing and featuring all projects that are made available for UI5Lab is work in progress, we have registered the domains ui5lab.io and ui5lab.com + * A public homepage showcasing and featuring all projects that are made available for UI5Lab is work in progress * Feel free to contribute to all of the example projects under this organization to make them more robust and flexible. * Templates to kick-start library and app development may be added as new repositories under this organization diff --git a/homepage/index.html b/homepage/index.html index 9d3d3f68..49cad8be 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -199,7 +199,7 @@

Join the Lab!

Contribute
- +
Docs
diff --git a/index.html b/index.html index ce353bee..40f220cb 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ UI5Lab Browser