From 154c9edca773d52a790d917bf2c0b95796a7ce7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 13:48:44 +0100 Subject: [PATCH] (#9610) [docs] Regenerate tables of contents Co-authored-by: conan-center-bot --- docs/how_to_add_packages.md | 10 +++++----- docs/packaging_policy.md | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/how_to_add_packages.md b/docs/how_to_add_packages.md index e30d9c5e33376..faf749f19f9f9 100644 --- a/docs/how_to_add_packages.md +++ b/docs/how_to_add_packages.md @@ -10,11 +10,11 @@ When pull requests are merged, the CI will upload the generated packages to the * [Request access](#request-access) * [Submitting a Package](#submitting-a-package) * [The Build Service](#the-build-service) - * [More Information about Recipes](#more-information-about-recipes) - * [The recipe folder](#the-recipe-folder) - * [The version folder(s)](#the-version-folders) - * [The `conanfile.py` and `test_package` folder](#the-conanfilepy-and-test_package-folder) - * [The `conandata.yml`](#the-conandatayml) + * [Recipe files structure](#recipe-files-structure) + * [`config.yml`](#configyml) + * [`conandata.yml`](#conandatayml) + * [The _recipe folder_: `conanfile.py`](#the-_recipe-folder_-conanfilepy) + * [The test package folders: `test_package` and `test_`](#the-test-package-folders-test_package-and-test_something) * [How to provide a good recipe](#how-to-provide-a-good-recipe) * [Header Only](#header-only) * [CMake](#cmake) diff --git a/docs/packaging_policy.md b/docs/packaging_policy.md index 079455df35f0c..4cd733a6b1d26 100644 --- a/docs/packaging_policy.md +++ b/docs/packaging_policy.md @@ -5,12 +5,12 @@ This document gathers all the relevant information regarding the general lines t ## Contents -* [Sources](#sources) -* [Dependencies](#dependencies) -* [Build](#build) -* [Package](#package) -* [Settings](#settings) -* [Options](#options) + * [Sources](#sources) + * [Dependencies](#dependencies) + * [Build](#build) + * [Package](#package) + * [Settings](#settings) + * [Options](#options) ## Sources