Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docs #209

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="320" src="https://svrx.io/assets/images/banner.png">
<img width="320" src="https://svrxjs.github.io/svrx-www/assets/images/banner.png">
</p>

<p align="center">
Expand All @@ -9,18 +9,9 @@
<a href="https://nodejs.org/en/">
<img src="https://img.shields.io/node/v/@svrx/svrx?style=flat-square" alt="node">
</a>
<a href="https://travis-ci.org/svrxjs/svrx" rel="nofollow">
<img src="https://img.shields.io/travis/svrxjs/svrx/master?style=flat-square&logo=travis" alt="Build Status">
</a>
<a href="https://codecov.io/gh/svrxjs/svrx">
<img src="https://img.shields.io/codecov/c/gh/svrxjs/svrx?style=flat-square&logo=codecov" alt="codecov">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx">
<img src="https://img.shields.io/david/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="Dependencies">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx&type=dev">
<img src="https://img.shields.io/david/dev/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="DevDependencies">
</a>
<a href="https://gitter.im/svrxjs/svrx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/svrxjs/svrx.svg" alt="gitter">
</a>
Expand Down
11 changes: 1 addition & 10 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="320" src="https://svrx.io/assets/images/banner.png">
<img width="320" src="https://svrxjs.github.io/svrx-www/assets/images/banner.png">
</p>

<p align="center">
Expand All @@ -9,18 +9,9 @@
<a href="https://nodejs.org/en/">
<img src="https://img.shields.io/node/v/@svrx/svrx?style=flat-square" alt="node">
</a>
<a href="https://travis-ci.org/svrxjs/svrx" rel="nofollow">
<img src="https://img.shields.io/travis/svrxjs/svrx/master?style=flat-square&logo=travis" alt="Build Status">
</a>
<a href="https://codecov.io/gh/svrxjs/svrx">
<img src="https://img.shields.io/codecov/c/gh/svrxjs/svrx?style=flat-square&logo=codecov" alt="codecov">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx">
<img src="https://img.shields.io/david/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="Dependencies">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx&type=dev">
<img src="https://img.shields.io/david/dev/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="DevDependencies">
</a>
<a href="https://gitter.im/svrxjs/svrx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/svrxjs/svrx.svg" alt="gitter">
</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/portal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# svrx-plugin-portal

The portal plugin for svrx. Provide intranet penetration
The portal plugin for svrx. Provide intranet penetration.

```bash
svrx --portal
Expand Down
2 changes: 1 addition & 1 deletion examples/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Here is an example we porxy `/api` and `/same/api` to the target host `https://randomuser.me`.

Note that we also rewrite `/same/api` to `/api`, so `/same/api` will be proxy to `https://randomuser.me/api`
Note that we also rewrite `/same/api` to `/api`, so `/same/api` will be proxy to `https://randomuser.me/api`.
2 changes: 1 addition & 1 deletion packages/svrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

svrx(server-x) is a platform built for efficient front-end development.

See our [website](https://svrx.io/) for more information.
See our [website](https://svrxjs.github.io/svrx-www/) for more information.

## Install

Expand Down
Loading