Skip to content

Commit

Permalink
chore: remove useless parts
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
  • Loading branch information
suyanhanx committed Mar 13, 2023
1 parent c235e97 commit 182717b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 122 deletions.
22 changes: 3 additions & 19 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,21 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
### Installation

```
$ yarn
$ pnpm i
```

### Local Development

```
$ yarn start
$ pnpm 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

```
$ yarn build
$ pnpm build
```

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

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> 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.
89 changes: 0 additions & 89 deletions website/blog/2022-10-26-OpenDAL-Key-Value-Adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ const config = {
({
// Replace with your project's social card
// image: 'img/docusaurus-social-card.jpg',
algolia: {
appId: '8VZWFGRPDW',
apiKey: '32b0a14b69785e8e6fa5bc387dcd51e2',
indexName: 'opendal'
},
colorMode: {
defaultMode: 'light',
disableSwitch: true
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Link from "@docusaurus/Link";
const FeatureList = [
{
title: 'Access data freely',
Svg: require('@site/static/img/undraw_the_world_is_mine.svg').default,
Svg: require('@site/static/img/undraw_adventure.svg').default,
description: (
<>
<div>Access different storage services in the same way</div>
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/markdown-page.md

This file was deleted.

1 change: 1 addition & 0 deletions website/static/img/undraw_adventure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 182717b

Please sign in to comment.