Skip to content

Commit 40fc915

Browse files
committed
A bit less cluttered intro
1 parent eb1d354 commit 40fc915

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>C++ submodule manager</title>
1010
</head>
1111
<body class="markdown-body">
12-
<h1 id="≡-c-submodule-manager-gitter-build-status-code-coverage"><a href="#contents"></a> <a href="#">C++ submodule manager</a> <a target="_blank" href="https://gitter.im/cppsm/community"><img src="https://badges.gitter.im/cppsm/community.svg" alt="Gitter"></a> <a target="_blank" href="https://travis-ci.org/cppsm/cppsm-cli"><img src="https://travis-ci.org/cppsm/cppsm-cli.svg?branch=master" alt="Build Status"></a> <a target="_blank" href="https://codecov.io/github/cppsm/cppsm-cli?branch=master"><img src="https://img.shields.io/codecov/c/github/cppsm/cppsm-cli/master.svg" alt="Code Coverage"></a></h1>
12+
<h1 id="≡-c-submodule-manager-github-stars-gitter-build-status-code-coverage"><a href="#contents"></a> <a href="#">C++ submodule manager</a> <a target="_blank" href="https://github.com/cppsm/cppsm.github.io"><img src="https://img.shields.io/github/stars/cppsm/cppsm.github.io.svg?style=social" alt="GitHub stars"></a> <a target="_blank" href="https://gitter.im/cppsm/community"><img src="https://badges.gitter.im/cppsm/community.svg" alt="Gitter"></a> <a target="_blank" href="https://travis-ci.org/cppsm/cppsm-cli"><img src="https://travis-ci.org/cppsm/cppsm-cli.svg?branch=master" alt="Build Status"></a> <a target="_blank" href="https://codecov.io/github/cppsm/cppsm-cli?branch=master"><img src="https://img.shields.io/codecov/c/github/cppsm/cppsm-cli/master.svg" alt="Code Coverage"></a></h1>
1313
<p>The C++ submodule manager is fundamentally a set of <a href="#conventions">conventions</a>
1414
for structuring projects with <a target="_blank" href="https://git-scm.com/">Git <i class="fas fa-xs fa-external-link-alt"></i></a> and
1515
<a target="_blank" href="https://cmake.org/">CMake <i class="fas fa-xs fa-external-link-alt"></i></a> rather than just <a href="#cppsm-command">a new tool</a>. The
@@ -39,12 +39,6 @@ <h1 id="≡-c-submodule-manager-gitter-build-status-code-coverage"><a href="#con
3939
<li><a href="#codecov">Codecov integration</a></li>
4040
</ul>
4141
<p>See <a target="_blank" href="https://github.com/topics/cppsm">repositories with the <code>#cppsm</code> topic <i class="fas fa-xs fa-external-link-alt"></i></a>.</p>
42-
<p><a target="_blank" href="https://github.com/cppsm">GitHub organization <i class="fas fa-xs fa-external-link-alt"></i></a> subprojects:</p>
43-
<ul>
44-
<li><a target="_blank" href="https://github.com/cppsm/cppsm.github.io/issues">Issues <i class="fas fa-xs fa-external-link-alt"></i></a></li>
45-
<li><a target="_blank" href="https://github.com/cppsm/cppsm-cli">Command-line interface <i class="fas fa-xs fa-external-link-alt"></i></a></li>
46-
<li><a target="_blank" href="https://github.com/cppsm/cppsm-boilerplate">Per project boilerplate <i class="fas fa-xs fa-external-link-alt"></i></a></li>
47-
</ul>
4842
<h2><a id="contents"></a> <a href="#contents"></a> <a href="#contents">Contents</a></h2>
4943
<ul>
5044
<li><a href="#cppsm-command"><code>cppsm</code> command</a><ul>

index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [](#contents) [C++ submodule manager](#) [![Gitter](https://badges.gitter.im/cppsm/community.svg)](https://gitter.im/cppsm/community) [![Build Status](https://travis-ci.org/cppsm/cppsm-cli.svg?branch=master)](https://travis-ci.org/cppsm/cppsm-cli) [![Code Coverage](https://img.shields.io/codecov/c/github/cppsm/cppsm-cli/master.svg)](https://codecov.io/github/cppsm/cppsm-cli?branch=master)
1+
# [](#contents) [C++ submodule manager](#) [![GitHub stars](https://img.shields.io/github/stars/cppsm/cppsm.github.io.svg?style=social)](https://github.com/cppsm/cppsm.github.io) [![Gitter](https://badges.gitter.im/cppsm/community.svg)](https://gitter.im/cppsm/community) [![Build Status](https://travis-ci.org/cppsm/cppsm-cli.svg?branch=master)](https://travis-ci.org/cppsm/cppsm-cli) [![Code Coverage](https://img.shields.io/codecov/c/github/cppsm/cppsm-cli/master.svg)](https://codecov.io/github/cppsm/cppsm-cli?branch=master)
22

33
The C++ submodule manager is fundamentally a set of [conventions](#conventions)
44
for structuring projects with [Git](https://git-scm.com/) and
@@ -29,12 +29,6 @@ Additional features:
2929

3030
See [repositories with the `#cppsm` topic](https://github.com/topics/cppsm).
3131

32-
[GitHub organization](https://github.com/cppsm) subprojects:
33-
34-
- [Issues](https://github.com/cppsm/cppsm.github.io/issues)
35-
- [Command-line interface](https://github.com/cppsm/cppsm-cli)
36-
- [Per project boilerplate](https://github.com/cppsm/cppsm-boilerplate)
37-
3832
## <a id="contents"></a> [](#contents) [Contents](#contents)
3933

4034
- [`cppsm` command](#cppsm-command)

0 commit comments

Comments
 (0)