From 6d39824595d04c64eb8a03d0510534a46db56cc9 Mon Sep 17 00:00:00 2001 From: junaid7haque Date: Wed, 18 Mar 2026 09:55:03 -0400 Subject: [PATCH 1/2] moved icon-xml-generator into docs/ and added an index.html page --- icon-xml-generator.html => docs/icon-xml-generator.html | 0 docs/index.html | 9 +++++++++ 2 files changed, 9 insertions(+) rename icon-xml-generator.html => docs/icon-xml-generator.html (100%) create mode 100644 docs/index.html diff --git a/icon-xml-generator.html b/docs/icon-xml-generator.html similarity index 100% rename from icon-xml-generator.html rename to docs/icon-xml-generator.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..0f9dc0b --- /dev/null +++ b/docs/index.html @@ -0,0 +1,9 @@ + + + + + + + Redirecting... + + \ No newline at end of file From 5e9cda55de4dae8a3e62e8a288f4f505e8d2a027 Mon Sep 17 00:00:00 2001 From: junaid7haque Date: Wed, 18 Mar 2026 10:07:47 -0400 Subject: [PATCH 2/2] added link to xml generator site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9407891..1bef0c4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ SVG icons and EHLD diagrams for [Reactome](https://reactome.org/) pathway diagra - `statics/` - SVG static diagrams (R-HSA-XXXXXX.svg) - `download_illustrations.py` - Script to download icons and EHLDs from Figma and validate them - `VERSION` - Current release version number +- `icon-xml-generator.html` - Use this link to access: ([icon-xml-generator](https://reactome.github.io/reactome_illustrations/icon-xml-generator)) ## Prerequisites - Python 3 with `requests` (`pip install requests`)