Skip to content

Commit ea3f522

Browse files
author
camunda-bot
committed
Update static site
0 parents  commit ea3f522

13 files changed

Lines changed: 184 additions & 0 deletions

.nojekyll

Whitespace-only changes.

docs/playground/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting to FEEL Playground...</title>
7+
<script>
8+
// Redirect to the new FEEL Playground URL while preserving query parameters
9+
(function () {
10+
var params = window.location.search;
11+
window.location.replace('https://feel-playground.camunda.com/playground/index.html' + params);
12+
})();
13+
</script>
14+
</head>
15+
<body>
16+
<p>
17+
Redirecting to
18+
<a href="https://feel-playground.camunda.com/playground">FEEL Playground</a>...
19+
</p>
20+
</body>
21+
</html>

img/camunda-code.png

6.43 KB
Loading

img/camunda-embed.png

9.61 KB
Loading

img/camunda-forum.png

2.73 KB
Loading

img/camunda-github.png

9.07 KB
Loading

img/camunda-logo.png

3.58 KB
Loading

img/camunda-open-source.png

6.11 KB
Loading

img/camunda-rocket.png

4 KB
Loading

img/envelope.png

81.7 KB
Loading

0 commit comments

Comments
 (0)