remove general docs from footer addition (#498)

This commit is contained in:
Chenhe Gu
2025-10-29 07:34:56 +09:00
committed by GitHub
parent 8784682ce4
commit d9fb3dc2b1

View File

@@ -195,25 +195,6 @@ def loop(dict):
def main_contributing_in_page():
process = {
# Help Documentation
"zh_help": {
"target_dir_relative": "zh-hans",
"repo_owner": "langgenius",
"repo_name": "dify-docs",
"language": "zh",
},
"en_help": {
"target_dir_relative": "en",
"repo_owner": "langgenius",
"repo_name": "dify-docs",
"language": "en",
},
"ja_help": {
"target_dir_relative": "ja-jp",
"repo_owner": "langgenius",
"repo_name": "dify-docs",
"language": "ja",
},
# Plugin Development
"zh_plugin_dev": {
"target_dir_relative": "plugin-dev-zh",