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

* Also retitle src/README.md
This commit is contained in:
Jon Meow
2020-06-04 13:34:45 -07:00
committed by GitHub
parent 18022dffc6
commit b7e80bf233
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
# Carbon: Contributing
# Contributing
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -1,4 +1,4 @@
# Carbon: Docs
# Docs
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -1,4 +1,4 @@
# Carbon: Guides
# Guides
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -1,4 +1,4 @@
# Carbon: Project
# Project
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -1,4 +1,4 @@
# Carbon: Goals
# Goals
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -1,4 +1,4 @@
# Carbon: Groups
# Groups
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
# Carbon: Spec
# Spec
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -1,4 +1,4 @@
# Carbon: Proposals
# Proposals
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
# Carbon: TODO
# TODO
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+2 -2
View File
@@ -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.