122 Commits

Author SHA1 Message Date
Blerim Sheqa
e2cdfb0966 Include formbricks survey 2025-02-27 16:23:44 +01:00
Blerim Sheqa
046209164d Remove twitter from footer 2025-01-31 11:54:14 +01:00
Blerim Sheqa
ceec14a320 Update menu links 2025-01-27 16:28:54 +01:00
Blerim Sheqa
e7c08aace7 Update footer 2025-01-13 13:25:13 +01:00
Blerim Sheqa
ad5ba73a2b
Merge pull request #11 from Icinga/examples-icingadb
examples: Add icingadb-latest.yml
2024-12-19 12:43:35 +01:00
Alvar Penning
f5f7913ae3 examples: Add icingadb-latest.yml
Requires <https://github.com/Icinga/icingadb/pull/823>.
2024-12-19 12:43:10 +01:00
Blerim Sheqa
c3f50be6af Fix footer links 2024-12-18 09:05:54 +01:00
Blerim Sheqa
04935333d0 Disable survey popup 2024-11-29 11:30:33 +01:00
Blerim Sheqa
1798effbb4 Add survey pop-up 2024-11-25 11:17:09 +01:00
Eric Lippmann
65c517d787
Merge pull request #12 from Icinga/includes-in-template-dir
Fully support template files including template files
2024-10-24 16:11:27 +02:00
Eric Lippmann
652bbdd878 Fix whitespaces 2024-10-24 13:33:11 +02:00
Eric Lippmann
2340f1f2c5 Fully support template files including template files
This update enables markdown files in the template directory to include other
files from the same directory, providing full support for Jinja templates.
Previously, when a file included another file that was naturally ordered before
it, the templates were already resolved due to in-place modifications. Now,
rather than modifying template files directly and renaming them later, they are
written to the target location instead.
2024-10-24 13:31:25 +02:00
Blerim Sheqa
659cefb417 Add example for get-started docs 2024-08-21 09:35:46 +02:00
Blerim Sheqa
f816340615 Fix whitespace issue with registered-trademark icon in TOC menus 2024-08-20 15:58:45 +02:00
Blerim Sheqa
abd78441ab Enable mkdocs includes and linked tabs 2024-08-20 15:35:27 +02:00
Blerim Sheqa
e77ed45ef2
Merge pull request #9 from Icinga/examples-notifications
examples: Add notifications-latest.yml
2024-07-08 14:28:50 +02:00
Alvar Penning
3c4471641a examples: Add notifications-latest.yml 2024-07-08 08:42:07 +02:00
Blerim Sheqa
1a088d3475 Hide Icinga Summit popup 2024-06-04 14:37:47 +02:00
Blerim Sheqa
82d4845978 Don't restart pop-up animation on page reload 2024-04-26 12:26:55 +02:00
Blerim Sheqa
80765cf511 Increase size for infoboxes 2024-04-25 16:37:07 +02:00
Blerim Sheqa
6ee8811ab3 Add popup window for marketing purposes 2024-04-25 16:35:49 +02:00
Blerim Sheqa
1984081e55 Include custom js script to handle registered trademark icon 2024-04-12 13:42:23 +02:00
Blerim Sheqa
ca68261da1 Handle registred trademark icon 2024-04-12 13:41:27 +02:00
Blerim Sheqa
0f7575d772 Map main branch to snapshot URL 2024-02-02 10:04:18 +01:00
Blerim Sheqa
7fc885e31a Update year 2024-01-16 08:55:36 +01:00
Blerim Sheqa
f7c1ec41e2 Update menu 2023-12-19 15:28:54 +01:00
Blerim Sheqa
a7e5d919dc Update favicon 2023-10-31 12:31:46 +01:00
Blerim Sheqa
2e65fe3b29
Merge pull request #7 from Al2Klimov/optipng
Compress all .png-s via optipng
2023-06-21 10:40:21 +02:00
Blerim Sheqa
694dc2c1e2 Update windows-latest example 2023-06-21 10:31:23 +02:00
Alexander A. Klimov
09ba3c5a50 Compress all .png-s via optipng
less size - less traffic.
2023-04-17 11:36:54 +02:00
Blerim Sheqa
8ebf07d93d Fix search input font color 2023-02-15 13:32:39 +01:00
Blerim Sheqa
6a2c20d274 Exclude third party markdown files from search 2023-02-15 13:20:27 +01:00
Blerim Sheqa
8079307697 Update examples 2023-02-15 13:19:17 +01:00
Blerim Sheqa
6a89b56fc4 2022 -> 2023 2023-01-25 15:07:08 +01:00
Blerim Sheqa
01a87804f9 Allow injection of central docs for installation instructions 2022-10-26 12:12:06 +02:00
Blerim Sheqa
87bcc6d965 Sort 'From Source' installation steps explicitly to the end of ordering 2022-10-25 13:03:59 +02:00
Blerim Sheqa
fd977e14fd Allow hiding the 'View on GitHub' badge 2022-07-04 15:16:30 +02:00
Blerim Sheqa
ad2004718c Replace external cookieconsent init with inline script
The URL to the css file is different depending on current menu entry.
This requires us to use the {{ base_url }} variable.
2022-03-01 16:58:21 +01:00
Blerim Sheqa
f1b8e0fd16 Fix path to cookieconsent css 2022-02-23 15:16:00 +01:00
Blerim Sheqa
e9e9c03361 Introduce cookie consent banner 2022-02-23 15:06:45 +01:00
Blerim Sheqa
c8ff0168c5 Switch to Google Analytics G4 tag 2022-02-03 16:11:42 +01:00
Blerim Sheqa
b6b5923bfd
Merge pull request #6 from Icinga/template-support
Template support
2022-01-31 13:17:13 +01:00
Johannes Meyer
5ea5f3c525 mkdocs.yml: Include feature navigation.indexes 2022-01-28 14:28:23 +01:00
Johannes Meyer
e0385205cd build-docs.rb: Parse templates
Templates are files inside a directory which has
the same name as a root file plus the `.d` extension.
The root file itself then is omitted in the index.
2022-01-28 14:28:23 +01:00
Johannes Meyer
c99eaf2b2d Add parse_template.py 2022-01-28 14:28:23 +01:00
Blerim Sheqa
af0b5fec74 Update icinga2 example 2022-01-25 13:12:32 +01:00
Blerim Sheqa
56fc66a1d5 Add plugins for tabbed and collapsible content 2022-01-25 13:12:23 +01:00
Blerim Sheqa
41a9ab0f92 Add option to skip update/clone of the repository 2022-01-25 13:11:11 +01:00
Blerim Sheqa
cde6323e4d Update footer 2022-01-17 11:40:14 +01:00
Blerim Sheqa
e7c156b72a Add 'for' stopword 2021-09-10 11:44:10 +02:00