Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Disable external link checking (#5108)
Browse files Browse the repository at this point in the history
* Disable external link checking

* Fixed PWA links
  • Loading branch information
jeff-matthews authored Aug 2, 2019
1 parent 990bd96 commit 2a75bd3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Docfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ content_map:
-
directory: mftf
repository: magento/magento2-functional-testing-framework
branch: master
branch: develop
filter: true
-
directory: page-builder
Expand Down
3 changes: 3 additions & 0 deletions _config.checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
html-proofer:

# Do not check external links.
:disable_external: true

# Report only errors that fall within the 4xx status code range.
:only_4xx: true

Expand Down
2 changes: 1 addition & 1 deletion _data/main-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
url: /design-styleguide/bk-styleguide.html

- label: PWA Documentation Site
url: https://magento-research.github.io/pwa-studio/
url: https://magento.github.io/pwa-studio/
include_versions: ['2.3']

- label: Page Builder Developer Guide
Expand Down
4 changes: 2 additions & 2 deletions guides/v2.2/architecture/archi_perspectives/present_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Presentation layer components make calls to the service layer, which in turn sen
<!-- Link definitions -->
[Frontend Developer Guide]: {{page.baseurl}}/frontend-dev-guide/bk-frontend-dev-guide.html
[GraphQL Developer Guide]: https://devdocs.magento.com/guides/v2.3/graphql/
[Magento PWA]: https://magento-research.github.io/pwa-studio/technologies/overview/
[PWA Studio docs]: https://magento-research.github.io/pwa-studio/
[Magento PWA]: https://magento.github.io/pwa-studio/technologies/overview/
[PWA Studio docs]: https://magento.github.io/pwa-studio/
2 changes: 1 addition & 1 deletion guides/v2.3/inventory/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As a result of applying SRP to module responsibilities (while taking into accoun
* Admin UI
* Frontend UI

The Admin and frontend UIs can be separated, because it's possible to have two different technology stacks. The Admin UI uses UI components, while the frontend UI can use the [PWA](https://magento-research.github.io/pwa-studio/) studio stack, consisting of technology such as webpack, React, Redux, and GraphQL.
The Admin and frontend UIs can be separated, because it's possible to have two different technology stacks. The Admin UI uses UI components, while the frontend UI can use the [PWA](https://magento.github.io/pwa-studio/) studio stack, consisting of technology such as webpack, React, Redux, and GraphQL.

Now, instead of creating one module that covers a specialized business domain, we create up to four modules, each one responsible for a dedicated layer of the system to provide high granularity for customizations. For example, in the standard Magento architecture, the `InventorySales` module would have contained all the APIs, business logic, and UI definitions. Now, these responsibilities are defined in the `InventorySales`, `InventorySalesApi`, `InventorySalesAdminUI`, and `InventorySalesFrontendUI` modules.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/pwa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ It uses modern tools and libraries to create a build system and framework that a

For more information, visit the **[Magento PWA Documentation site][]**.

[Magento PWA Documentation site]: https://magento-research.github.io/pwa-studio/
[Magento PWA Documentation site]: https://magento.github.io/pwa-studio/
2 changes: 1 addition & 1 deletion guides/v2.3/release-notes/ReleaseNotes2.3.0Commerce.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Follow these steps to download and apply this patch:

### Improved developer experience

* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento-research.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.


* **Declarative schema** simplifies installation and upgrade procedures for Magento and extensions. Declarative schema reduce the need for many database scripts, eliminating the need to maintain these scripts. And here's a big advantage: This features enables Magento to roll out database schema changes in patch releases (not currently possible). This feature supports split and shared database structures and database structure validation.
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/release-notes/ReleaseNotes2.3.0OpenSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Follow these steps to download and apply this patch:

### Improved developer experience

* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento-research.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.

* **Declarative schema** simplifies installation and upgrade procedures for Magento and extensions. Declarative schema reduce the need for many database scripts, eliminating the need to maintain these scripts. And here's a big advantage: This features enables Magento to roll out database schema changes in patch releases (not currently possible). This feature supports split and shared database structures and database structure validation.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/release-notes/ReleaseNotes2.3.1Commerce.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The Magento Inventory (was MSI) community project has added multiple new feature

#### Progressive Web Apps (PWA) Studio

PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://magento-research.github.io/pwa-studio/).
PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://magento.github.io/pwa-studio/).


#### GraphQL
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The Magento Inventory (was MSI) community project has added multiple new feature

#### Progressive Web Apps (PWA) Studio

PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://magento-research.github.io/pwa-studio/).
PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://magento.github.io/pwa-studio/).


#### GraphQL
Expand Down

0 comments on commit 2a75bd3

Please sign in to comment.