diff --git a/src/pivotal-ui/components/pivnet_homepage/package.json b/src/pivotal-ui/components/pivnet_homepage/package.json deleted file mode 100644 index 2a9a25845..000000000 --- a/src/pivotal-ui/components/pivnet_homepage/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "homepage": "http://styleguide.pivotal.io/section.html#pivnet_homepage", - "dependencies": {}, - "version": "1.10.0" -} \ No newline at end of file diff --git a/src/pivotal-ui/components/pivnet_homepage/pivnet_homepage.scss b/src/pivotal-ui/components/pivnet_homepage/pivnet_homepage.scss deleted file mode 100644 index e18cb583a..000000000 --- a/src/pivotal-ui/components/pivnet_homepage/pivnet_homepage.scss +++ /dev/null @@ -1,49 +0,0 @@ -/*doc ---- -title: Pivnetacos -name: pivnetacos_react -category: - - React Beta ---- - -
-
- Deprecation warning -
-

- This component is deprecated. -

-
- -Here is a basic example of how React components can be combined to create larger pieces. - -```jsx_example -var PivnetHomepage = React.createClass({ - render: function () { - return ( -
-
- Explore, download, and update Pivotal software and services - Software designed with the enterprise in mind -
- - - - -
-
- Join -

To download and evaluate all products and services

-
-
-
-
- ); - } -}); -``` - -```react_example - -``` -*/