rdblue commented on a change in pull request #3382: URL: https://github.com/apache/iceberg/pull/3382#discussion_r737003071
########## File path: site/mkdocs.yml ########## @@ -25,20 +25,28 @@ remote_name: apache remote_branch: asf-site use_directory_urls: true -theme: cinder +theme: + name: windmill + custom_dir: docs/theme_customization copyright: "Copyright 2018-2021 <a href='https://www.apache.org/'>The Apache Software Foundation</a><br />Apache Iceberg, Iceberg, Apache, the Apache feather logo, and the Apache Iceberg project logo are either registered<br />trademarks or trademarks of The Apache Software Foundation in the United States and other countries." extra_css: - css/extra.css extra: versions: iceberg: 0.12.0 nessie: 0.9.2 + logo: img/favicon-96x96.png + version: 0.12.0 + article_nav_top: false + article_nav_bottom: false + include_search_page: true + search_index_only: true plugins: - redirects: redirect_maps: - 'time-travel.md': 'spark-queries/#time-travel' Review comment: This redirect should still exist. We added it to avoid breaking links. -- 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]
