Skip to content

Commit ffbc786

Browse files
committed
make 'download offline user manual' link fancy
switch back to styled download link, so it looks fancy (per Don's request in #188)
1 parent 25a006d commit ffbc786

File tree

4 files changed

+27
-19
lines changed

4 files changed

+27
-19
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
cmd /c start hugo.exe server --minify --theme book
2222
$env:Path += ";C:\Program Files\WinHTTrack\"
23-
httrack.exe "http://127.0.0.1:1313/" -O "./httrack_output" "+*.npp-user-manual.org/*" "+*.127.0.0.1:1313/*" "+localhost:1313/*" "+localhost:1313" -v
23+
httrack.exe "http://127.0.0.1:1313/" -O "./httrack_output"
2424
Set-Location -Path httrack_output
2525
Rename-Item -Path 127.0.0.1_1313 -NewName nppUserManual
2626

.github/workflows/onTag_zip_manual_as_asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cmd /c start hugo.exe server --minify --theme book
2525
$env:Path += ";C:\Program Files\WinHTTrack\"
26-
httrack.exe "http://127.0.0.1:1313/" -O "./httrack_output" "+*.npp-user-manual.org/*" "+*.127.0.0.1:1313/*" "+localhost:1313/*" "+localhost:1313" -v
26+
httrack.exe "http://127.0.0.1:1313/" -O "./httrack_output"
2727
Set-Location -Path httrack_output
2828
Rename-Item -Path 127.0.0.1_1313 -NewName nppUserManual
2929
Compress-Archive -Path nppUserManual -DestinationPath nppUserManual.zip

content/_index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Introduction
3+
type: docs
4+
---
5+
6+
<h1>Notepad++ User Manual</h1>
7+
8+
<p><b><i>Documentation is like sex, when it's good, it's very, very good; when it's bad, it's better than nothing.</i></b></p>
9+
10+
<p>Of course, it's not our goal to create bad documentation, but you get what we mean.</p>
11+
12+
<p><b>Notepad++ User Manual</b> is built collaboratively, and <a href="https://github.com/notepad-plus-plus/npp-usermanual">your contribution is very welcome</a>.</p>
13+
14+
<p align="center" style="margin-top: 3em;">
15+
<a href="https://github.com/notepad-plus-plus/npp-usermanual/releases/latest/download/nppUserManual.zip" style="
16+
text-align: center;
17+
font-size: larger;
18+
-moz-border-radius: 1em;
19+
border-radius: 1em;
20+
border: 1px solid #00A2E8;
21+
background-color: white;
22+
color: #00A2E8;
23+
padding: 2px 1em;
24+
">Download offline User Manual</a>
25+
</p>

content/_index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)