From 00040d2375fe39838f413f52af272ceb2b7ed851 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 9 Apr 2021 01:53:37 -0700 Subject: [PATCH] docs- rename `license.md` so that it gets compiled to html --- docs/commands/README.md | 2 +- docs/commands/{license.md => license_.md} | 0 docs/zig.mod.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/commands/{license.md => license_.md} (100%) diff --git a/docs/commands/README.md b/docs/commands/README.md index e9435fcd96144204e7c75351b61241dccf97e288..e5aacdeee4fd6cf744a036a8b0fa584dfecbe205 100644 --- a/docs/commands/README.md +++ b/docs/commands/README.md @@ -3,7 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run - [`init`](init.md) - [`fetch`](fetch.md) -- [`license`](license.md) +- [`license`](license_.md) - [`sum`](sum.md) - [`zpm`](zpm.md) diff --git a/docs/commands/license.md b/docs/commands/license_.md similarity index 100% rename from docs/commands/license.md rename to docs/commands/license_.md diff --git a/docs/zig.mod.md b/docs/zig.mod.md index ccf4a1edd1dbeecd2da8a7194b4fdc7cb40ab763..2d78b7060696f249e642166618845655903128cd 100644 --- a/docs/zig.mod.md +++ b/docs/zig.mod.md @@ -16,7 +16,7 @@ The is the local path to the entry point of your package and the file that will ### `license` - Type: `string` -This is an optional field that may be set to specify the license that your package code is covered by. This field is read by the [`zigmod license`](commands/license.md) command to show the licenses used by all of a project's dependencies. If the value of `license` is set to a [SPDX Identifier](https://spdx.org/licenses/) then a link to the license will also be printed for the user to learn more about it. Check the command reference for more info. +This is an optional field that may be set to specify the license that your package code is covered by. This field is read by the [`zigmod license`](commands/license_.md) command to show the licenses used by all of a project's dependencies. If the value of `license` is set to a [SPDX Identifier](https://spdx.org/licenses/) then a link to the license will also be printed for the user to learn more about it. Check the command reference for more info. ### `c_include_dirs` - Type: `[]string` -- 2.54.0