Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: fix community site #4522

Merged

Commits on Mar 30, 2022

  1. website/community: remove hugo templating

    This page doesn't go through hugo at all, so these things would
    end up on the website.
    
    A quick fix is reverting the bits that added the templating. The
    downside is that local dev and PR previews will link to
    /docs/latest/ecosystem, which doesn't exist there.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Mar 30, 2022
    Copy the full SHA
    922efc3 View commit details
    Browse the repository at this point in the history
  2. website/community: link Documentation and Download to /docs

    For /docs/ (not /docs/latest) we have a redirect in local dev and
    PR preview mode:
    
        /docs -> /docs/edge
    
    so this will be a little less broken: only ecosystem is a 404 link
    on the preview.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Mar 30, 2022
    Copy the full SHA
    31c1410 View commit details
    Browse the repository at this point in the history