Skip to content

Commit 4365979

Browse files
authored
Merge pull request #1825 from belemaire/update-documentation
Update documentation
2 parents 6ae7b60 + accd24b commit 4365979

38 files changed

Lines changed: 483 additions & 564 deletions

docs/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
## Installation
77

8-
- Make sure you are aligned with all [requirements]
9-
8+
- Before installing the platform, make sure that the [prerequisites] are met
109
- Install the platform by running the following command in a terminal :
1110

1211
```sh
@@ -30,8 +29,8 @@ Please see the [CONTRIBUTING guide]
3029
## Support and Acknowledgment
3130

3231
We'd like to thank our employer, WalmartLabs because we can work on the development of Electrode Native platform as Open Sourced Software for the needs of our internal teams and projects.
33-
We love the public community and the support we get, and we address your requests as much as we can.
34-
We are always excited to get feedback, bug reports, and pull requests.
32+
We love the public community and the support we get, and we address your requests as much as we can.
33+
We are always excited to get feedback, bug reports, and pull requests.
3534
Thank you.
3635

3736
## License
@@ -42,7 +41,7 @@ Licensed under the [Apache License, Version 2.0].
4241

4342
[announcement blog post]: https://medium.com/walmartlabs/electrode-native-the-platform-for-integrating-react-native-into-your-apps-129cbabda7b8
4443
[contributing guide]: ./overview/contributing.md
45-
[requirements]: ./overview/requirements.md
44+
[prerequisites]: ./overview/prerequisites.md
4645
[apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0
4746
[gitbook]: https://www.gitbook.com/
4847
[what is electrode native]: ./overview/what-is-ern.md

docs/SUMMARY.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44

55
- [Overview](overview/what-is-ern.md)
66
- [What is Electrode Native](overview/what-is-ern.md)
7-
- [Why use Electrode Native](overview/why-use-ern.md)
87
- [What is a MiniApp](overview/what-is-a-miniapp.md)
98
- [Electrode Native workflow](overview/ern-workflow.md)
109
- [Native dependencies management](overview/dependency-management.md)
1110
- [JS/Native communication](overview/js-native-communication.md)
12-
- [Requirements](overview/requirements.md)
11+
- [Requirements](overview/prerequisites.md)
1312
- [Upgrading Electrode Native](overview/upgrading-platform.md)
1413
- [Contributing](overview/contributing.md)
1514

1615
### REFERENCE
1716

18-
- [Bundle Store](cli/bundlestore.md)
1917
- [Composite](platform-parts/composite/index.md)
20-
- [Container](platform-parts/container/index.md)
21-
- [What's inside](platform-parts/container/inside-a-container.md)
18+
- [Container]
19+
- [Overview](platform-parts/container/container-overview.md)
20+
- [Generation](platform-parts/container/container-generation.md)
2221
- [Publication](platform-parts/container/container-publication.md)
22+
- [Transformation](platform-parts/container/container-transformation.md)
23+
- [Pipeline](platform-parts/container/container-pipeline.md)
2324
- [Integration](platform-parts/container/container-integration.md)
2425
- [Initialization](platform-parts/container/container-initialization.md)
2526
- [Launching MiniApps](platform-parts/container/launching-miniapps.md)

docs/cli/bundlestore/create.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/cli/bundlestore/delete.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/cli/bundlestore/upload.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/cli/bundlestore/use.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)