fx move-docs
Helper tool to batch move docs from one location to another
Usage: fx move-docs [--dry-run] INPUT_FILE
cat INPUT_FILE | fx move-docs [--dry-run]
echo "docs/orig/file.md doc/new_location/_toc.yaml" | fx move-docs [--dry-run]
INPUT_FILE is a file with two columns, where the first column
is the original location of the doc to be moved, and the second
line is the destination _toc.yaml file.
This tool will locate the original and destination _toc.yaml files,
update them and update any reference to the original file.
It will also create a proper entry in the _redirects.yaml file.
move-docs source code
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-17 UTC."],[],[]]