Skip to content

Commit

Permalink
change file name to lower case
Browse files Browse the repository at this point in the history
hawkchen committed Sep 3, 2024

Verified

This commit was signed with the committer’s verified signature.
smoogipoo Dan Balasescu
1 parent 9b62127 commit fdc78e1
Showing 2 changed files with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -812,7 +812,7 @@ zk_component_dev_essentials:
url: "/zk_component_dev_essentials/conclusion"
zk_installation_guide:
- title: "Before You Start"
url: "/zk_installation_guide/before_you_start"
url: /zk_installation_guide/before_you_start
children:
- title: "New to Java"
url: "/zk_installation_guide/new_to_java"
@@ -1467,105 +1467,105 @@ zk_config_ref:
url: "/zk_config_ref/the_zscript_config_element_jar"
zk_dev_ref:
- title: "Overture"
url: "/zk_dev_ref/Overture/Overture"
url: "/zk_dev_ref/overture/overture"
children:
- title: "Architecture Overview"
url: "/zk_dev_ref/Overture/Architecture_Overview"
url: "/zk_dev_ref/overture/architecture_overview"
- title: "Technology Guidelines"
url: "/zk_dev_ref/Overture/Technology_Guidelines"
url: "/zk_dev_ref/overture/technology_guidelines"
- title: "Extensions"
url: "/zk_dev_ref/Overture/Extensions"
url: "/zk_dev_ref/overture/extensions"
- title: "Example Project"
url: "/zk_dev_ref/Overture/Example_Project"
url: "/zk_dev_ref/overture/example_project"
- title: "UI Composing"
url: "/zk_dev_ref/UI_Composing/UI_Composing"
url: "/zk_dev_ref/ui_composing/ui_composing"
children:
- title: "Component-based UI"
url: "/zk_dev_ref/UI_Composing/Component-based_UI"
url: "/zk_dev_ref/ui_composing/component-based_ui"
- title: "ID Space"
url: "/zk_dev_ref/UI_Composing/ID_Space"
url: "/zk_dev_ref/ui_composing/id_space"
- title: "ZUML"
url: "/zk_dev_ref/UI_Composing/ZUML/ZUML"
url: "/zk_dev_ref/ui_composing/zuml/zuml"
children:
- title: "XML Background"
url: "/zk_dev_ref/UI_Composing/XML_Background"
url: "/zk_dev_ref/ui_composing/xml_background"
- title: "Basic Rules"
url: "/zk_dev_ref/UI_Composing/Basic_Rules"
url: "/zk_dev_ref/ui_composing/basic_rules"
- title: "EL Expressions"
url: "/zk_dev_ref/UI_Composing/EL_Expressions"
url: "/zk_dev_ref/ui_composing/el_expressions"
- title: "Scripts in ZUML"
url: "/zk_dev_ref/UI_Composing/Scripts_in_ZUML"
url: "/zk_dev_ref/ui_composing/scripts_in_zuml"
- title: "Conditional Evaluation"
url: "/zk_dev_ref/UI_Composing/Conditional_Evaluation"
url: "/zk_dev_ref/ui_composing/conditional_evaluation"
- title: "Iterative Evaluation"
url: "/zk_dev_ref/UI_Composing/Iterative_Evaluation"
url: "/zk_dev_ref/ui_composing/iterative_evaluation"
- title: "On-demand Evaluation"
url: "/zk_dev_ref/UI_Composing/On-demand_Evaluation"
url: "/zk_dev_ref/ui_composing/on-demand_evaluation"
- title: "Include a Page"
url: "/zk_dev_ref/UI_Composing/Include_a_Page"
url: "/zk_dev_ref/ui_composing/include_a_page"
- title: "Load ZUML in Java"
url: "/zk_dev_ref/UI_Composing/Load_ZUML_in_Java"
url: "/zk_dev_ref/ui_composing/load_zuml_in_java"
- title: "XML Namespaces"
url: "/zk_dev_ref/UI_Composing/XML_Namespaces"
url: "/zk_dev_ref/ui_composing/xml_namespaces"
- title: "Richlet"
url: "/zk_dev_ref/UI_Composing/Richlet"
url: "/zk_dev_ref/ui_composing/richlet"
- title: "Macro Component"
url: "/zk_dev_ref/UI_Composing/Macro_Component"
url: "/zk_dev_ref/ui_composing/macro_component"
children:
- title: "Inline Macros"
url: "/zk_dev_ref/UI_Composing/Inline_Macros"
url: "/zk_dev_ref/ui_composing/inline_macros"
- title: "Implement Custom Java Class"
url: "/zk_dev_ref/UI_Composing/Implement_Custom_Java_Class"
url: "/zk_dev_ref/ui_composing/implement_custom_java_class"
- title: "Composite Component"
url: "/zk_dev_ref/UI_Composing/Composite_Component"
url: "/zk_dev_ref/ui_composing/composite_component"
- title: "Client-side UI Composing"
url: "/zk_dev_ref/UI_Composing/Client-side_UI_Composing"
url: "/zk_dev_ref/ui_composing/client-side_ui_composing"
- title: "Shadow for MVC"
url: "/zk_dev_ref/UI_Composing/Shadow_for_MVC"
url: "/zk_dev_ref/ui_composing/shadow_for_mvc"
- title: "Event Handling"
url: "/zk_dev_ref/Event_Handling/Event_Handling"
url: "/zk_dev_ref/event_handling/event_handling"
children:
- title: "Event Listening"
url: "/zk_dev_ref/Event_Handling/Event_Listening"
url: "/zk_dev_ref/event_handling/event_listening"
- title: "Event Firing"
url: "/zk_dev_ref/Event_Handling/Event_Firing"
url: "/zk_dev_ref/event_handling/event_firing"
- title: "Event Forwarding"
url: "/zk_dev_ref/Event_Handling/Event_Forwarding"
url: "/zk_dev_ref/event_handling/event_forwarding"
- title: "Event Queues"
url: "/zk_dev_ref/Event_Handling/Event_Queues"
url: "/zk_dev_ref/event_handling/event_queues"
- title: "Client-side Event Listening"
url: "/zk_dev_ref/Event_Handling/Client-side_Event_Listening"
url: "/zk_dev_ref/event_handling/client-side_event_listening"
- title: "MVC"
url: "/zk_dev_ref/MVC/MVC"
url: "/zk_dev_ref/mvc/mvc"
children:
- title: "Controller"
url: "/zk_dev_ref/MVC"
url: "/zk_dev_ref/mvc"
children:
- title: "Composer"
url: "/zk_dev_ref/MVC/Composer"
url: "/zk_dev_ref/mvc/composer"
- title: "Wire Components"
url: "/zk_dev_ref/MVC/Wire_Components"
url: "/zk_dev_ref/mvc/wire_components"
- title: "Wire Variables"
url: "/zk_dev_ref/MVC/Wire_Variables"
url: "/zk_dev_ref/mvc/wire_variables"
- title: "Wire Event Listeners"
url: "/zk_dev_ref/MVC/Wire_Event_Listeners"
url: "/zk_dev_ref/mvc/wire_event_listeners"
- title: "Subscribe to EventQueues"
url: "/zk_dev_ref/MVC/Subscribe_to_EventQueues"
url: "/zk_dev_ref/mvc/subscribe_to_eventqueues"
- title: "Model"
url: "/zk_dev_ref/MVC"
url: "/zk_dev_ref/mvc"
children:
- title: "List Model"
url: "/zk_dev_ref/MVC/List_Model"
url: "/zk_dev_ref/mvc/list_model"
- title: "Groups Model"
url: "/zk_dev_ref/MVC/Groups_Model"
url: "/zk_dev_ref/mvc/groups_model"
- title: "Tree Model"
url: "/zk_dev_ref/MVC/Tree_Model"
url: "/zk_dev_ref/mvc/tree_model"
- title: "Chart Model"
url: "/zk_dev_ref/MVC/Chart_Model"
url: "/zk_dev_ref/mvc/chart_model"
- title: "Matrix Model"
url: "/zk_dev_ref/MVC/Matrix_Model"
url: "/zk_dev_ref/mvc/matrix_model"
- title: "View"
url: "/zk_dev_ref/MVC/View"
url: "/zk_dev_ref/mvc/view"
children:
- title: "Template"
url: "/zk_dev_ref/MVC/Template"
@@ -1835,15 +1835,15 @@ zk_dev_ref:
children:
- title: "Spring Security"
url: "/zk_dev_ref/Integration/Security/Spring_Security"
- title: "ZK_Embedded"
- title: "ZK Embedded"
url: "/zk_dev_ref/Integration/ZK_Embedded"
children:
- title: "Embedded ZK Application"
url: "/zk_dev_ref/Integration/ZK_Embedded/Embedded_ZK_Application"
url: "/zk_dev_ref/Integration/Embedded_ZK_Application"
- title: "Embed ZK Component in Foreign Framework"
url: "/zk_dev_ref/Integration/ZK_Embedded/Embed_ZK_Component_in_Foreign_Framework"
- title: "Embedded_ZK_Application_Troubleshooting"
url: "/zk_dev_ref/Integration/ZK_Embedded/Embedded_ZK_Application_Troubleshooting"
url: "/zk_dev_ref/Integration/Embed_ZK_Component_in_Foreign_Framework"
- title: "Troubleshooting"
url: "/zk_dev_ref/Integration/Embedded_ZK_Application_Troubleshooting"
- title: "Miscellaneous"
url: "/zk_dev_ref/Integration/Miscellaneous"
children:
File renamed without changes.

0 comments on commit fdc78e1

Please sign in to comment.