Skip to content

Commit

Permalink
docs: fix blank page (#9396)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Mar 27, 2022
1 parent 8c20399 commit e5b2676
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/en/shopping.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Parameter `time` only works when `mostwanted` is chosen as the category.

### thread

<RouteEn author="DIYgod" example="/hotukdeals/hot" path="/hotukdeals/:type" :paramsDesc="['should be one of highlights, hot, new, discussed']" ></Route>
<RouteEn author="DIYgod" example="/hotukdeals/hot" path="/hotukdeals/:type" :paramsDesc="['should be one of highlights, hot, new, discussed']"/>

## IKEA

Expand Down
16 changes: 11 additions & 5 deletions docs/en/study.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ pageClass: routes
| thumbnail | Thumbnail size |
| poster | Art poster |

</Route>
</RouteEn>

## LinkResearch

### theses

<RouteEn author="yech1990" example="/linkresearcher/category=theses&subject=生物" path="/linkresearcher/theses/:param" supportScihub="1" :paramsDesc="['key=value,eg. subject=生物']"/>
<RouteEn author="yech1990" example="/linkresearcher/category=theses&subject=生物" path="/linkresearcher/theses/:param" supportScihub="1" :paramsDesc="['key=value,eg. subject=生物']">

| `:param` | example | definition |
| -------- | --------------- | -------------------------------------- |
Expand All @@ -48,11 +48,13 @@ pageClass: routes
| columns | columns=健康 | string / undefined |
| columns | columns=virus | string / undefined |

</RouteEn>

## ORCID

### Works List

<Route author="OrangeEd1t" example="/orcid/0000-0002-4731-9700" path="/orcid/:id" :paramsDesc="['Open Researcher and Contributor ID']"/>
<RouteEn author="OrangeEd1t" example="/orcid/0000-0002-4731-9700" path="/orcid/:id" :paramsDesc="['Open Researcher and Contributor ID']"/>

## X-MOL

Expand All @@ -76,7 +78,7 @@ pageClass: routes

### News

<RouteEn author="yech1990" example="/zhishifenzi/news/ai" path="/zhishifenzi/news/:type" :paramsDesc="['type,eg. ai']"/>
<RouteEn author="yech1990" example="/zhishifenzi/news/ai" path="/zhishifenzi/news/:type" :paramsDesc="['type,eg. ai']">

| `:type` | type name |
| --------- | --------- |
Expand All @@ -90,13 +92,15 @@ pageClass: routes

> leave it blank(`/zhishifenzi/news`)to get all
</RouteEn>

### depth

<RouteEn author="yech1990" example="/zhishifenzi/depth" path="/zhishifenzi/depth" />

### innovation

<RouteEn author="yech1990" example="/zhishifenzi/innovation/company" path="/zhishifenzi/innovation/:type" :paramsDesc="['type,eg. company']"/>
<RouteEn author="yech1990" example="/zhishifenzi/innovation/company" path="/zhishifenzi/innovation/:type" :paramsDesc="['type,eg. company']">

| `:type` | type name |
| ------------- | ------------- |
Expand All @@ -108,3 +112,5 @@ pageClass: routes
| policy | Policy |

> leave it blank(`/zhishifenzi/innovation`)to get all
</RouteEn>

0 comments on commit e5b2676

Please sign in to comment.