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

feat(route): add nber route: NBER working paper #12008

Merged
merged 18 commits into from
Mar 3, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/en/journal.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
  • Loading branch information
5upernova-heng and TonyRL authored Mar 2, 2023
commit 12408ba9dbd57d224e75775c35213da833645bab
2 changes: 1 addition & 1 deletion docs/en/journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Only some journals are supported.

### All Papers

<Route author="5upernova-heng" example="/nber/papers/20" path="/nber/papers/:perPage" :paramsDesc=['paper numbers per page']/>
<Route author="5upernova-heng" example="/nber/papers/20" path="/nber/papers/:perPage" :paramsDesc="['paper numbers per page']"/>

- Page size should be one of 20, 50, 100. By default the number is 50.

Expand Down