Mod Creation/Sidebar API Reference: Difference between revisions

No edit summary
Tag: Reverted
Line 14: Line 14:
The global <code>sidebar</code> object.
The global <code>sidebar</code> object.


=== <code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void): Category</code> ===
<code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void): Category</code> ===
'''Alternatively <code>category(id: string, builder?: (category: Category) => void): Category</code>'''
'''Alternatively <code>category(id: string, builder?: (category: Category) => void): Category</code>'''