Skip to content

Commit 82fcad1

Browse files
committed
short index page text added
1 parent 07ff6fe commit 82fcad1

5 files changed

Lines changed: 23 additions & 22 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
* New content
12
xref:intro.adoc[Introduction to becoming a Boost Contributor]
2-
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
= Contributor Guide
22

3-
:toc: left
4-
:toclevels: 3
5-
:idprefix:
6-
:docinfo: private-footer
7-
:source-highlighter: rouge
8-
:source-language: c++
9-
:nofooter:
10-
:sectlinks:
11-
:doctype: article
12-
13-
xref:intro.adoc[Introduction to becoming a Boost Contributor]
3+
This Contributor Guide is for C++ developers who wish to submit a library to the Boost collection. Or to contribute in some other way, such as testing or evaluating library submissions.
4+
5+
== Feedback
6+
7+
Feedback on this guide is encouraged, and is available HERE.
8+
9+
== First Steps
10+
11+
Start by reading the xref:intro.adoc[Introduction to becoming a Boost Contributor].

contributor-guide/modules/ROOT/pages/intro.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:idprefix:
2-
:idseparator: -
3-
:leveloffset: +1
4-
51
= Introduction to becoming a Boost Contributor
62

73
This section describes the requirements and guidelines for the content of a library submitted to Boost.

release-process/modules/ROOT/pages/intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Boost libraries are released publicly three times per year:
77
* 2nd August
88
* 2nd December
99
10-
Each release will contain updates to existing libraries, and some releases will contain new libraries. The release is built from the *master* branch of Boost's GitHub site: xxxxxx
10+
Each release will contain updates to existing libraries, and some releases will contain new libraries. The release is built from the *master* branch of Boost's GitHub site: https://github.com/cppalliance.
1111

1212
== Milestones in the Release Cycle
1313

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
= User Guide
22

3-
* xref:intro.adoc[Introduction to Boost]
4-
* xref:getting-started-with-windows.adoc[Getting Started with Windows]
5-
* xref:getting-started-with-linux.adoc[Getting Started with Linux]
6-
* xref:use-boost-with-windows-package-manager.adoc[Use Boost with Windows and a Package Manager]
7-
* xref:use-boost-with-linux-package-manager.adoc[Use Boost with Linux and a Package Manager]
3+
This User Guide is for all C++ developers using or evaluating Boost libraries.
4+
5+
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.
6+
7+
== Feedback
8+
9+
Feedback on the libraries, or any aspect of the documentation, is encouraged, and is available HERE.
10+
11+
== First Steps
12+
13+
Start by reading the xref:intro.adoc[Introduction to Boost].
14+

0 commit comments

Comments
 (0)