1234567891011 |
- """
- Configuration for docs
- """
- # source_link = "https://github.com/[org_name]/gtl_custom"
- # docs_base_url = "https://[org_name].github.io/gtl_custom"
- # headline = "App that does everything"
- # sub_heading = "Yes, you got that right the first time, everything"
- def get_context(context):
- context.brand_html = "GTL Customisation"
|