Commit Graph

27 Commits

Author SHA1 Message Date
Javier G. Sogo
10aad63663 (#10639) docs: use relative links 2022-05-08 15:45:07 +02:00
github-actions[bot]
154c9edca7 (#9610) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2022-03-04 13:48:44 +01:00
Javier G. Sogo
c02b520d27 (#9398) [doc] Rewrite docs about recipes folders
* [doc] Rewrite docs about recipes folders

* Update docs/how_to_add_packages.md

* use different projects for different test_xxxx folders
2022-03-03 09:27:10 +01:00
github-actions[bot]
b41f34a155 (#7659) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2021-10-13 15:34:44 +02:00
Chris Mc
5bee8bb8e9 (#7621) docs: how to validate dep version and options
* docs: how to validate dep version and options

* Apply suggestions from code review

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2021-10-12 07:02:16 +02:00
github-actions[bot]
3699bae92e (#7321) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2021-09-17 14:02:35 +02:00
Chris Mc
f1d3af971e (#7301) docs: Improve system package FAQs and how to
* Update how_to_add_packages.md

* try to remove the duplication

* add missing documents

* use improved `conan create` syntax

* Update how_to_add_packages.md

https://github.com/conan-io/docs/pull/2212/files
2021-09-17 11:02:32 +02:00
Uilian Ries
c0d86ab7c4 (#6919) [docs] How to add system packages
* How to add system packages

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Update GTK branch

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Replace GTK by OpenCL

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Update docs/faqs.md

* Update docs/how_to_add_packages.md
2021-09-13 09:31:47 +02:00
Martin Delille
319c8170ef (#7258) Remove $ before command
The $ is nice to explicitly show that we deal with bash command but we loose the ability to copy the code content from the right icon of the rendered markdown.
2021-09-12 14:02:56 +02:00
github-actions[bot]
18539b568d (#7206) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2021-09-10 09:02:31 +02:00
Uilian Ries
2da22dd47d (#7207) Update access request title
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2021-09-09 15:03:00 +02:00
Javier G. Sogo
5e6acc23b3 (#7200) [docs] Rename EAP to Access Request 2021-09-08 13:32:40 +02:00
github-actions[bot]
2dc86c2096 (#6067) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2021-06-28 19:11:31 +02:00
Chris Mc
26f4276b82 (#5962) Update how_to_add_packages.md
* Update how_to_add_packages.md

- Restructured paragraphs
   - provides easy 1, 2, 3 at the start
   - broke out build service
   - removed duplication
- Syntax highlighting
- fixed wonky white spacing

* Apply suggestions from code review

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>

* Update docs/how_to_add_packages.md

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
2021-06-26 18:31:55 +02:00
Chris Mc
613abd391f (#5950) Note recipes may lag behind best practices 2021-06-18 00:02:29 +02:00
Alejandro Colomar
2a05899866 (#5644) how_to_add_packages.md: typo fix
The command as it was gives an error.
Fix the typo to use the correct syntax

Signed-off-by: Alejandro Colomar <alejandro.colomar@exfo.com>
2021-05-27 19:31:28 +02:00
Uilian Ries
c7b9c1b9a0 (#5425) How to build without build script
* How to build without build script

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Replace Butteraugli by Bzip2

Signed-off-by: Uilian Ries <uilianries@gmail.com>
2021-05-08 15:32:09 +02:00
Chris Mc
1e219c43aa (#5080) Provide examples for "how to" add components with varying complexity
* Provide examples for "how to" add components with varying complexity

* Update docs/how_to_add_packages.md
2021-04-30 00:01:22 +02:00
James
c060f7086f (#5057) add links about precompiled binaries in FAQ and how-to-add
* add links about precompiled binaries in FAQ and how-to-add

* Update docs/how_to_add_packages.md

Co-authored-by: Chris Mc <prince.chrismc@gmail.com>

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
2021-04-10 08:31:32 +02:00
Daniel
5678c65416 (#4685) Remove email from EAP request 2021-02-25 23:01:45 +01:00
Clare Macrae
253121597d (#4372) [docs] Add table of contents to most documentation pages (#4367)
* Remove trailing spaces - deleted by my IDE

* Change to style of heading that mdsnippets understands

* Add table-of-contents placeholders, for use by mdsnippets

* Add table of contents links - by running mdsnippets

(The mdsnippets config file, in the root directory, will be added
in a separate PR, as required by repo policies)

* Fix 2 typos

* Add table of contents.
2021-02-02 08:31:49 +01:00
Clare Macrae
ec6b448aa7 (#4368) Document how to update conan hooks 2021-01-26 19:31:43 +01:00
Uilian Ries
59f2b35387 (#3141) How to provide a good recipe
* How to provide a good recipe

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* EAP takes one week to be approved

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Add autotools for main examples

Signed-off-by: Uilian Ries <uilianries@gmail.com>
2020-11-18 13:02:10 +01:00
Daniel
4863320c67 (#3423) Remove email to request access to the EAP 2020-11-05 20:31:46 +01:00
Javier G. Sogo
0f9791f97c (#3328) Document _installers_ and packageID decisions AND rewrite some sections.
* add docs about installers

* use MacOS

* Update docs/how_to_add_packages.md

Co-authored-by: Michael Keck <git@cr0ydon.com>

* Update docs/faqs.md

Co-authored-by: Chris Mc <prince.chrismc@gmail.com>

* Update docs/faqs.md

Co-authored-by: Chris Mc <prince.chrismc@gmail.com>

* Update docs/how_to_add_packages.md

Co-authored-by: Chris Mc <prince.chrismc@gmail.com>

* Update docs/supported_platforms_and_configurations.md

Co-authored-by: Chris Mc <prince.chrismc@gmail.com>

* other minor fixes

* concrete number of profiles

Co-authored-by: Michael Keck <git@cr0ydon.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
2020-10-30 10:01:32 +01:00
jgsogo
ad5837b665 change links to docs inside doc folder 2020-08-11 14:08:17 +02:00
Uilian Ries
ee0576a927 Copy Wiki content to docs
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2020-07-23 15:26:33 -03:00