diff --git a/apps/wizard/config/config.yml b/apps/wizard/config/config.yml index 1c0b66e258a..46e6667dffc 100644 --- a/apps/wizard/config/config.yml +++ b/apps/wizard/config/config.yml @@ -217,66 +217,66 @@ sections: icon: ":material/animated_images:" image_url: "https://img.freepik.com/free-photo/abstract-yellow-smooth-wave-lines_1017-24863.jpg" - - title: "Metadata" - description: |- - Improve our metadata or learn how to use it. - apps: - - title: "Meta Upgrader" - description: "Migrate old metadata to new format." - maintainer: "@veronika / @lucas" - entrypoint: app_pages/metagpt.py - icon: ":material/upgrade:" - alias: metagpt - image_url: "https://cdn.pixabay.com/photo/2016/12/04/18/58/instagram-1882329_1280.png" - disable: - "production": True - "staging": True - - title: "Meta Playground" - alias: metaplay - description: "How is metadata presented in data pages?" - maintainer: "@lucas" - entrypoint: app_pages/metaplay.py - icon: ":material/sports_volleyball:" - image_url: "https://upload.wikimedia.org/wikipedia/commons/d/d4/PlayEquipComboPlastic_wb.jpg" - disable: - "production": True - "staging": True + # - title: "Metadata" + # description: |- + # Improve our metadata or learn how to use it. + # apps: + # - title: "Meta Upgrader" + # description: "Migrate old metadata to new format." + # maintainer: "@veronika / @lucas" + # entrypoint: app_pages/metagpt.py + # icon: ":material/upgrade:" + # alias: metagpt + # image_url: "https://cdn.pixabay.com/photo/2016/12/04/18/58/instagram-1882329_1280.png" + # disable: + # "production": True + # "staging": True + # - title: "Meta Playground" + # alias: metaplay + # description: "How is metadata presented in data pages?" + # maintainer: "@lucas" + # entrypoint: app_pages/metaplay.py + # icon: ":material/sports_volleyball:" + # image_url: "https://upload.wikimedia.org/wikipedia/commons/d/d4/PlayEquipComboPlastic_wb.jpg" + # disable: + # "production": True + # "staging": True - - title: "ETL Steps (legacy)" - description: "Keeping this temporary" - apps: - - alias: express - title: "Express" - description: "Add all data steps." - entrypoint: etl_steps_old/express.py - icon: ":material/bolt:" - image_url: "https://upload.wikimedia.org/wikipedia/commons/b/b3/Indochinese_leopard.jpg" - disable: - "production": True - - alias: meadow - title: "Meadow" - description: "Add meadow step." - entrypoint: etl_steps_old/meadow.py - icon: ":material/nature:" - image_url: "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Blumenwiese_bei_Obermaiselstein05.jpg/1024px-Blumenwiese_bei_Obermaiselstein05.jpg" - disable: - "production": True - - alias: garden - title: "Garden" - description: "Add garden step." - entrypoint: etl_steps_old/garden.py - icon: ":material/deceased:" - image_url: "https://upload.wikimedia.org/wikipedia/commons/2/27/Butchart_gardens.JPG" - disable: - "production": True - - alias: grapher - title: "Grapher" - description: "Add grapher step." - entrypoint: etl_steps_old/grapher.py - icon: ":material/database:" - image_url: "https://pbs.twimg.com/media/EbHwdjwUcAEfen4?format=jpg&name=large" - disable: - "production": True + # - title: "ETL Steps (legacy)" + # description: "Keeping this temporary" + # apps: + # - alias: express + # title: "Express" + # description: "Add all data steps." + # entrypoint: etl_steps_old/express.py + # icon: ":material/bolt:" + # image_url: "https://upload.wikimedia.org/wikipedia/commons/b/b3/Indochinese_leopard.jpg" + # disable: + # "production": True + # - alias: meadow + # title: "Meadow" + # description: "Add meadow step." + # entrypoint: etl_steps_old/meadow.py + # icon: ":material/nature:" + # image_url: "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Blumenwiese_bei_Obermaiselstein05.jpg/1024px-Blumenwiese_bei_Obermaiselstein05.jpg" + # disable: + # "production": True + # - alias: garden + # title: "Garden" + # description: "Add garden step." + # entrypoint: etl_steps_old/garden.py + # icon: ":material/deceased:" + # image_url: "https://upload.wikimedia.org/wikipedia/commons/2/27/Butchart_gardens.JPG" + # disable: + # "production": True + # - alias: grapher + # title: "Grapher" + # description: "Add grapher step." + # entrypoint: etl_steps_old/grapher.py + # icon: ":material/database:" + # image_url: "https://pbs.twimg.com/media/EbHwdjwUcAEfen4?format=jpg&name=large" + # disable: + # "production": True # legacy: # description: |- # The pages below are legacy now. They are kept in case the new pages are not working properly.