Skip to content

Add anchors to headings #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</p>
</div>

<h2>How can you use GitGitGadget?</h2>
<h2 id="how-can-you-use-gitgitgadget">How can you use GitGitGadget? <a href="#how-can-you-use-gitgitgadget">#</a></h2>
<div class="block">
<p>
So you cloned <a href="https://github.com/git/git">https://github.com/git/git</a> and implemented a bug fix or a new feature?
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2>How can you use GitGitGadget?</h2>
</p>
</div>

<h2>What happens after GitGitGadget sent the mails?</h2>
<h2 id="what-happens-after-gitgitgadget-sent-the-mails">What happens after GitGitGadget sent the mails? <a href="#what-happens-after-gitgitgadget-sent-the-mails">#</a></h2>
<div class="block">
<p>
The patches will be reviewed by volunteers (be gentle...) and you will most likely receive helpful comments.
Expand All @@ -135,7 +135,7 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
</p>
</div>

<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
<h2 id="should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror? <a href="#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">#</a></h2>
<div class="block">
<p>
GitGitGadget works on both GitGitGadget's Git fork (<a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<a href="https://github.com/git/git">https://github.com/git/git</a>).
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirr
</table></div>
</div>

<h2>But... what <i>is</i> GitGitGadget?</h2>
<h2 id="but-what-is-gitgitgadget">But... what <i>is</i> GitGitGadget? <a href="#but-what-is-gitgitgadget">#</a></h2>
<div class="block">
<p>
GitGitGadget itself is a GitHub App that is backed by an Azure Function written in pure Javascript which in turn triggers an Azure Pipeline written in Typescript (which is really easy to understand and write for everybody who knows even just a little Javascript), maintained at <a href="https://github.com/gitgitgadget/gitgitgadget">https://github.com/gitgitgadget/gitgitgadget</a>.
Expand Down