From 897b95be423de073a7068fd25c4dfe42715ab427 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Nov 2024 10:27:15 -0500 Subject: [PATCH 1/5] (fix): Fixed broken links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 500f12c2553..5a726fd7b69 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ Using PatternFly 3? Take a look at the [PatternFly 3 React component information |   [@patternfly/react-styles](./packages/react-styles/README.md) | PatternFly CSS styles | |   [@patternfly/react-tokens](./packages/react-tokens/README.md) | PatternFly CSS variable tokens | | **:yellow_heart: Extension packages** | -|   [@patternfly/react-log-viewer](https://github.com/patternfly/react-log-viewer/README.md) | Virtualized log viewer component | -|   [@patternfly/react-catalog-view-extension](https://github.com/patternfly/react-catalog-view/README.md) | Catalog view extension | -|   [@patternfly/react-topology](https://github.com/patternfly/react-topology/README.md) | Topology components | +|   [@patternfly/react-log-viewer](https://github.com/patternfly/react-log-viewer) | Virtualized log viewer component | +|   [@patternfly/react-catalog-view-extension](https://github.com/patternfly/react-catalog-view) | Catalog view extension | +|   [@patternfly/react-topology](https://github.com/patternfly/react-topology) | Topology components | | **:open_file_folder: Supporting packages** | |   [@patternfly/react-docs](./packages/react-docs/README.md) | Gatsby documentation site for components | |   [@patternfly/react-integration](./packages/react-integration/README.md) | Cypress integration tests | | **:x: Deprecated packages** | -|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension/README.md) | Table inline edit extension | -|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension/README.md) | Table and list row virtualization extension | +|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension) | Table inline edit extension | +|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension) | Table and list row virtualization extension | ### Setup From 43c82ad3669b9ff06a4e4d214df34d26ecf1f7b5 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Nov 2024 10:37:05 -0500 Subject: [PATCH 2/5] remove einline extension --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a726fd7b69..97a15137115 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ Using PatternFly 3? Take a look at the [PatternFly 3 React component information |   [@patternfly/react-docs](./packages/react-docs/README.md) | Gatsby documentation site for components | |   [@patternfly/react-integration](./packages/react-integration/README.md) | Cypress integration tests | | **:x: Deprecated packages** | -|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension) | Table inline edit extension | -|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension) | Table and list row virtualization extension | +|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension/README.md) | Table and list row virtualization extension | ### Setup From 3db4026bddf9cdfa48810fc6aa75c49f93c66cef Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Nov 2024 11:26:07 -0500 Subject: [PATCH 3/5] test build --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97a15137115..329ce06dbe4 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ Using PatternFly 3? Take a look at the [PatternFly 3 React component information |   [@patternfly/react-docs](./packages/react-docs/README.md) | Gatsby documentation site for components | |   [@patternfly/react-integration](./packages/react-integration/README.md) | Cypress integration tests | | **:x: Deprecated packages** | -|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension/README.md) | Table and list row virtualization extension | +|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension/README.md) | Table inline edit extension | +|   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension) | Table and list row virtualization extension | -### Setup +### Setup Before you begin, check out this [overview of PatternFly](http://patternfly.org/get-started/about) to get familiar with the basic elements of the design system. From 48f15c6a56adf5c67bddbf5cba833c2668357905 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Nov 2024 13:44:36 -0500 Subject: [PATCH 4/5] remove inline edit link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 329ce06dbe4..6dc693b422e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Using PatternFly 3? Take a look at the [PatternFly 3 React component information |   [@patternfly/react-docs](./packages/react-docs/README.md) | Gatsby documentation site for components | |   [@patternfly/react-integration](./packages/react-integration/README.md) | Cypress integration tests | | **:x: Deprecated packages** | -|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension/README.md) | Table inline edit extension | |   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension) | Table and list row virtualization extension | ### Setup From 4d1e3b15a062365016571c5ff828290e045bfc84 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Nov 2024 14:08:57 -0500 Subject: [PATCH 5/5] Revert "remove inline edit link" This reverts commit 48f15c6a56adf5c67bddbf5cba833c2668357905. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dc693b422e..329ce06dbe4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Using PatternFly 3? Take a look at the [PatternFly 3 React component information |   [@patternfly/react-docs](./packages/react-docs/README.md) | Gatsby documentation site for components | |   [@patternfly/react-integration](./packages/react-integration/README.md) | Cypress integration tests | | **:x: Deprecated packages** | +|   [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension/README.md) | Table inline edit extension | |   [@patternfly/react-virtualized-extension](https://github.com/patternfly/react-virtualized-extension) | Table and list row virtualization extension | ### Setup