From d86bbc62e715001f2975e253966923fabd2969b8 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:18:09 +0300 Subject: [PATCH 1/3] Initial commit with task details for issue #33 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/RegularExpressions.Transformer.CSharpToCpp/issues/33 --- 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..248c961 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/RegularExpressions.Transformer.CSharpToCpp/issues/33 +Your prepared branch: issue-33-2dbdde45 +Your prepared working directory: /tmp/gh-issue-solver-1757809085666 + +Proceed. \ No newline at end of file From e3b25f8f61a0b098ef995e12f3b931cc68d385c2 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:21:29 +0300 Subject: [PATCH 2/3] Add documentation language switching page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Create interactive language switching page for C# and Python documentation - Includes responsive design with modern UI - Supports URL parameters (?lang=csharp or ?lang=python) for direct linking - Stores user preference in localStorage for future visits - Maintains backward compatibility with existing documentation links - Features professional styling matching LinksPlatform branding Fixes #33 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- index.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8b28e06 --- /dev/null +++ b/index.html @@ -0,0 +1,175 @@ + + + + + + Platform.RegularExpressions.Transformer.CSharpToCpp - Documentation + + + +
+ +

Platform.RegularExpressions.Transformer.CSharpToCpp

+

Choose your preferred documentation language

+ + + + +
+ + + + \ No newline at end of file From 6e5d63ae79ee6a2c2137c323c906d2d0abc97320 Mon Sep 17 00:00:00 2001 From: konard Date: Sun, 14 Sep 2025 03:22:23 +0300 Subject: [PATCH 3/3] 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 248c961..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/RegularExpressions.Transformer.CSharpToCpp/issues/33 -Your prepared branch: issue-33-2dbdde45 -Your prepared working directory: /tmp/gh-issue-solver-1757809085666 - -Proceed. \ No newline at end of file