Skip to content

Commit 8496e0d

Browse files
committed
Add missing section.
1 parent f1c984f commit 8496e0d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hyperdiv_docs/pages/introduction/docs_overview.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ def docs_overview():
3030
"""
3131
)
3232

33+
hd.markdown("### Extending Hyperdiv", font_color="blue")
34+
35+
hd.markdown(
36+
"""
37+
38+
The [Extending Hyperdiv](/extending-hyperdiv) section
39+
dives into various ways to customize and extend Hyperdiv
40+
components, and build new components with custom
41+
Javascript, HTML, and CSS.
42+
43+
"""
44+
)
45+
3346
hd.markdown("### Reference", font_color="blue")
3447

3548
hd.markdown(

0 commit comments

Comments
 (0)