-
Notifications
You must be signed in to change notification settings - Fork 868
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
add doc for reserved metadata #514
Conversation
_disableToc | bool | Indicate whether to show table of contents on the left of page. | ||
_disableAffix | bool | Indicate whether to show the affix bar on the right of page. | ||
_disableContribution | bool | Indicate whether to show the `View Source` and `Improve this Doc` buttons. | ||
gitContribute | object | Customized the `Improve this Doc` URL button for public contributors. Use `repo` to specify the contribution repository URL. Use `branch` to specify the contribution branch. Use `path` to specify the folder for new overwrite files . |
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.
shall we use _gitContribute
to make this metadata consistent with others?
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.
Customized -> Customize
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.
Yes. doc issued is fixed, will rename it in code in another PR.
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.
gitContribute [](start = 0, length = 13)
how about give an example for gitContribute here?
👍 |
|
----------------------|---------|--------------------------- | ||
_appTitle | string | Will be appended to each output page's head title. | ||
_appFooter | string | The footer text. Will show DocFX's Copyright text if not specified. | ||
_enableSearch | bool | Indicate whether show the search box on the top of page. |
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.
whether show [](start = 43, length = 12)
whether to show? #Closed
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.
resolved
|
1 similar comment
|
add doc for gitContribute #505
@chenkennt @ansyral @vwxyzh @qinezh @hellosnow