-
Notifications
You must be signed in to change notification settings - Fork 63
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
Enable sitemap.xml #698
Enable sitemap.xml #698
Conversation
@@ -17,6 +17,7 @@ | |||
<enable-browser-edits>true</enable-browser-edits> | |||
<browser-edits-url>https://github.com/Kotlin/dataframe/edit/master/docs/StardustDocs/</browser-edits-url> | |||
</variables> | |||
<sitemap priority="0.35" change-frequency="monthly"/> |
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.
When do you define the priority number, how do you generate these numbers?
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.
Nope, just what the docs says https://www.jetbrains.com/help/writerside/generate-sitemap.html. To be honest, I'm not sure what it does.
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.
I could probably just leave out the priority, since it's optional
@Jolanrensen thanks for carrying about this question |
We need to check with WriterSide that our version gets updated so the sitemap generation feature works. It probably won't hurt to merge this already, waiting for the update, but we need to take into account it won't work right away. |
Fixes #697
enables sitemap according to https://www.jetbrains.com/help/writerside/generate-sitemap.html