You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/main.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ def get_organizations():
64
64
65
65
defgenerate_markdown(orgs):
66
66
logger.debug("Generating markdown for organizations.")
67
-
markdown_content="# GitHub Organizations\n\n"
67
+
markdown_content="> This page is automatically generated. Any manual changes will be lost. See: https://github.com/GlueOps/getoutline-docs-update-github \n\n"
68
+
markdown_content="# Full list of GitHub Organizations\n\n"
68
69
markdown_content+="| Organization Name | Description |\n"
0 commit comments