Coloring commited on
Commit
cefa4c3
·
1 Parent(s): 6c3eb98

feat: update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ index_docs = {"overview": Docs(__file__), **layout_templates}
66
 
67
  base_docs = get_docs("base")
68
  antd_docs = get_docs("antd")
69
- antdx_docs = get_docs("antdx")
70
 
71
  default_active_tab = "index"
72
  index_menu_items = [{
@@ -493,7 +493,7 @@ site = Site(
493
  # match the key of tabs
494
  "index": index_docs,
495
  "antd": antd_docs,
496
- "antdx": antdx_docs,
497
  "base": base_docs
498
  },
499
  default_active_tab=default_active_tab,
 
66
 
67
  base_docs = get_docs("base")
68
  antd_docs = get_docs("antd")
69
+ # antdx_docs = get_docs("antdx")
70
 
71
  default_active_tab = "index"
72
  index_menu_items = [{
 
493
  # match the key of tabs
494
  "index": index_docs,
495
  "antd": antd_docs,
496
+ # "antdx": antdx_docs,
497
  "base": base_docs
498
  },
499
  default_active_tab=default_active_tab,