-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change doc link for 15 #12963
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
Change doc link for 15 #12963
Conversation
Signed-off-by: Daniel Kesselberg <[email protected]>
| $this->defaultAndroidClientUrl = $config->getSystemValue('customclient_android', 'https://play.google.com/store/apps/details?id=com.nextcloud.client'); | ||
| $this->defaultDocBaseUrl = 'https://docs.nextcloud.com'; | ||
| $this->defaultDocVersion = '14'; // used to generate doc links | ||
| $this->defaultDocVersion = '15'; // used to generate doc links |
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.
Please use 'stable' now :)
https://docs.nextcloud.com/server/stable/developer_manual/
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.
@skjnldsv no on 15 we should use 15. Because once 16 is released we will forget to update this link.
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.
@rullzer but then stable will be 16 🤔
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.
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.
@skjnldsv this PR is against stable15
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.
Ahaha, oups! 🙈
skjnldsv
left a comment
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.

Ref #12959