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

Driver: generate "external" pages #1183

Merged
merged 9 commits into from
Aug 23, 2024
Merged

Commits on Aug 23, 2024

  1. Driver: generate external pages

    Generate pages that are external of a package: landing pages for package,
    library, library list and package list.
    
    There is a problem currently with empty parent id. Currently using a "`a`"
    container directory for the package list.
    panglesd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1f461f6 View commit details
    Browse the repository at this point in the history
  2. Allow for empty --parent-id

    Useful for the list of packages landing page
    panglesd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f6a648d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f733702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df0971e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0c50e1 View commit details
    Browse the repository at this point in the history
  6. Test: cover empty parent id

    panglesd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    31b6f5b View commit details
    Browse the repository at this point in the history
  7. driver: Refactor Landing_pages to use Format

    Util.write_file is refactored to be more suitable.
    
    Co-authored-by: Paul-Elliot <[email protected]>
    Julow and panglesd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    773e5fd View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Co-authored-by: Jules Aguillon <[email protected]>
    panglesd and Julow committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd4773c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5faa896 View commit details
    Browse the repository at this point in the history