panbingkun commented on PR #42425: URL: https://github.com/apache/spark/pull/42425#issuecomment-1676556063
> Here is an example of a documentation page for a specific version: https://spark.apache.org/docs/3.1.3/api/python/reference/api/pyspark.sql.DataFrame.withColumn.html > > This is the canonical link: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.withColumn.html > > All the "version pages" should have canonical links to the canonical page. Will this PR add canonical links to all the pages? How will we fix all the existing documentation pages that have already been published? In fact, the above settings have added `<link rel="canonical" href="...">` to all pages, but do not include which published documents. For published documents, there may be two options: 1. Cherry-Pick this pr to all branches and republish again. 2. Use a script to solve it. Which one is better? @MrPowers @zhengruifeng -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
