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:
parent
85c8d5e205
commit
8704b8d89a
|
@ -99,10 +99,10 @@ kind_names={topic='Documentation', module='Libraries', script='Sample files'}
|
||||||
sort_modules=true
|
sort_modules=true
|
||||||
|
|
||||||
-- Add more project level (left side index) types.
|
-- Add more project level (left side index) types.
|
||||||
|
new_type("coreclassmod", "Core_components" , true)
|
||||||
new_type("widgetmod" , "Widgets" , true)
|
new_type("widgetmod" , "Widgets" , true)
|
||||||
new_type("containermod", "Widget_containers", true)
|
new_type("containermod", "Widget_containers", true)
|
||||||
new_type("layoutmod" , "Widget_layouts" , true)
|
new_type("layoutmod" , "Widget_layouts" , true)
|
||||||
new_type("coreclassmod", "Core_components" , true)
|
|
||||||
new_type("popupmod" , "Popups_and_bars" , true)
|
new_type("popupmod" , "Popups_and_bars" , true)
|
||||||
new_type("utillib" , "Utility_libraries", true)
|
new_type("utillib" , "Utility_libraries", true)
|
||||||
new_type("themelib" , "Theme_related_libraries", true)
|
new_type("themelib" , "Theme_related_libraries", true)
|
||||||
|
|
Loading…
Reference in New Issue