jcloud/jcloud/config/docs.py
2025-04-12 17:39:38 +08:00

13 lines
311 B
Python

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