Commit graph

173 commits

Author SHA1 Message Date
Finii
6b9db8a0dc [ci] Regenerate Cheat Sheet 2023-11-26 17:58:03 +00:00
Fini Jastrow
6840a8f93e Add warning regarding family name change
See #1434

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-11-22 15:20:29 +01:00
GitHub Actions
c056e623a4 [ci] Regenerate contributors 2023-11-21 16:36:51 +00:00
Fini Jastrow
b56ef7396a Update for 3.1.0 release
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-11-21 16:51:12 +01:00
Finii
eefd153837 [ci] Regenerate Cheat Sheet 2023-11-21 10:31:17 +00:00
GitHub Actions
365ad74579 [ci] Regenerate contributors 2023-11-11 23:37:05 +00:00
GitHub Actions
d0b694ee6a [ci] Regenerate contributors 2023-11-11 23:32:56 +00:00
GitHub Actions
6186a4af02 [ci] Regenerate contributors 2023-11-11 23:17:55 +00:00
GitHub Actions
a67685c110 [ci] Regenerate contributors 2023-11-11 14:49:13 +00:00
GitHub Actions
8034a45f97 [ci] Regenerate contributors 2023-11-01 16:23:18 +00:00
GitHub Actions
de4ac6e467 [ci] Regenerate contributors 2023-10-23 13:36:11 +00:00
GitHub Actions
9e1e87e886 [ci] Regenerate contributors 2023-10-17 13:26:15 +00:00
GitHub Actions
c03ffbbad0 [ci] Regenerate contributors 2023-10-16 07:21:41 +00:00
Fini Jastrow
10be9529a0 Remove "fork on github banner"
[why]
Some code has been commented out. This can be removed. We can use git if
we want to access the code again in the future.

Furthermore the banner still is on the page, below the Sanky diagram (in
the small screen rendering position).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
GitHub Actions
495352d90c [ci] Regenerate contributors 2023-10-07 10:07:37 +00:00
Vitthal Popat Gund
f6ab1ecadb imports typo in img src attribute fixed 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
5d46753d1b subtitle-icon class is added in features subtitle element 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
a8d154fe76 Update 2017-01-02-features.md
the subtitle-icon class is added in div.row elements for the features section and i also foun the some issue the terminal fonts so a media query is added to fix the same in terminal font section
2023-10-07 12:00:49 +02:00
GitHub Actions
a707321c4a [ci] Regenerate contributors 2023-09-30 13:37:44 +00:00
GitHub Actions
ddea05aa5e [ci] Regenerate contributors 2023-09-27 03:25:31 +00:00
GitHub Actions
a2d223dd6b [ci] Regenerate contributors 2023-09-18 08:12:37 +00:00
GitHub Actions
c3e3d5fec7 [ci] Regenerate contributors 2023-07-26 14:13:10 +00:00
Ryan L McIntyre
748ded8f52 Updates backers section 2023-06-22 02:07:29 -07:00
GitHub Actions
cd2e548e98 [ci] Regenerate contributors 2023-06-08 13:27:04 +00:00
Fini Jastrow
8d89dba767 Release note: Add missing item
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-05 12:49:07 +02:00
GitHub Actions
eb389f9b4a [ci] Regenerate contributors 2023-06-05 10:20:13 +00:00
Fini Jastrow
f6b9feecab Update stuff for v3.0.2
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-05 11:40:23 +02:00
GitHub Actions
deaf6ab71b [ci] Regenerate contributors 2023-06-02 11:44:12 +00:00
GitHub Actions
72a98785b1 [ci] Regenerate contributors 2023-06-02 11:31:56 +00:00
GitHub Actions
9f76d9b444 [ci] Regenerate contributors 2023-06-02 09:56:02 +00:00
GitHub Actions
9c43af367c [ci] Regenerate contributors 2023-06-02 06:05:41 +00:00
GitHub Actions
a1703a5495 [ci] Regenerate contributors 2023-06-01 06:13:30 +00:00
Fini Jastrow
8c3d893a60 Some cheat-cheat tweaks
[why]
* We want to have the autocreated cheat-sheet file here 100% and not
  only approximate, so create the file anew via generate-css.sh and
  commit it here.

* "No results found" is kind of a lie, we have a result and the result
  is that there are no hits while searching :-> Call me pedantic.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:48:05 +02:00
GitHub Actions
021c5fd59e [ci] Regenerate contributors 2023-05-30 17:26:13 +00:00
rszyma
156981d8f2 fix: cheatsheet page performance 2023-05-30 19:13:12 +02:00
GitHub Actions
cec9c1e6e2 [ci] Regenerate contributors 2023-05-27 13:35:42 +00:00
GitHub Actions
288eed5e14 [ci] Regenerate contributors 2023-05-27 06:36:48 +00:00
Fini Jastrow
e10d4a49af Change bullet points to dashes
[why]
After the last bullet point closing the <div> seems problematic and
results in a bit of garbage in the html page.

[how]
Just use the dashes as we historically used instead.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-27 08:27:54 +02:00
Lauren Yim
2016d5b683 Fix changelog formatting
I think the `</div> </details>` at the end of the v3.0.1 release notes was being parsed as part of the last `<li>` item, resulting in `</div> </details>` being escaped. This commit should fix the issue where in the HTML output, the v3.0.1 release `<details>` included the release notes for v3.0.0, v2.3.3, etc.
2023-05-27 08:13:50 +02:00
Fini Jastrow
f6a5fe6e22 Update stuff for v3.0.1
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-13 23:34:55 +02:00
GitHub Actions
ee0ad6e201 [ci] Regenerate contributors 2023-05-10 11:35:57 +00:00
GitHub Actions
c41e6f5376 [ci] Regenerate contributors 2023-05-10 09:56:08 +00:00
Fini Jastrow
b5bf856738 Update cheat sheet WITH removed icons (step 2)
This step adds just the stuff generated via script in the master branch.

See pairing commit in the gh-pages branch:
    Date:   Wed May 3 17:54:44 2023 +0200
    generate-css: Create cheat sheet with removed icons

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-04 12:44:46 +02:00
GitHub Actions
c7ac5f7364 [ci] Regenerate contributors 2023-05-03 19:44:35 +00:00
Fini Jastrow
5d8c40d343 Fix typo in release summary
See #1201

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-03 21:43:43 +02:00
GitHub Actions
2aacf59a70 [ci] Regenerate contributors 2023-05-03 07:55:14 +00:00
GitHub Actions
278d2b1fd5 [ci] Regenerate contributors 2023-05-02 14:35:15 +00:00
Fini Jastrow
6d9a7f4561 Use shorter Arch link
Use more concise link for finding Nerd Fonts Arch Linux packages

By @polyzen, see #1183

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-02 16:01:28 +02:00
Fini Jastrow
634e151ca7 cheat-sheet: Add remark that update is still pending
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-01 00:39:44 +02:00
Fini Jastrow
92cbd5fd13 Update information for v3.0.0
Manually, because this changed so much, and some is still not clear how
to handle.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-01 00:30:42 +02:00