From 021f3879b608d72f0f457f9fcd990f94c72f8b77 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:10:19 +0000 Subject: [PATCH 1/3] Add ziko-st-toc component JSON configuration --- .../registry/components/ziko-st-toc.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/ziko-st-toc.json diff --git a/components/registry/components/ziko-st-toc.json b/components/registry/components/ziko-st-toc.json new file mode 100644 index 0000000..7dec778 --- /dev/null +++ b/components/registry/components/ziko-st-toc.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Streamlit Table Of Contents", + "author": { + "github": "zakarialaoui10", + "displayName": "zakaria elalaoui" + }, + "links": { + "github": "https://github.com/zikojs/ziko-st-toc", + "pypi": "https://pypi.org/project/ziko-st-toc/", + "demo": "https://ziko-st-toc.streamlit.app/", + "docs": "https://ziko-st-toc.streamlit.app/" + }, + "media": { + "image": "https://raw.githubusercontent.com/zikojs/ziko-st-toc/refs/heads/main/assets/demo.gif" + }, + "install": { + "pip": "pip install ziko-st-toc" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Widgets", "Page navigation"] +} From 24c303255f571916ba41067530ef38deda958db2 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:14:12 +0000 Subject: [PATCH 2/3] Set 'docs' link to null in ziko-st-toc.json Updated the 'docs' link to null in the ziko-st-toc.json file. --- components/registry/components/ziko-st-toc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registry/components/ziko-st-toc.json b/components/registry/components/ziko-st-toc.json index 7dec778..124ddf0 100644 --- a/components/registry/components/ziko-st-toc.json +++ b/components/registry/components/ziko-st-toc.json @@ -9,7 +9,7 @@ "github": "https://github.com/zikojs/ziko-st-toc", "pypi": "https://pypi.org/project/ziko-st-toc/", "demo": "https://ziko-st-toc.streamlit.app/", - "docs": "https://ziko-st-toc.streamlit.app/" + "docs": null }, "media": { "image": "https://raw.githubusercontent.com/zikojs/ziko-st-toc/refs/heads/main/assets/demo.gif" From dffb7933c690d1799724241e45b4f9d3732db25c Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:17:44 +0000 Subject: [PATCH 3/3] Update ziko-st-toc.json --- components/registry/components/ziko-st-toc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registry/components/ziko-st-toc.json b/components/registry/components/ziko-st-toc.json index 124ddf0..24c8843 100644 --- a/components/registry/components/ziko-st-toc.json +++ b/components/registry/components/ziko-st-toc.json @@ -7,7 +7,7 @@ }, "links": { "github": "https://github.com/zikojs/ziko-st-toc", - "pypi": "https://pypi.org/project/ziko-st-toc/", + "pypi": "ziko-st-toc", "demo": "https://ziko-st-toc.streamlit.app/", "docs": null },