diff --git a/docs/faqs.md b/docs/faqs.md index 10320b0481..6e67032f71 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -34,7 +34,8 @@ This section gathers the most common questions from the community related to pac * [How to protect my project from breaking changes in recipes?](#how-to-protect-my-project-from-breaking-changes-in-recipes) * [Why are version ranges not allowed?](#why-are-version-ranges-not-allowed) * [How to consume a graph of shared libraries?](#how-to-consume-a-graph-of-shared-libraries) - * [How to watch only specific recipes?](#how-to-watch-only-specific-recipes) + * [How to watch only specific recipes?](#how-to-watch-only-specific-recipes) + * [Is it possible to disable Pylint?](#is-it-possible-to-disable-pylint) ## What is the policy on recipe name collisions? diff --git a/docs/v2_linter.md b/docs/v2_linter.md index f2c2ec328e..89a67d715d 100644 --- a/docs/v2_linter.md +++ b/docs/v2_linter.md @@ -5,7 +5,6 @@ * [Import ConanFile from `conan`](#import-conanfile-from-conan) * [Import tools from `conan`](#import-tools-from-conan) - * [Disable linter for a specific conanfile](#disable-linter-for-a-specific-conanfile) * [Running the linter locally](#running-the-linter-locally) On our [path to Conan v2](v2_roadmap.md) we are leveraging on custom Pylint rules. This diff --git a/docs/v2_migration.md b/docs/v2_migration.md index e038ab998d..59e7fd6203 100644 --- a/docs/v2_migration.md +++ b/docs/v2_migration.md @@ -3,6 +3,7 @@ ## Contents + * [Using Layout with New Generators](#using-layout-with-new-generators) * [New cpp_info set_property model](#new-cpp_info-set_property-model) * [CMakeDeps](#cmakedeps) * [Update required_conan_version to ">=1.43.0"](#update-required_conan_version-to-1430)