Skip to content

Commit

Permalink
chore: Remove reference to appspot demo server. (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Oct 1, 2018
1 parent 418c7aa commit 14fcaea
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app.yaml
Expand Up @@ -10,8 +10,8 @@ skip_files:

handlers:
- url: /
static_files: demos/index.html
upload: demos/index.html
static_files: demos/redirect.html
upload: demos/redirect.html

- url: /assets/(.*)
static_files: build/\1
Expand Down
4 changes: 2 additions & 2 deletions demos/README.md
@@ -1,6 +1,6 @@
# Demonstrations
# Demonstrations

MDC Web's collection of components. Demonstrated in idiomatic JavaScript/CSS/HTML. A hosted version of this folder can be found [here](http://material-components-web.appspot.com/).
MDC Web's collection of components. Demonstrated in idiomatic JavaScript/CSS/HTML.

## Installation

Expand Down
1 change: 1 addition & 0 deletions demos/redirect.html
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; URL='https://material-components.github.io/material-components-web-catalog/'" />
2 changes: 1 addition & 1 deletion docs/code/readme_template.md
Expand Up @@ -17,7 +17,7 @@ Copy the snippet and replace the following
* `ICON_ID`: id for the icon representing the component
* `SCREENSHOT_NAME`: name of the screenshot image of the component
* `SCREENSHOT_WIDTH`: width of the screenshot image of the component
* `LINK_TO_CATALOG_SERVER`: link to the component page on [Demo Catalog](https://material-components-web.appspot.com/)
* `LINK_TO_CATALOG_SERVER`: link to the component page on [Catalog](https://material-components.github.io/material-components-web-catalog/)
* Usage sections
* `BASIC_USAGE_SECTION`: see [README standards on Basic Usage](readme_standards.md#basic-usage)
* `VARIANTS_SECTION`: see [README standards on Variants](readme_standards.md#variants)
Expand Down
3 changes: 1 addition & 2 deletions docs/open_source/README.md
Expand Up @@ -57,7 +57,7 @@ having to fix the bug.

Our code is released as Node modules. External developers install these modules.

[Catalog Server](https://material-components-web.appspot.com/)
[Catalog Server](https://material-components.github.io/material-components-web-catalog/)

Our catalog server is where we visually display the components to our external
developers.
Expand All @@ -67,4 +67,3 @@ developers.
[Discord channel](https://discordapp.com/invite/material-components)

Our Discord channel is where we can talk with external developers in realtime.

9 changes: 0 additions & 9 deletions docs/open_source/release-process.md
Expand Up @@ -246,12 +246,3 @@ MDC React repository, with the "required for sync" label.
Our markdown documentation is transformed and mirrored to the Develop section of material.io.

Currently, this requires some manual work by the Tools team, so we need to notify them to update the site content.

## (Deprecated) Deploy Catalog Server

> Note: We now promote the [MDC Web Catalog](https://github.com/material-components/material-components-web-catalog)
> instead. The old catalog server is no longer linked from our documentation.
`MDC_ENV=development npm run build:demos && gcloud app deploy`

[Double check it is live](https://material-components-web.appspot.com/)

0 comments on commit 14fcaea

Please sign in to comment.