Skip to content

Commit 3a716f8

Browse files
authoredMar 17, 2025
Merge pull request #59 from dscho/merge-g4w-wiki
Migrate the wiki pages
2 parents c8c1da2 + a0ce3c0 commit 3a716f8

File tree

64 files changed

+2935
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2935
-17
lines changed
 

Diff for: ‎assets/sass/style.scss

+22-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ html {
22
font: 16px/1 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
33
}
44

5-
li a {
6-
font-size: .875em;
7-
}
8-
95
a {
106
color: #4B8CD2;
117
text-decoration: none;
@@ -247,7 +243,7 @@ div.version {
247243
margin-top: 0;
248244
}
249245

250-
.details p a:not(.button) {
246+
.details a:not(.button) {
251247
color: #A3CFFF;
252248
text-decoration: underline;
253249
}
@@ -307,6 +303,10 @@ div.version {
307303
text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
308304
}
309305

306+
.details :is(h3, h4, p) + p {
307+
margin-top: 1em;
308+
}
309+
310310
.details .vcentercontainer:first-child {
311311
margin-right: 5%;
312312
}
@@ -356,9 +356,25 @@ body.page {
356356
text-align: center;
357357
}
358358

359-
article p,h3,ul {
359+
article > :not(h1, h2),h3,ul {
360360
margin-left: auto;
361361
margin-right: auto;
362362
width: 65%;
363363
}
364364
}
365+
.markdown-important::before {
366+
content:url('img/important.svg');
367+
padding-left: 0.6em;
368+
padding-right: 0.2em;
369+
}
370+
.markdown-important {
371+
border-left: .25em solid #f34f29;
372+
}
373+
.anchor {
374+
transform: translateX(-80%) scale(.6);
375+
position: absolute;
376+
}
377+
378+
:is(h1, h2, h3, h4):not(:hover) .anchor {
379+
display: none;
380+
}

Diff for: ‎content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Simply right-click on a folder in Windows Explorer to access the BASH or GUI.
5656
<div class="vcentercontainer detailstext">
5757
<div>
5858

59-
As an open source project, Git for Windows benefits greatly from both the volunteer work of helpful developers and [good bug reports](https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines) made by Git for Windows' users.
59+
As an open source project, Git for Windows benefits greatly from both the volunteer work of helpful developers and [good bug reports](./issue-reporting-guidelines.html) made by Git for Windows' users.
6060

6161
### Governance Model
6262

@@ -72,7 +72,7 @@ If you've noticed a bug or simply have an idea that you'd like to see become rea
7272

7373
The _Git for Windows SDK_ is a build environment that includes all the tools necessary for developers who want to contribute by writing code for Git for Windows.
7474

75-
Please look at the [technical overview](https://github.com/git-for-windows/git/wiki/Technical-overview) of the Git for Windows packaging and how to include your changes in your own custom installer.
75+
Please look at the [technical overview](./technical-overview.html) of the Git for Windows packaging and how to include your changes in your own custom installer.
7676

7777
<a name="download-sdk" /><a class="button" href="https://github.com/git-for-windows/build-extra/releases/latest" target="_blank">Download <span class="gittext">Git for Windows SDK</span></a>
7878

0 commit comments

Comments
 (0)