-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(variables): fix returned type #1568
base: master
Are you sure you want to change the base?
Conversation
fix hexojs#1567, #3038
`site.categories` | All categories | `array` of ??? | ||
`site.tags` | All tags | `array` of ??? | ||
|
||
[queryo]:http://hexojs.github.io/warehouse/Query.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[queryo]:http://hexojs.github.io/warehouse/Query.html | |
[queryo]: https://hexojs.github.io/warehouse/classes/query.Query.html |
`site.posts` | All posts | `array` of `post` objects | ||
`site.pages` | All pages | `array` of `page` objects | ||
`site.posts` | All posts | [Query][queryo] object | ||
`site.pages` | All pages | [Query][queryo] object | ||
`site.categories` | All categories | `array` of ??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
site.categories
and site.tags
are also Query object. Documentation for other languages can also be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix #1567, hexojs/hexo#3038
Check List
Please read and check followings before submitting a PR.
name
is unique.link
URL is correct.preview
URL is correct.preview
URL web site is rendered correctly.source/themes/screenshots
.name
.800 * 500
.png
.name
is unique.link
URL is correct.en
Englishko
Koreanpt-br
Brazilian Portugueseru
Russianth
Thaizh-cn
simplified Chinesezh-tw
traditional ChineseTell me if it's right before I modify other langs