Эх сурвалжийг харах

Remove prefix 'Carbon:' from page titles. (#54)

* Also retitle src/README.md
Jon Meow 5 жил өмнө
parent
commit
b7e80bf233

+ 1 - 1
CODE_OF_CONDUCT.md

@@ -1,4 +1,4 @@
-# Carbon: Code of conduct
+# Code of conduct
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
CONTRIBUTING.md

@@ -1,4 +1,4 @@
-# Carbon: Contributing
+# Contributing
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/README.md

@@ -1,4 +1,4 @@
-# Carbon: Docs
+# Docs
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/guides/README.md

@@ -1,4 +1,4 @@
-# Carbon: Guides
+# Guides
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/README.md

@@ -1,4 +1,4 @@
-# Carbon: Project
+# Project
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/commenting_guidelines.md

@@ -1,4 +1,4 @@
-# Carbon: Commenting guidelines
+# Commenting guidelines
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/consensus_decision_making.md

@@ -1,4 +1,4 @@
-# Carbon: Consensus decision-making
+# Consensus decision-making
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/evolution.md

@@ -1,4 +1,4 @@
-# Carbon: Governance and Evolution
+# Governance and Evolution
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/goals.md

@@ -1,4 +1,4 @@
-# Carbon: Goals
+# Goals
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/groups.md

@@ -1,4 +1,4 @@
-# Carbon: Groups
+# Groups
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/roadmap_process.md

@@ -1,4 +1,4 @@
-# Carbon: Roadmap process
+# Roadmap process
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/spec/README.md

@@ -1,4 +1,4 @@
-# Carbon: Spec
+# Spec
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
proposals/README.md

@@ -1,4 +1,4 @@
-# Carbon: Proposals
+# Proposals
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
proposals/p0044.md

@@ -1,4 +1,4 @@
-# Carbon: Proposal tracking
+# Proposal tracking
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
proposals/template.md

@@ -1,4 +1,4 @@
-# Carbon: TODO
+# TODO
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 2 - 2
src/README.md

@@ -1,11 +1,11 @@
+# Doc Tooling
+
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM
 Exceptions. See /LICENSE for license information.
 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 -->
 
-# Carbon: src
-
 This directory contains tooling related to managing Carbon's documentation.
 
 If you're looking for language tooling, see the `carbon-toolchains` repository.