Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAre you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy!🎉
files: | |
- source: /content/**/*.md | |
translation: /translations/%locale%/%original_path%/%original_file_name% | |
ignore: [ | |
"/content/README.md" | |
] | |
- source: /data/**/*.yml | |
translation: /translations/%locale%/%original_path%/%original_file_name% | |
- source: /data/**/*.md | |
translation: /translations/%locale%/%original_path%/%original_file_name% | |
ignore: [ | |
"data/README.md", | |
"data/reusables/README.md", | |
"data/variables/product.yml", | |
"data/variables/README.md", | |
"data/graphql", | |
"data/products.yml" | |
] |