Skip to content

Commit 132b82d

Browse files
committed
Auto merge of #2502 - IvanUkhov:doc, r=alexcrichton
doc: make the pages’ titles consistent The titles of some of the pages end with “Cargo Documentation” (_e.g._, [Frequently Asked Questions](http://doc.crates.io/faq.html)) whereas the titles of some other pages do not (_e.g._, [Environment Variables](http://doc.crates.io/environment-variables.html)), which is a bit inconsistent. Perhaps one should either add that ending to all the titles or eliminate it from all of them. This pull request does the latter, which can be changed if needed. I personally think that such long titles are reasonable for the `title` HTML tag but a bit too verbose when displayed on the page.
2 parents ff02b15 + 95b46c8 commit 132b82d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/doc/build-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Build Script Support - Cargo Documentation
1+
% Build Script Support
22

33
Some packages need to compile third-party non-Rust code, for example C
44
libraries. Other packages need to link to C libraries which can either be

src/doc/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Configuration - Cargo Documentation
1+
% Configuration
22

33
This document will explain how Cargo’s configuration system works, as well as
44
available keys or configuration. For configuration of a project through its

src/doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Frequently Asked Questions - Cargo Documentation
1+
% Frequently Asked Questions
22

33
# Is the plan to use GitHub as a package repository?
44

src/doc/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Manifest Format - Cargo Documentation
1+
% The Manifest Format
22

33
# The `[package]` Section
44

src/doc/pkgid-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Package ID Specifications - Cargo Documentation
1+
% Package ID Specifications
22

33
# Package ID Specifications
44

0 commit comments

Comments
 (0)