Skip to content

Commit

Permalink
(#14837) [docs] Regenerate tables of contents
Browse files Browse the repository at this point in the history
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and conan-center-bot authored Dec 23, 2022
1 parent a992954 commit c16725e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
14 changes: 13 additions & 1 deletion docs/adding_packages/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ This section outlines all the practices and guidelines for the `requirements()`
from handling "vendored" dependencies to what versions should be used.

<!-- toc -->
## Contents<!-- endToc -->
## Contents

* [List Dependencies](#list-dependencies)
* [Optional Requirements](#optional-requirements)
* [Build Requirements](#build-requirements)
* [Accessing Dependencies](#accessing-dependencies)
* [Handling Requirement's Options](#handling-requirements-options)
* [Verifying Dependency's Version](#verifying-dependencys-version)
* [Passing Requirement's info to `build()`](#passing-requirements-info-to-build)
* [Overriding the provided properties from the consumer](#overriding-the-provided-properties-from-the-consumer)
* [Adherence to Build Service](#adherence-to-build-service)
* [Version Ranges](#version-ranges)
* [Handling "internal" dependencies](#handling-internal-dependencies)<!-- endToc -->

## List Dependencies

Expand Down
12 changes: 6 additions & 6 deletions docs/adding_packages/test_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ themselves. It's possible to have ConanCenter run `conan test` on more then one
<!-- toc -->
## Contents

* [Files and Structure](#files-and-structure)
* [CMake targets](#cmake-targets)
* [Testing more generators with `test_<something>`](#testing-more-generators-with-test_something)
* [Testing CMake variables from FindModules](#testing-cmake-variables-from-findmodules)
* [How it works](#how-it-works)
* [Minimalist Source Code](#minimalist-source-code)<!-- endToc -->
* [Files and Structure](#files-and-structure)
* [CMake targets](#cmake-targets)
* [Testing more generators with `test_<something>`](#testing-more-generators-with-test_something)
* [Testing CMake variables from FindModules](#testing-cmake-variables-from-findmodules)
* [How it works](#how-it-works)
* [Minimalist Source Code](#minimalist-source-code)<!-- endToc -->

### Files and Structure

Expand Down
5 changes: 4 additions & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This section gathers the most common questions from the community related to pac
* [Why are CMake find/config files and pkg-config files not packaged?](#why-are-cmake-findconfig-files-and-pkg-config-files-not-packaged)
* [Should recipes export a recipe's license?](#should-recipes-export-a-recipes-license)
* [Why recipes that use build tools (like CMake) that have packages in Conan Center do not use it as a build require by default?](#why-recipes-that-use-build-tools-like-cmake-that-have-packages-in-conan-center-do-not-use-it-as-a-build-require-by-default)
* [How are rare build systems without generators packaged?](#how-are-rare-build-systems-without-generators-packaged)
* [Are python requires allowed in the `conan-center-index`?](#are-python-requires-allowed-in-the-conan-center-index)
* [What version should packages use for libraries without official releases?](#what-version-should-packages-use-for-libraries-without-official-releases)
* [Is the Jenkins orchestration library publicly available?](#is-the-jenkins-orchestration-library-publicly-available)
Expand Down Expand Up @@ -38,7 +39,9 @@ This section gathers the most common questions from the community related to pac
* [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)
* [Is it possible to disable Pylint?](#is-it-possible-to-disable-pylint)
* [How long can I be inactive before being removed from the authorized users list?](#how-long-can-i-be-inactive-before-being-removed-from-the-authorized-users-list)<!-- endToc -->
* [How long can I be inactive before being removed from the authorized users list?](#how-long-can-i-be-inactive-before-being-removed-from-the-authorized-users-list)
* [Can we add package which are parts of bigger projects like Boost?](#can-we-add-package-which-are-parts-of-bigger-projects-like-boost)
* [Can I add my project which I will submit to Boost?](#can-i-add-my-project-which-i-will-submit-to-boost)<!-- endToc -->

## What is the policy on recipe name collisions?

Expand Down

0 comments on commit c16725e

Please sign in to comment.