diff --git a/docs/conandata_yml_format.md b/docs/conandata_yml_format.md index df72a653e7..edb3951d85 100644 --- a/docs/conandata_yml_format.md +++ b/docs/conandata_yml_format.md @@ -12,15 +12,11 @@ In the context of ConanCenterIndex, this file is mandatory and consists of two m * [sources](#sources) * [Mirrors](#mirrors) + * [Multiple Assets](#multiple-assets) + * [Different source archives per configuration](#different-source-archives-per-configuration) * [Sources fields](#sources-fields) * [url](#url) * [sha256](#sha256) - * [sha1](#sha1) - * [md5](#md5) - * [Other cases](#other-cases) - * [Source code & license](#source-code--license) - * [Several source code archives](#several-source-code-archives) - * [Different source code archives per configuration](#different-source-code-archives-per-configuration) * [patches](#patches) * [Patches fields](#patches-fields) * [patch_file](#patch_file) diff --git a/docs/developing_recipes_locally.md b/docs/developing_recipes_locally.md index 4700687fa8..dadc00f40f 100644 --- a/docs/developing_recipes_locally.md +++ b/docs/developing_recipes_locally.md @@ -15,6 +15,9 @@ This file is intended to provide all the commands you need to run in order to be * [Try it yourself](#try-it-yourself) * [Debugging Failed Builds](#debugging-failed-builds) * [Running the Python Linters](#running-the-python-linters) + * [Running the YAML Linters](#running-the-yaml-linters) + * [Yamllint](#yamllint) + * [Yamlschema](#yamlschema) * [Testing the different `test__package`](#testing-the-different-test__package) * [Testing more environments](#testing-more-environments) * [Using Conan 2.0](#using-conan-20) diff --git a/docs/linters.md b/docs/linters.md index ac6c1ce8fc..b93f645337 100644 --- a/docs/linters.md +++ b/docs/linters.md @@ -12,7 +12,8 @@ to configure plugins, warnings and errors which should be enabled or disabled. ## Contents - * [Running the linter locally](#running-the-linter-locally) + * [Understanding the different linters](#understanding-the-different-linters) + * [Running the linters locally](#running-the-linters-locally) * [Pylint configuration files](#pylint-configuration-files) * [Linter Warning and Errors](#linter-warning-and-errors) * [E9006 - conan-import-conanfile: ConanFile should be imported from conan](#e9006---conan-import-conanfile-conanfile-should-be-imported-from-conan)