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/migration/guide/tooling.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,25 @@
2
2
3
3
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.
4
4
5
+
6
+
## Post-migration tooling
7
+
8
+
After migrating content from asciidoc to md, there is cleanup work to do. @colleen has created a script to handle this process for us. The script:
9
+
10
+
* Moves files to their new home in the new IA
11
+
* Nests content at a pre-selected depth
12
+
* shortens directory and file names
13
+
* Adds frontmatter mapping files to their asciidoc equivalent
0 commit comments