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

Add dynamic sitemap generation route and caching mechanism #2234

Merged

Commits on Jun 7, 2024

  1. Add generate_sitemap script and unit tests

    This change adds generate_sitemap.py script that accepts
    base URL as an argument. The script generates a sitemap
    index file including individual sitemaps for each ecosystem.
    
    The sitemaps are then converted to a compressed version.
    
    It also implements unit tests to ensure proper functionality
    and coverage of generate_sitemap script.
    zahraaalizadeh committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c3693b5 View commit details
    Browse the repository at this point in the history