You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/migration/guide/index.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,52 @@ How to migrate content from Asciidoc to V3.
8
8
9
9
Use the [adoc-to-md](https://github.com/elastic/adoc-to-md) conversion tool to migrate content sets from Asciidoc syntax to docs-builder syntax. Instructions to use the tool are in the readme file.
10
10
11
-
After running the migration tool, you can move, and manipulate files while viewing a live preview of the content with docs-builder.
11
+
After running the migration tool, you can move and manipulate files while viewing a live preview of the content with docs-builder.
12
+
13
+
## Building migrated content sets for the bug bash
14
+
15
+
Assuming the following directory structure:
16
+
17
+
```markdown
18
+
{GitHub_Repo_Dir}/
19
+
├── tools/
20
+
│ ├── docs-builder-mac-arm64.zip
21
+
│ └── docs-builder
22
+
├── elasticsearch.md
23
+
├── observability-docs.md
24
+
└── kibana.md
25
+
```
26
+
27
+
You can build migrated content sets on a Mac by running the following commands.
28
+
29
+
```{tip}
30
+
For other systems, see [Contribute locally](../../contribute/locally.md)
0 commit comments