Skip to content

Commit ac791fe

Browse files
guchenheclaude
andcommitted
test: add workflow test file for sync testing
This test file will be used to verify the automatic synchronization and translation workflow works correctly with a focused change. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 33455cd commit ac791fe

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"en/documentation/pages/getting-started/quick-start",
3333
"en/documentation/pages/getting-started/key-concepts",
3434
"en/documentation/pages/getting-started/faq",
35-
"en/documentation/pages/getting-started/test-internal"
35+
"en/documentation/pages/getting-started/workflow-test"
3636
]
3737
},
3838
{
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Workflow Test"
3+
description: "Testing the automatic synchronization and translation workflow"
4+
---
5+
6+
# Workflow Test
7+
8+
This is a test file to verify our automatic documentation synchronization and translation system.
9+
10+
<AccordionGroup>
11+
<Accordion title="Test Question 1">
12+
This is a test answer to verify the translation workflow works correctly.
13+
</Accordion>
14+
15+
<Accordion title="Test Question 2">
16+
Another test question to ensure proper synchronization across languages.
17+
</Accordion>
18+
</AccordionGroup>
19+
20+
<Card title="Important Note" icon="info-circle">
21+
This file is created specifically for testing the bidirectional sync system.
22+
</Card>

0 commit comments

Comments
 (0)