kbendick opened a new issue #2587: URL: https://github.com/apache/iceberg/issues/2587
I was testing out creating the site locally, and I noticed that the `redirects` section of the site configuration file is deprecated and will be removed in version 1.0 of mkdocs Here's the relevant error message ``` $ mkdocs serve INFO - Building documentation... WARNING - Config value: 'redirects'. Warning: Unrecognised configuration name: redirects INFO - Cleaning site directory WARNING - The root-level 'redirects:' setting is not valid and has been changed in version 1.0! The plugin-level 'redirect-map' must be used instead. See https://git.io/fjdBN INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - snapshots.md - spark.md ``` Checking out the website linked, it seems we need to install `mkdocs-redirects` and configure the mkdocs.yml according to this website here https://github.com/datarobot/mkdocs-redirects/blob/1a0c0528a4216a0542c73fae7e3cf58fe279e113/README.md (long form of the shortened link above). -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
