docs.py 329 B

1234567891011
  1. """
  2. Configuration for docs
  3. """
  4. # source_link = "https://github.com/[org_name]/gtl_custom"
  5. # docs_base_url = "https://[org_name].github.io/gtl_custom"
  6. # headline = "App that does everything"
  7. # sub_heading = "Yes, you got that right the first time, everything"
  8. def get_context(context):
  9. context.brand_html = "GTL Customisation"