Skip to content

Commit 19d11b4

Browse files
committed
(GH-170) Add redirect rule for docs
To allow a shorter link to be used when outputting it to the console window.
1 parent b6f9ebd commit 19d11b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Source/GitReleaseManager/Configuration/ConfigurationProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ public static Config Provide(string gitDirectory, IFileSystem fileSystem)
4444

4545
_logger.Warning("Yaml not found, that's ok! Learn more at {Url}", "https://gittools.github.io/GitReleaseManager/docs/yaml");
4646

47-
_logger.Verbose("No configuration file was found. Loading default configuration.");
48-
4947
return new Config();
5048
}
5149

docs/input/docs/configuration/default-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
Order: 10
33
Title: Default Configuration
4+
RedirectFrom: docs/yaml/index.html
45
---
56

67
GitReleaseManager configuration can be controlled using a GitReleaseManager.yaml

0 commit comments

Comments
 (0)