rdblue commented on pull request #1891:
URL: https://github.com/apache/iceberg/pull/1891#issuecomment-756489628


   @jackye1995, we can save some space by getting rid of the next/previous 
links and by moving "About" into "Project":
   
   ```diff
   diff --git a/site/docs/css/extra.css b/site/docs/css/extra.css
   index 4fa7c8036..3d79de02b 100644
   --- a/site/docs/css/extra.css
   +++ b/site/docs/css/extra.css
   @@ -28,6 +28,10 @@
      float: left;
    }
    
   +.navbar-right {
   +  display: none;
   +}
   +
    .navbar-brand {
      margin-right: 1em;
    }
   diff --git a/site/mkdocs.yml b/site/mkdocs.yml
   index 1ce05135b..209495896 100644
   --- a/site/mkdocs.yml
   +++ b/site/mkdocs.yml
   @@ -40,8 +40,8 @@ markdown_extensions:
      - admonition
      - pymdownx.tilde
    nav:
   -  - About: index.md
   -  - Project:
   +  - About:
   +    - Project: index.md
        - Community: community.md
        - Releases: releases.md
        - Trademarks: trademarks.md
   ```


----------------------------------------------------------------
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]

Reply via email to