From fb7e7ac375d18de48c9bbc1cdc273921db8a5031 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 19 May 2021 10:28:52 +0200 Subject: [PATCH 1/3] Add favicon to documentation and fix header No longer have broken links on the favicon --- docs/Makefile.am | 2 ++ docs/_layouts/default.html | 2 +- docs/_layouts/favicon.ico | Bin 0 -> 2570 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/_layouts/favicon.ico diff --git a/docs/Makefile.am b/docs/Makefile.am index 0f39ea7021..5a6bd203a5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -5,6 +5,8 @@ SUBDIRS = man EXTRA_DIST = EXTRA_DIST += \ +_layouts/default.html \ +_layouts/favicon.ico \ index.md \ manual/index.md \ manual/arch_dependencies.md \ diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 373c021111..70495e4622 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -17,7 +17,7 @@ {{ page.title }} - +
diff --git a/docs/_layouts/favicon.ico b/docs/_layouts/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..98aea4288189eb12cc8827a465c183a2c2e787b3 GIT binary patch literal 2570 zcmchYUx>_66vyuvJHK6N&02p~%B9x-#0V%Bqe-;nCNKwj8JBnKJr@Z)2 z@+1$ES3F4hlLtvwv|bcanivA-g~~kbMNooaW2MRy57lu z_oc?U3C_8hkcR0X@d|A%^DaXNpzz;qCyG9>?jNb2H5!wOGX)j2IQ2&w{o8+`-yP=K`p1NrI=lbvA$T9J_0J8lQuS{$WZ@@OudXT4lUa#O|eYVvLmK)$6lPy@qlqPHZGXzi*?cHC*0e6eRr!!=n? zIZxX`*Gc^bVwKo9CM|`PunMG}w)(og-HqudzNP66y!OqFFX4sklbEcl>Z+GL_?^jJ zaRgStevox+1G~1aI-29qS`MOFfN|EY@}Sz{ciYY(+UX(s3SH>#v)Z&f3!MXv2=@c@ z9iA2SSM-QZ|2%x&=s%R8_L;<^X}<@32R)x=Ncm08kH2oTAJI-|-yqp;nRn=-9UEj^ z$*|_ekAj<^doFuis_s&GFS`H!}mb{?;5_G`8r1GmV4y{ z$ezgW-eZvSD)*B$xqJ4&bI3)B*;4aC82^WwHfM3WnSh+NU2qI8!4jkPgI{=&sFF&Aaxk@uOn?~TQCQ8t_R*{t`6?|C2fb>>pvQhkea@r?I( GBmWb@krNXD literal 0 HcmV?d00001 From 24ad6a7fae5b0dce4bf32afb120692195b6546fa Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 19 May 2021 10:31:06 +0200 Subject: [PATCH 2/3] Fix typos and broken markup on documentation index page. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5c0fdbb5d0..73403375f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,12 +4,12 @@ title: rpm.org - Documentation --- This is the in-tree documentation of RPM. It is meant to blend into -the project's home page at [https://rpm.org]. +the project's home page at [https://rpm.org](https://rpm.org). There are two separate sets of documents here: * [RPM's man pages](man/index.md) -* [RPM's Referene Manual](manual/index.md) +* [RPM's Reference Manual](manual/index.md) The API documention is also build here. But if you see this it is probably not built yet. If it is built (in-tree) it can be found [here](librpm/html/index.html). From 7c1b40063c4e3a0e56f2e8d2c77bacb8fe0b9d42 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 19 May 2021 10:33:38 +0200 Subject: [PATCH 3/3] Remove reference to what is now the same file This file started at the rpm.org web page and refenced a file in the rpm repository. As it is now moved back into the repository to this exact place there is no point in keeping the reference. --- docs/manual/conditionalbuilds.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/manual/conditionalbuilds.md b/docs/manual/conditionalbuilds.md index a2508a9dee..a64f87d9a8 100644 --- a/docs/manual/conditionalbuilds.md +++ b/docs/manual/conditionalbuilds.md @@ -65,5 +65,4 @@ To pass options to configure or other scripts that understand a `--with-foo` or ``` ## References -* [doc/manual/conditionalbuilds](https://github.com/rpm-software-management/rpm/blob/master/doc/manual/conditionalbuilds) * [macros](https://github.com/rpm-software-management/rpm/blob/master/macros.in)