From 9cad8e7429dfe40ef8c37f810eb0422410a778d2 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:09:52 +0300 Subject: [PATCH 1/4] Initial commit with task details for issue #44 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/Converters/issues/44 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..aee6e2d --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/Converters/issues/44 +Your prepared branch: issue-44-bef6b9f3 +Your prepared working directory: /tmp/gh-issue-solver-1757808589278 + +Proceed. \ No newline at end of file From da52eac00743f9ef0fa121bf612f2a9d7a614829 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:16:57 +0300 Subject: [PATCH 2/4] Add documentation language switching page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Create language selection index.html page with modern UI - Update workflow to deploy index page alongside documentation - Enable users to choose between C# and C++ documentation versions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/csharp.yml | 2 + index.html | 137 +++++++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 index.html diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 19ce60a..4b9690b 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -132,4 +132,6 @@ jobs: wget "$SCRIPTS_BASE_URL/filter.yml" wget "$SCRIPTS_BASE_URL/toc.yml" wget "$SCRIPTS_BASE_URL/publish-csharp-docs.sh" + # Copy language selection index page to root + cp ../index.html ./index.html bash ./publish-csharp-docs.sh diff --git a/index.html b/index.html new file mode 100644 index 0000000..83d9bc5 --- /dev/null +++ b/index.html @@ -0,0 +1,137 @@ + + + + + + Platform.Converters Documentation - Language Selection + + + +
+

Platform.Converters

+

Choose your preferred documentation language

+ + + + +
+ + \ No newline at end of file From 16b96f987f0def504ef45d9e1481b6ac8782d0db Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:17:44 +0300 Subject: [PATCH 3/4] 'Auto-commit changes made by Claude MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude ' --- examples/docs-structure/cpp/index.html | 1 + examples/docs-structure/csharp/index.html | 1 + examples/docs-structure/index.html | 137 ++++++++++++++++++++++ 3 files changed, 139 insertions(+) create mode 100644 examples/docs-structure/cpp/index.html create mode 100644 examples/docs-structure/csharp/index.html create mode 100644 examples/docs-structure/index.html diff --git a/examples/docs-structure/cpp/index.html b/examples/docs-structure/cpp/index.html new file mode 100644 index 0000000..c8e8de3 --- /dev/null +++ b/examples/docs-structure/cpp/index.html @@ -0,0 +1 @@ +C++ Documentation diff --git a/examples/docs-structure/csharp/index.html b/examples/docs-structure/csharp/index.html new file mode 100644 index 0000000..27d48cb --- /dev/null +++ b/examples/docs-structure/csharp/index.html @@ -0,0 +1 @@ +C# Documentation diff --git a/examples/docs-structure/index.html b/examples/docs-structure/index.html new file mode 100644 index 0000000..83d9bc5 --- /dev/null +++ b/examples/docs-structure/index.html @@ -0,0 +1,137 @@ + + + + + + Platform.Converters Documentation - Language Selection + + + +
+

Platform.Converters

+

Choose your preferred documentation language

+ + + + +
+ + \ No newline at end of file From 1fa046f369f8c5707ccfb90d27f5a045e66bad73 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:17:45 +0300 Subject: [PATCH 4/4] Remove CLAUDE.md - Claude command completed --- CLAUDE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index aee6e2d..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/Converters/issues/44 -Your prepared branch: issue-44-bef6b9f3 -Your prepared working directory: /tmp/gh-issue-solver-1757808589278 - -Proceed. \ No newline at end of file