Skip to content

Commit 466f2d0

Browse files
PeterTurcanalandefreitas
authored andcommitted
Contributor guide navtitles added
1 parent 352dee5 commit 466f2d0

16 files changed

+38
-23
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11

22

3-
* xref:intro.adoc[Introduction to becoming a Boost Contributor]
4-
** xref:license-requirements.adoc[License Requirements]
5-
** xref:portability-requirements.adoc[Portability Requirements]
6-
** xref:organization-requirements.adoc[Organization Requirements]
7-
** xref:library-design-guidelines.adoc[Library Design Guidelines]
3+
* xref:intro.adoc[]
4+
** xref:license-requirements.adoc[]
5+
** xref:portability-requirements.adoc[]
6+
** xref:organization-requirements.adoc[]
7+
** xref:library-design-guidelines.adoc[]
88
* xref:antora.adoc[Antora Guide]
99
* Legacy Content
10-
** xref:documentation-overview.adoc[Writing Documentation for Boost - Documentation Structure]
11-
** xref:documentation-structure-guidelines.adoc[Boost Library Documentation Guidelines]
10+
** xref:documentation-overview.adoc[]
11+
** xref:documentation-structure-guidelines.adoc[]
1212
** Templates
13-
*** xref:templates/01-overview-template.adoc[Overview Template]
14-
*** xref:templates/02-header-template.adoc[Header Template]
15-
*** xref:templates/03-configuration-template.adoc[Configuration Template]
16-
*** xref:templates/04-rationale-template.adoc[Rationale Template]
17-
*** xref:templates/05-definitions-template.adoc[Definitions Template]
18-
*** xref:templates/06-faq-template.adoc[FAQ Template]
19-
*** xref:templates/07-bibliography-template.adoc[Bibliography Template]
20-
*** xref:templates/08-acknowledgements-template.adoc[Acknowledgments Template]
13+
*** xref:templates/01-overview-template.adoc[]
14+
*** xref:templates/02-header-template.adoc[]
15+
*** xref:templates/03-configuration-template.adoc[]
16+
*** xref:templates/04-rationale-template.adoc[]
17+
*** xref:templates/05-definitions-template.adoc[]
18+
*** xref:templates/06-faq-template.adoc[]
19+
*** xref:templates/07-bibliography-template.adoc[]
20+
*** xref:templates/08-acknowledgements-template.adoc[]
2121
2222
2323

contributor-guide/modules/ROOT/pages/documentation-overview.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Writing Documentation for Boost - Documentation Structure
2+
:navtitle: Standards Documentation Structure
23

34
== Introduction
45

contributor-guide/modules/ROOT/pages/documentation-structure-guidelines.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Boost Library Documentation Guidelines
2+
:navtitle: General Documentation Guidelines
23

34
It is not a requirement for a Boost library for the documentation to adhere to the following structure. However, it is listed here as a guide, if needed.
45

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Introduction to becoming a Boost Contributor
2+
:navtitle: Becoming a Boost Contributor
23

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

contributor-guide/modules/ROOT/pages/library-design-guidelines.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Library Design Guidelines
2+
:navtitle: Library Design Guidelines
23

34
Please use these guidelines as a checklist for preparing the content a library submission. Not every guideline applies to every library, but a reasonable effort to comply is expected.
45

contributor-guide/modules/ROOT/pages/license-requirements.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= License Requirements
2+
:navtitle: License Requirements
23

34
The preferred way to meet the license requirements is to use the https://www.boost.org/LICENSE_1_0.txt[Boost Software License]. See license information. If for any reason you do not intend to use the Boost Software License, please discuss the issues on the Boost developers mailing list first.
45

contributor-guide/modules/ROOT/pages/organization-requirements.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Organization Requirements
2+
:navtitle: Organization Requirements
23

34
The quality of the Boost libraries is not just about the APIs and code design. But also about presenting a consistent view to users of the libraries as a whole. Upon acceptance libraries must adhere to this directory and file structure:
45

contributor-guide/modules/ROOT/pages/portability-requirements.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Portability Requirements
2+
:navtitle: Portability Requirements
23

34
* A library's interface must be portable and not restricted to a particular compiler or operating system.
45
* A library's implementation must if possible be portable and not restricted to a particular compiler or operating system. If a portable implementation is not possible, non-portable constructions are acceptable if reasonably easy to port to other environments, and implementations are provided for at least two popular operating systems (such as UNIX and Windows).

contributor-guide/modules/ROOT/pages/templates/01-overview-template.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Overview Template
2+
:navtitle: Overview
23

34
Provide a brief overview of the focus and features of your library.
45

contributor-guide/modules/ROOT/pages/templates/02-header-template.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Header Template
2+
:navtitle: Header
23

34
Provide a complete API reference to your library.
45

0 commit comments

Comments
 (0)