feat: Initialize App

This commit is contained in:
pateljannat
2021-02-12 15:10:30 +05:50
commit 994ab1a42c
16 changed files with 229 additions and 0 deletions

11
community/config/docs.py Normal file
View 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"