Skip to content

Commit e4d2c54

Browse files
committed
docs: add links to the extra samples
1 parent cb07f8f commit e4d2c54

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ version = '7.4' # or 7.3, 7.2, 7.1, 7.0
3535
```
3636
> See also [`lfr config`](/cmd/config)
3737
38-
The configuration directory will also contains the Client Extensions samples. The samples are cloned from a [custom repository](https://github.com/lgdd/liferay-client-extensions-samples){:target="_blank"} that mirrors the [official samples contained in the monorepo](https://github.com/liferay/liferay-portal/tree/master/workspaces/liferay-sample-workspace/client-extensions){:target="_blank"} and rename some components to be more intelligible.
38+
The configuration directory will also contains the Client Extensions samples. The samples are cloned from a [custom repository](https://github.com/lgdd/liferay-client-extensions-samples){:target="_blank"} that mirrors the [official samples contained in the monorepo](https://github.com/liferay/liferay-portal/tree/master/workspaces/liferay-sample-workspace/client-extensions){:target="_blank"} and rename some components to be more intelligible. It also includes some unofficial extra samples you can find on [this repository](https://github.com/lgdd/liferay-client-extensions-extra-samples){:target="_blank"}
3939

4040
The Client Extensions samples are cloned when running the `lfr create client-extension` (or the short version `lfr c cx`) for the first time, and the next time it will refresh it with a `git pull` in the background.

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Also, I get sometimes frustrated by [Blade](https://github.com/liferay/liferay-b
3030
# Related projects
3131

3232
To reach some of the goals of this tool, other projects have been built in order to enhance the developer experience:
33-
- [https://github.com/lgdd/liferay-product-info](https://github.com/lgdd/liferay-product-info)
34-
- [https://github.com/lgdd/liferay-dxp-releases](https://github.com/lgdd/liferay-dxp-releases)
35-
- [https://github.com/lgdd/liferay-client-extensions-samples](https://github.com/lgdd/liferay-client-extensions-samples)
33+
- [https://github.com/lgdd/liferay-product-info](https://github.com/lgdd/liferay-product-info){:target="_blank"}
34+
- [https://github.com/lgdd/liferay-dxp-releases](https://github.com/lgdd/liferay-dxp-releases){:target="_blank"}
35+
- [https://github.com/lgdd/liferay-client-extensions-samples](https://github.com/lgdd/liferay-client-extensions-samples){:target="_blank"}
36+
- [https://github.com/lgdd/liferay-client-extensions-extra-samples](https://github.com/lgdd/liferay-client-extensions-extra-samples){:target="_blank"}
3637

3738
# Changelog
3839

0 commit comments

Comments
 (0)