mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
29 lines
947 B
Plaintext
29 lines
947 B
Plaintext
////
|
|
Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
Official repository: https://github.com/boostorg/website-v2-docs
|
|
////
|
|
= User Guide
|
|
|
|
This User Guide is for all pass:[C++] developers using or evaluating Boost libraries.
|
|
|
|
Each individual library has its' own specific user documentation.
|
|
This User Guide covers all aspects of the libraries that are generic to the entire set.
|
|
|
|
== Feedback
|
|
|
|
Feedback on any aspect of the documentation is encouraged, and is available by creating a https://github.com/cppalliance/site-docs/issues[New Issue].
|
|
Also, if you have feedback on any particular library, create an issue in the repo for that library.
|
|
|
|
== First Steps
|
|
|
|
Start by reading the xref:intro.adoc[Introduction to Boost].
|
|
|
|
== See Also
|
|
|
|
* xref:contributor-guide:ROOT:index.adoc[]
|
|
|