الفرق بين المراجعتين لصفحة: «Bash/MegaMenu»

من موسوعة حسوب
جميل-بيلوني أنشأ الصفحة Bash/MegaMenu باستخدام موديل محتوى غير قياسي "JSON"
 
إضافة محتوى قائمة MegaMenu
سطر 1: سطر 1:
{}
[
    {
        "columns": [
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "مدخل إلى Bash",
                        "url": "/Bash/Bash_and_Bash_scripts",
                        "items": [
                            {
                                "text": "ما الصدفة؟",
                                "url": "/Bash/common_shell_programs"
                            },
                            {
                                "text": "مزايا صدفة Bash",
                                "url": "/Bash/advantages_of_the_Bash"
                            },
                            {
                                "text": "تنفيذ الأوامر",
                                "url": "/Bash/executing_commands"
                            },
                            {
                                "text": "وحدات البناء الأساسية",
                                "url": "/Bash/building_blocks"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "بيئة Bash",
                        "url": "/Bash/Bash_environment",
                        "items": [
                            {
                                "text": "ملفات التهيئة",
                                "url": "/Bash/shell_initialization_files"
                            },
                            {
                                "text": "المتغيرات",
                                "url": "/Bash/variables"
                            },
                            {
                                "text": "اقتباس المحارف",
                                "url": "/Bash/quoting_characters"
                            },
                            {
                                "text": "التوسعات",
                                "url": "/Bash/shell_expansion"
                            },
                            {
                                "text": "الأوامر البديلة",
                                "url": "/Bash/aliases"
                            },
                            {
                                "text": "المزيد من الخيارات",
                                "url": "/Bash/more_Bash_options"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "أساسيات Bash",
                        "url": "#",
                        "items": [
                            {
                                "text": "تعابير التحكم",
                                "url": "/Ruby/control_expressions"
                            },
                            {
                                "text": "الحلقات التكرارية",
                                "url": "/Bash/repetitive_tasks"
                            },
                            {
                                "text": "المزيد حول المتغيرات",
                                "url": "/Bash/more_on_variables"
                            },
                            {
                                "text": "الدوال",
                                "url": "/Bash/functions"
                            },
                            {
                                "text": "التعابير النمطية",
                                "url": "/Bash/regular_expressions"
                            },
                            {
                                "text": "التقاط الإشارات",
                                "url": "/Bash/catching_signals"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "كتابة برامج Bash",
                        "url": "/Bash/writing_and_debugging_scripts",
                        "items": [
                            {
                                "text": "كتابة وتنقيح البرامج",
                                "url": "/Bash/writing_and_debugging_scripts"
                            },
                            {
                                "text": "تطوير برامج جيدة",
                                "url": "/Bash/developing_good_scripts"
                            },
                            {
                                "text": "عرض رسائل المستخدم",
                                "url": "/Bash/displaying_user_messages"
                            },
                            {
                                "text": "الحصول على المدخلات",
                                "url": "/Bash/catching_user_input"
                            }
                        ]
                    }
                }
            }
        ]
    }
]

مراجعة 08:30، 11 مارس 2019

columns
control
type"bullets"
config
text"مدخل إلى Bash"
url"/Bash/Bash_and_Bash_scripts"
items
text"ما الصدفة؟"
url"/Bash/common_shell_programs"
text"مزايا صدفة Bash"
url"/Bash/advantages_of_the_Bash"
text"تنفيذ الأوامر"
url"/Bash/executing_commands"
text"وحدات البناء الأساسية"
url"/Bash/building_blocks"
control
type"bullets"
config
text"بيئة Bash"
url"/Bash/Bash_environment"
items
text"ملفات التهيئة"
url"/Bash/shell_initialization_files"
text"المتغيرات"
url"/Bash/variables"
text"اقتباس المحارف"
url"/Bash/quoting_characters"
text"التوسعات"
url"/Bash/shell_expansion"
text"الأوامر البديلة"
url"/Bash/aliases"
text"المزيد من الخيارات"
url"/Bash/more_Bash_options"
control
type"bullets"
config
text"أساسيات Bash"
url"#"
items
text"تعابير التحكم"
url"/Ruby/control_expressions"
text"الحلقات التكرارية"
url"/Bash/repetitive_tasks"
text"المزيد حول المتغيرات"
url"/Bash/more_on_variables"
text"الدوال"
url"/Bash/functions"
text"التعابير النمطية"
url"/Bash/regular_expressions"
text"التقاط الإشارات"
url"/Bash/catching_signals"
control
type"bullets"
config
text"كتابة برامج Bash"
url"/Bash/writing_and_debugging_scripts"
items
text"كتابة وتنقيح البرامج"
url"/Bash/writing_and_debugging_scripts"
text"تطوير برامج جيدة"
url"/Bash/developing_good_scripts"
text"عرض رسائل المستخدم"
url"/Bash/displaying_user_messages"
text"الحصول على المدخلات"
url"/Bash/catching_user_input"