Skip to content

Commit

Permalink
Updating dependencies to address dependabot alerts (#4912)
Browse files Browse the repository at this point in the history
* Updating dependencies to address dependabot alerts

* Adds Netlify Status badge to repo's README

* Remove unused page

* Update README for website directory

* Add link to Netlify's badge
  • Loading branch information
dharmit authored Jul 15, 2021
1 parent 1eb10a9 commit 9237d8d
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 605 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

https://github.com/openshift/odo/releases/latest[image:https://img.shields.io/github/v/release/openshift/odo?style=for-the-badge[GitHub release]]
image:https://img.shields.io/github/license/openshift/odo?style=for-the-badge[License]
https://app.netlify.com/sites/odo-docusaurus-preview/deploys[image:https://api.netlify.com/api/v1/badges/e07867b0-56a4-4905-92a9-a152ceab5f0d/deploy-status[![Netlify Status]]


[[overview]]
Expand Down
34 changes: 1 addition & 33 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

## Installation

```console
yarn install
```

## Local Development

```console
yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

```console
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
Read the [contribution guide](docs/contributing/docs.md) for more information.
149 changes: 94 additions & 55 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
"@docusaurus/preset-classic": "2.0.0-beta.1",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"browserslist": "^4.16.5",
"clsx": "^1.1.1",
"css-what": "^5.0.0",
"file-loader": "^6.2.0",
"glob-parent": "^5.1.2",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.24.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"trim": "0.0.3",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/markdown-page.md

This file was deleted.

Loading

0 comments on commit 9237d8d

Please sign in to comment.