refactor: renamed app to school
This commit is contained in:
11
school/config/docs.py
Normal file
11
school/config/docs.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Configuration for docs
|
||||
"""
|
||||
|
||||
# source_link = "https://github.com/[org_name]/community"
|
||||
# docs_base_url = "https://[org_name].github.io/community"
|
||||
# headline = "App that does everything"
|
||||
# sub_heading = "Yes, you got that right the first time, everything"
|
||||
|
||||
def get_context(context):
|
||||
context.brand_html = "Community"
|
||||
Reference in New Issue
Block a user