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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop rendering CS modules and room version fragments as standalone pages #1317

Merged
merged 5 commits into from
Nov 8, 2022

Commits on Nov 2, 2022

  1. Turn room version fragments and cs modules into headless resources

    This is actually doing two things:
    
     * creating `{fragments,modules}/index.md` turns the fragments and modules into
       page resources, rather than pages in their own right. We have to update the
       shortcodes to match.
    
     * adding `headless: true` means that we don't render the pages.
    
    The net effect is that we don't render pages like
    https://spec.matrix.org/v1.4/rooms/fragments/v1-auth-rules/ and
    https://spec.matrix.org/v1.4/client-server-api/modules/account_data/.
    richvdh committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    56b75c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ecab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8625722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b620957 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b89fc98 View commit details
    Browse the repository at this point in the history