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

Module Markdown Optional Fields #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Refactor code to take into account optional fields

    Refactor code so we are not passing in values and only using the defaults from the module config
    
    Show parent field if there are no child fields to show
    
    We want to show the labels field (among others) in the markdown table if
    so that it is part of the documentation rather than showing all the
    preset labels as individual fields in the docs.
    
    Update schema with +nodoc tags and copy to blueprint starter module
    
    Hide certain fields
    
    This change brings the output more inline with the definition
    
    Update output to remove default column
    
    Commit updated test data
    
    Update nodoc behaviour
    
    Update structure to accomodate nodoc
    
    Signed-off-by: Luke Mallon (Nalum) <[email protected]>
    Nalum committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f44efe5 View commit details
    Browse the repository at this point in the history