Blending enum clean-up
[platform/core/uifw/dali-toolkit.git] / docs / content / main.md
index 0b06506..3cea028 100644 (file)
@@ -1,4 +1,4 @@
-# DALi Introduction
+# DALi Introduction ajskdfajksd fhksja
 
 ### Introduction
  + [What is DALi?](@ref dali-introduction)
@@ -8,6 +8,7 @@
   + [Main, Update & Render Threads](@ref dali-threads)
  + [DALi Fundamentals](@ref fundamentals)
   + [Actors & Stage](@ref actors-and-stage)
+  + [Layers and draw order](@ref layer)
   + [Coordinate System](@ref coordinate-system)
   + [Scene Graph](@ref scene-graph)
   + [Handle / Body Idiom](@ref handle-body-idiom)
@@ -29,8 +30,6 @@
   + [Positioning](@ref positioning-actors)
   + [Event Handling](@ref event-system)
   + [Layouting](@ref size-negotiation)
-  + [Image Actor](@ref image-actor)
-  + [Image View](@ref image-view)
  + [Animation](@ref animation)
   + [Basic Framework](@ref animation-basics)
   + [Key Frame Animations](@ref animation-key-frame)
@@ -55,6 +54,7 @@
 
 ### UI Components
  + Buttons
+ + [ImageView](@ref image-view)
  + [ItemView](@ref item-view)
  + [Popup](@ref popup)
  + [Scroll View](@ref scroll-view)
  + [Overview](@ref viewing-modes)
 
 ### Extending DALi
- + Control Base Class Services
- + How to write Custom UI Components
+ + [How to write Custom UI Components](@ref creating-custom-controls)
   + [Size Negotiation for Controls](@ref size-negotiation-controls)
   + [Type Registration](@ref type-registration)
-  + How to make Controls Scriptable
  + [Automated Tests](@ref auto_testing)
  + [Programming Guide](@ref documentationguide)
  + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping)
 
 ### Application Optimization Guide
- + [Texture Atlases](@ref textureatlases)
- + [Texture Compression](@ref texturecompression)
  + [Rescaling Images](@ref resourceimagescaling)
  + Performance & Debugging
  + [Performance Tips](@ref performancetips)