doc: Move the core components to the top of the doc index.

They are the most important, they should be the most visible.
This commit is contained in:
Emmanuel Lepage Vallee 2019-10-01 01:18:15 -04:00
parent 85c8d5e205
commit 8704b8d89a
1 changed files with 1 additions and 1 deletions

View File

@ -99,10 +99,10 @@ kind_names={topic='Documentation', module='Libraries', script='Sample files'}
sort_modules=true
-- Add more project level (left side index) types.
new_type("coreclassmod", "Core_components" , true)
new_type("widgetmod" , "Widgets" , true)
new_type("containermod", "Widget_containers", true)
new_type("layoutmod" , "Widget_layouts" , true)
new_type("coreclassmod", "Core_components" , true)
new_type("popupmod" , "Popups_and_bars" , true)
new_type("utillib" , "Utility_libraries", true)
new_type("themelib" , "Theme_related_libraries", true)