From 88bfecbee03f1bddbcc193b1890c9ac0665b6b2f Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 4 Jul 2025 00:33:29 -0700 Subject: [PATCH] Rename "Documentation" subfolder into "docs" (#19189) --- {Documentation => docs}/api-compat.md | 0 {Documentation => docs}/build.md | 0 {Documentation => docs}/debug-xaml-compiler.md | 0 .../images/xcode-product-path.png | Bin {Documentation => docs}/index.md | 0 {Documentation => docs}/macos-native.md | 0 .../porting-code-from-3rd-party-sources.md | 0 {Documentation => docs}/release.md | 0 readme.md | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename {Documentation => docs}/api-compat.md (100%) rename {Documentation => docs}/build.md (100%) rename {Documentation => docs}/debug-xaml-compiler.md (100%) rename {Documentation => docs}/images/xcode-product-path.png (100%) rename {Documentation => docs}/index.md (100%) rename {Documentation => docs}/macos-native.md (100%) rename {Documentation => docs}/porting-code-from-3rd-party-sources.md (100%) rename {Documentation => docs}/release.md (100%) diff --git a/Documentation/api-compat.md b/docs/api-compat.md similarity index 100% rename from Documentation/api-compat.md rename to docs/api-compat.md diff --git a/Documentation/build.md b/docs/build.md similarity index 100% rename from Documentation/build.md rename to docs/build.md diff --git a/Documentation/debug-xaml-compiler.md b/docs/debug-xaml-compiler.md similarity index 100% rename from Documentation/debug-xaml-compiler.md rename to docs/debug-xaml-compiler.md diff --git a/Documentation/images/xcode-product-path.png b/docs/images/xcode-product-path.png similarity index 100% rename from Documentation/images/xcode-product-path.png rename to docs/images/xcode-product-path.png diff --git a/Documentation/index.md b/docs/index.md similarity index 100% rename from Documentation/index.md rename to docs/index.md diff --git a/Documentation/macos-native.md b/docs/macos-native.md similarity index 100% rename from Documentation/macos-native.md rename to docs/macos-native.md diff --git a/Documentation/porting-code-from-3rd-party-sources.md b/docs/porting-code-from-3rd-party-sources.md similarity index 100% rename from Documentation/porting-code-from-3rd-party-sources.md rename to docs/porting-code-from-3rd-party-sources.md diff --git a/Documentation/release.md b/docs/release.md similarity index 100% rename from Documentation/release.md rename to docs/release.md diff --git a/readme.md b/readme.md index 372b939642..5efd1258bd 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ We have a [range of samples](https://github.com/AvaloniaUI/Avalonia.Samples) to ## Building and Using -See the [build instructions here](Documentation/build.md). +See the [build instructions here](docs/build.md). ## Contributing