You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/13 07:06:16 UTC

[GitHub] [iceberg] kbendick opened a new issue #2587: [Site] Use mkdocs-redirects to handle deprecation of redirects for making site

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] cwsteinbach closed issue #2587: [Site] Use mkdocs-redirects to handle deprecation of redirects for making site

Posted by GitBox <gi...@apache.org>.
cwsteinbach closed issue #2587:
URL: https://github.com/apache/iceberg/issues/2587


   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org