Skip to content

Commit f891fa6

Browse files
committed
MC-5710: Beta docs tutorial
Fixed changes to install topic
1 parent fb4dc95 commit f891fa6

File tree

6 files changed

+9
-117
lines changed

6 files changed

+9
-117
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The Page Builder Early Access Program (EAP) gives partners the following perks:
66
* Try out customization options and extend its functionality beyond its default features.
77
* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder.
88

9-
## Installation
9+
## Developer documentation
1010

11-
See [Install Page Builder](docs/getting-started/install-pagebuilder.md)
11+
For the latest updates to the documentation, please access the rendered version here:
1212

13-
## Developer documentation
13+
https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/getting-started/introduction.html
1414

1515
### Getting started
1616

docs/_pagebuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,5 @@ pages:
172172
versionless: true
173173

174174
- label: Contribution guide
175-
url: /page-builder/contributing.html
175+
url: https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md
176176
versionless: true

docs/component-status.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Component status
2+
13
**Last Updated: November 27, 2018**
24

35
<style type="text/css" style="display: none">

docs/developer-documentation.md

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

docs/getting-started/install-pagebuilder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This can be install by completing a `composer update` within your project.
3333
If you run into the following issue:
3434
3535
```shell
36-
Could not find a matching version of package magento/module-page-builder-commerce. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
36+
Could not find a matching version of package magento/page-builder-commerce. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
3737
```
3838

3939
Please ensure the credentials you're using to connect with `repo.magento.com` belong to the MAGEID you provided when you signed up to the EAP program.

docs/getting-started/introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,13 @@ See [Install Page Builder](install-pagebuilder.md)
7373

7474
* [Component status](../component-status.md)
7575
* [Known issues](../known-issues.md)
76-
* [Contribution guide](../CONTRIBUTING.md)
76+
* [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md)
7777

7878
<!-- {% endcomment %} -->
7979

8080
## Contribute to Page Builder
8181

82-
We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution guide](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/contributing.html).
83-
.
82+
We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md).
8483

8584
## Page Builder updates from the Magento core team
8685

0 commit comments

Comments
 (0)