Skip to content

Commit 1891b11

Browse files
committed
Merge branch '17' into PG-1127-HA-rewamp-17
2 parents 4f9fdf4 + 27ae9c4 commit 1891b11

Some content is hidden

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

48 files changed

+1045
-1635
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
#Pull the latest changes
1414
- name: Chekout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
fetch-depth: 0
1818
#Prepare the env
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2121
with:
2222
python-version: '3.x'
2323

@@ -46,18 +46,6 @@ jobs:
4646
mike set-default 17 -b publish -p
4747
mike retitle 17 "17 (LATEST)" -b publish -p
4848
49-
# - name: Install Node.js 14.x
50-
# uses: percona-platform/setup-node@v2
51-
# with:
52-
# node-version: "14"
53-
#
54-
# - name: Spelling
55-
# run: |
56-
# npx markdown-spellcheck --report --en-us --ignore-acronyms --ignore-numbers "docs/**/*.md" || true
57-
# Ignore errors, just inspect results
58-
# - name: Grammar
59-
# run: |
60-
# npx write-good --no-passive docs/**/*.md || true
61-
# # Ignore errors, just inspect results
49+
6250

6351

.github/workflows/spellcheck.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Check spelling in Percona Distribution PostgreSQL 17 docs
2+
on:
3+
pull_request:
4+
branches:
5+
- 17
6+
7+
jobs:
8+
build:
9+
name: Check spelling
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
#Pull the latest changes
14+
- name: Chekout code
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
with:
17+
fetch-depth: 0
18+
#Prepare the env
19+
- name: Set up Python
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21+
with:
22+
python-version: '3.x'
23+
24+
#Configure git
25+
- name: Configure git
26+
env:
27+
ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}
28+
run: |
29+
git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com"
30+
git config user.name "GitHub Action"
31+
git config user.email "[email protected]"
32+
git config user.password "${ROBOT_TOKEN}"
33+
echo "GIT_USER=percona-platform-robot:${ROBOT_TOKEN}" >> $GITHUB_ENV
34+
35+
- name: Install Node.js 14.x
36+
uses: percona-platform/setup-node@v2
37+
with:
38+
node-version: "14"
39+
40+
- name: Spelling
41+
run: |
42+
npx markdown-spellcheck --report --en-us --ignore-acronyms --ignore-numbers "docs/**/*.md" || true
43+
# Ignore errors, just inspect results
44+
45+
- name: Grammar
46+
run: |
47+
npx write-good --no-passive docs/**/*.md || true
48+
# Ignore errors, just inspect results

CONTRIBUTING.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ There are several active versions of the documentation. Each version derives fro
2828
Each version has a branch in the repository named accordingly:
2929

3030
- 11 (EOL)
31-
- 12
32-
- 13
31+
- 12 (EOL)
32+
- 13
3333
- 14
3434
- 15
3535
- 16
@@ -147,14 +147,16 @@ mkdocs serve
147147
```
148148

149149
6. To build the PDF documentation, do the following:
150-
- Install [mkdocs-with-pdf plugin](https://pypi.org/project/mkdocs-with-pdf/)
150+
- Install [mkdocs-print-site-plugin](https://timvink.github.io/mkdocs-print-site-plugin/index.html)
151151
- Run the following command
152152

153153
```sh
154-
ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-pdf.yml
154+
mkdocs build
155155
```
156156

157-
The PDF document is in the ``site/pdf`` folder.
157+
This creates a single HTML page for the whole doc project. You can find the page at `site/print_page.html`.
158+
159+
7. Open the `site/print_page.html` in your browser and save as PDF. Depending on the browser, you may need to select the Export to PDF, Print - Save as PDF or just Save and select PDF as the output format.
158160

159161
## Repository structure
160162

@@ -168,11 +170,12 @@ The repository includes the following directories and files:
168170
- `_images` - Images, logos and favicons
169171
- `css` - Styles
170172
- `js` - Javascript files
171-
- `_resource`:
172-
- `templates`:
173-
- ``styles.scss`` - Styling for PDF documents
174-
- overrides - The folder with the templates that contain customizations for hosting the documentation on Percona website
173+
- `templates`:
174+
- `pdf_cover_page.tpl` - The PDF cover page template
175+
- `_resourcepdf`:
176+
- `overrides` - The directory with customized layout templates for PDF
175177
- `.github`:
176178
- `workflows`:
177-
- `main.yml` - The workflow configuration for building documentation with a GitHub action. (The documentation is built with `mike` tool to a dedicated `netlify` branch)
179+
- `main.yml` - The workflow configuration for building documentation with a GitHub action. (The documentation is built with `mike` tool to a dedicated `publish` branch)
180+
- `snippets` - The folder with pieces of documentation used in multiple places
178181
- `site` - This is where the output HTML files are put after the build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository contains the source files for [Percona Distribution for PostgreS
1919

2020
We welcome all contributions and are always looking for new members that are as dedicated to serving the community as we are. You can reach out to us using our [forums ](https://forums.percona.com/c/postgresql/25) and [Jira issue tracker ](https://jira.percona.com/projects/DISTPG/issues/DISTPG-16?filter=allopenissues).
2121

22-
For how to contribute to documentation, read the [Contributing guide ](https://github.com/percona/postgresql-docs/blob/16/CONTRIBUTING.md).
22+
For how to contribute to documentation, read the [Contributing guide ](https://github.com/percona/postgresql-docs/blob/17/CONTRIBUTING.md).
2323

2424
## License
2525

_resource/overrides/main.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
{# Import the theme's layout. #}
77
{% extends "base.html" %}
88

9-
{%- macro relbar2 () %}
10-
<div class="md-relbar2__inner md-grid">
11-
<div class="md-content">
12-
<article class="md-content__inner md-typeset" role="main">
13-
<h4>Contact Us </h4>
14-
<p>For free technical help, visit the Percona <a class="reference external" href="https://forums.percona.com/c/postgresql/25?utm_campaign=Doc%20pages" target="_blank">Community Forum</a>.<br>
15-
<p>To report bugs or submit feature requests, open a <a class="reference external" href="https://jira.percona.com/projects/DISTPG/issues/" target="_blank">JIRA</a> ticket.<br>
16-
<p>For paid <a class="reference external" href="https://www.percona.com/services/support"> support </a> and <a class="reference external" href="https://www.percona.com/services/managed-services"> managed </a> or <a class="reference external" href="https://www.percona.com/services/consulting">consulting services </a>, contact <a class="reference external" href="https://www.percona.com/about-percona/contact" target="_blank">Percona Sales</a>.</p>
17-
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=b95a2b04-c5c7-47f9-bb4e-b7fc13c3ab0d" />
18-
</article>
19-
</div>
20-
</div>
21-
{%- endmacro %}
229

2310
{% block scripts %}
2411
<script src="https://cmp.osano.com/Azqe5vTyLOSbN3OuT/49ad85b5-0418-4794-ab81-7599dddd534c/osano.js"></script>
@@ -35,7 +22,7 @@ <h4>Contact Us </h4>
3522
{% endif %}
3623
<meta property="og:type" content="website" />
3724
<meta property="og:title" content="{{ title }}" />
38-
<meta property="og:image" content="https://docs.percona.com/postgresql/16/_images/postgresql.png">
25+
<meta property="og:image" content="https://docs.percona.com/postgresql/17/_images/postgresql.png">
3926
<meta property="og:url" content="https://docs.percona.com/postgresql/">
4027
</head>
4128
<body>
@@ -72,6 +59,9 @@ <h4>Contact Us </h4>
7259
<div class="md-sidebar__inner">
7360
{% include "partials/toc.html" %}
7461
</div>
62+
<div class="md-sidebar__inner">
63+
{% include "partials/banner.html" %}
64+
</div>
7565
</div>
7666
</div>
7767
{% endif %}
@@ -86,4 +76,4 @@ <h4>Contact Us </h4>
8676
posthog.init('phc_7unoI9J6Fm0SMrfDp35xNOpCRTkOAibbffQwdGWbHnL',{api_host:'https://eu.posthog.com'})
8777
</script>
8878

89-
{% endblock %}
79+
{% endblock %}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div data-banner="data-banner">
2+
<p><svg style="display:block;margin:-1em 0 0.75em" width="78" height="69" viewBox="0 0 78 69" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M56.7281 30.7666C62.6528 26.8938 64.5914 18.9942 61.0059 12.7854C59.2094 9.67113 56.3053 7.44082 52.8311 6.50951C49.6122 5.64535 46.2502 5.99872 43.2912 7.49366L39.251 0.5L30.8648 15.0245L11.4811 48.5937H67.021L56.7281 30.7666ZM51.881 10.0674C54.4064 10.7401 56.5079 12.3616 57.8168 14.6194C60.3895 19.0701 59.053 24.7153 54.8808 27.5665L45.1362 10.6905C47.2355 9.68104 49.6034 9.46087 51.881 10.0674ZM39.251 7.87125L60.6339 44.907H48.1228L32.9927 18.7102L39.2499 7.87235L39.251 7.87125ZM17.8682 44.907L30.8637 22.4035L43.8592 44.907H17.8682Z" fill="url(#paint0_linear_2899_1968)"></path><path style="fill:var(--md-typeset-color)" d="M4.981 64.943H3.157V68.207H.756V57.323H5.217C7.822 57.323 9.397 58.861 9.397 61.086V61.116C9.397 63.635 7.433 64.94 4.984 64.94L4.981 64.943V64.943ZM6.961 61.134C6.961 60.061 6.213 59.485 5.011 59.485H3.154V62.812H5.056C6.258 62.812 6.958 62.096 6.958 61.163V61.134H6.961ZM10.738 68.208V57.323H18.973V59.455H13.124V61.664H18.27V63.796H13.124V66.082H19.051V68.214H10.738V68.208 68.208ZM27.557 68.208 25.218 64.726H23.332V68.208H20.931V57.323H25.921C28.496 57.323 30.039 58.677 30.039 60.915V60.945C30.039 62.702 29.088 63.807 27.7 64.32L30.367 68.207H27.556L27.557 68.208ZM27.605 61.041C27.605 60.016 26.887 59.485 25.719 59.485H23.333V62.61H25.767C26.936 62.61 27.605 61.987 27.605 61.071V61.042 61.041ZM36.922 68.499C33.668 68.499 31.249 65.994 31.249 62.825V62.795C31.249 59.659 33.619 57.091 37.019 57.091 39.105 57.091 40.356 57.783 41.383 58.792L39.834 60.571C38.98 59.798 38.113 59.327 37.004 59.327 35.141 59.327 33.795 60.871 33.795 62.762V62.793C33.795 64.684 35.107 66.257 37.004 66.257 38.268 66.257 39.043 65.753 39.913 64.964L41.462 66.524C40.322 67.738 39.059 68.493 36.925 68.493L36.922 68.499ZM47.885 68.499C44.47 68.499 42.021 65.962 42.021 62.825V62.795C42.021 59.659 44.503 57.091 47.915 57.091 51.327 57.091 53.779 59.628 53.779 62.765V62.795C53.779 65.931 51.297 68.499 47.885 68.499ZM51.237 62.795C51.237 60.904 49.846 59.331 47.885 59.331 45.925 59.331 44.567 60.874 44.567 62.766V62.796C44.567 64.688 45.959 66.261 47.919 66.261 49.879 66.261 51.237 64.717 51.237 62.826V62.795 62.795ZM67.001 68.217 72.374 57.091 77.746 68.218H75.052L72.374 62.681 69.705 68.218H67.001V68.217ZM66.007 57.327V68.5L57.813 61.884V68.199H55.264V57.091L63.458 63.681V57.327H66.007Z"></path><defs><linearGradient id="paint0_linear_2899_1968" x1="18.1513" y1="44.7152" x2="61.4356" y2="20.9786" gradientUnits="userSpaceOnUse"><stop stop-color="#FC3519"></stop><stop offset="1" stop-color="#F0D136"></stop></linearGradient></defs></svg></p>
3+
<p>For help, click the link below to get free database assistance or contact our experts for personalized support.</p>
4+
5+
<div class="actions">
6+
7+
<a href="https://docs.percona.com/postgresql/17/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
8+
</div>
9+
</div>

_resourcepdf/overrides/404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% extends "main.html" %}
5+
{% block content %}
6+
<h1>404 - Not found</h1>
7+
<p>
8+
We can't find the page you are looking for. Try using the Search or <a href= "{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"> return to homepage </a>. </p>
9+
{% endblock %}

_resourcepdf/overrides/main.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{#
2+
MkDocs template for builds with Material theme to customize docs layout
3+
by adding marketing-requested elements
4+
#}
5+
6+
{# Import the theme's layout. #}
7+
{% extends "base.html" %}
8+
9+
{% block scripts %}
10+
<script src="https://cmp.osano.com/Azqe5vTyLOSbN3OuT/49ad85b5-0418-4794-ab81-7599dddd534c/osano.js"></script>
11+
{{ super() }}
12+
{% endblock %}
13+
14+
{% block extrahead %}
15+
{{ super() }}
16+
{% set title = config.site_name %}
17+
{% if page and page.meta and page.meta.title %}
18+
{% set title = title ~ " - " ~ page.meta.title %}
19+
{% elif page and page.title and not page.is_homepage %}
20+
{% set title = title ~ " - " ~ page.title %}
21+
{% endif %}
22+
<meta property="og:type" content="website" />
23+
<meta property="og:title" content="{{ title }}" />
24+
<meta property="og:image" content="https://docs.percona.com/postgresql/17/_images/postgresql.png">
25+
<meta property="og:url" content="https://docs.percona.com/postgresql/">
26+
</head>
27+
<body>
28+
</body>
29+
</html>
30+
{% endblock %}
31+
32+
{% block site_nav %}
33+
{% if nav %}
34+
{% if page.meta and page.meta.hide %}
35+
{% set hidden = "hidden" if "navigation" in page.meta.hide %}
36+
{% endif %}
37+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" {{ hidden }}>
38+
<div class="md-sidebar__scrollwrap">
39+
<div class="md-sidebar__inner">
40+
{% include "partials/nav.html" %}
41+
<br>
42+
<label class="md-nav__title" for="__drawer">
43+
<a href="https://learn.percona.com/download-manual-percona-distribution-for-postgresql-17" onclick="_gaq.push(['b._trackEvent', 'Percona Distribution for PostgreSQL', 'Download', 'Download Manual Distribution for PostgreSQL']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
44+
Download PDF
45+
</a>
46+
</label>
47+
</div>
48+
</div>
49+
</div>
50+
{% endif %}
51+
{% if "toc.integrate" not in features %}
52+
{% if page.meta and page.meta.hide %}
53+
{% set hidden = "hidden" if "toc" in page.meta.hide %}
54+
{% endif %}
55+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" {{ hidden }}>
56+
<div class="md-sidebar__scrollwrap">
57+
<div class="md-sidebar__inner">
58+
{% include "partials/toc.html" %}
59+
</div>
60+
<div class="md-sidebar__inner">
61+
{% include "partials/banner.html" %}
62+
</div>
63+
</div>
64+
</div>
65+
{% endif %}
66+
{% endblock %}
67+
68+
{% block content%}
69+
70+
{{ super() }}
71+
72+
73+
<script>
74+
window.addEventListener('beforeprint', (event) => {
75+
for (const detailEl of document.querySelectorAll('details')) {
76+
if (detailEl.getAttribute('open') == null) {
77+
detailEl.setAttribute('data-was-closed', 'true')
78+
}
79+
detailEl.setAttribute('open', '')
80+
}
81+
})
82+
window.addEventListener('afterprint', (event) => {
83+
for (const detailEl of document.querySelectorAll('details')) {
84+
if (detailEl.getAttribute('data-was-closed') != null) {
85+
detailEl.removeAttribute('data-was-closed')
86+
detailEl.removeAttribute('open')
87+
}
88+
}
89+
})
90+
</script>
91+
92+
<script>
93+
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys onSessionId".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
94+
posthog.init('phc_7unoI9J6Fm0SMrfDp35xNOpCRTkOAibbffQwdGWbHnL',{api_host:'https://eu.posthog.com'})
95+
</script>
96+
{% endblock %}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div data-banner="data-banner">
2+
<p><svg style="display:block;margin:-1em 0 0.75em" width="78" height="69" viewBox="0 0 78 69" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M56.7281 30.7666C62.6528 26.8938 64.5914 18.9942 61.0059 12.7854C59.2094 9.67113 56.3053 7.44082 52.8311 6.50951C49.6122 5.64535 46.2502 5.99872 43.2912 7.49366L39.251 0.5L30.8648 15.0245L11.4811 48.5937H67.021L56.7281 30.7666ZM51.881 10.0674C54.4064 10.7401 56.5079 12.3616 57.8168 14.6194C60.3895 19.0701 59.053 24.7153 54.8808 27.5665L45.1362 10.6905C47.2355 9.68104 49.6034 9.46087 51.881 10.0674ZM39.251 7.87125L60.6339 44.907H48.1228L32.9927 18.7102L39.2499 7.87235L39.251 7.87125ZM17.8682 44.907L30.8637 22.4035L43.8592 44.907H17.8682Z" fill="url(#paint0_linear_2899_1968)"></path><path style="fill:var(--md-typeset-color)" d="M4.981 64.943H3.157V68.207H.756V57.323H5.217C7.822 57.323 9.397 58.861 9.397 61.086V61.116C9.397 63.635 7.433 64.94 4.984 64.94L4.981 64.943V64.943ZM6.961 61.134C6.961 60.061 6.213 59.485 5.011 59.485H3.154V62.812H5.056C6.258 62.812 6.958 62.096 6.958 61.163V61.134H6.961ZM10.738 68.208V57.323H18.973V59.455H13.124V61.664H18.27V63.796H13.124V66.082H19.051V68.214H10.738V68.208 68.208ZM27.557 68.208 25.218 64.726H23.332V68.208H20.931V57.323H25.921C28.496 57.323 30.039 58.677 30.039 60.915V60.945C30.039 62.702 29.088 63.807 27.7 64.32L30.367 68.207H27.556L27.557 68.208ZM27.605 61.041C27.605 60.016 26.887 59.485 25.719 59.485H23.333V62.61H25.767C26.936 62.61 27.605 61.987 27.605 61.071V61.042 61.041ZM36.922 68.499C33.668 68.499 31.249 65.994 31.249 62.825V62.795C31.249 59.659 33.619 57.091 37.019 57.091 39.105 57.091 40.356 57.783 41.383 58.792L39.834 60.571C38.98 59.798 38.113 59.327 37.004 59.327 35.141 59.327 33.795 60.871 33.795 62.762V62.793C33.795 64.684 35.107 66.257 37.004 66.257 38.268 66.257 39.043 65.753 39.913 64.964L41.462 66.524C40.322 67.738 39.059 68.493 36.925 68.493L36.922 68.499ZM47.885 68.499C44.47 68.499 42.021 65.962 42.021 62.825V62.795C42.021 59.659 44.503 57.091 47.915 57.091 51.327 57.091 53.779 59.628 53.779 62.765V62.795C53.779 65.931 51.297 68.499 47.885 68.499ZM51.237 62.795C51.237 60.904 49.846 59.331 47.885 59.331 45.925 59.331 44.567 60.874 44.567 62.766V62.796C44.567 64.688 45.959 66.261 47.919 66.261 49.879 66.261 51.237 64.717 51.237 62.826V62.795 62.795ZM67.001 68.217 72.374 57.091 77.746 68.218H75.052L72.374 62.681 69.705 68.218H67.001V68.217ZM66.007 57.327V68.5L57.813 61.884V68.199H55.264V57.091L63.458 63.681V57.327H66.007Z"></path><defs><linearGradient id="paint0_linear_2899_1968" x1="18.1513" y1="44.7152" x2="61.4356" y2="20.9786" gradientUnits="userSpaceOnUse"><stop stop-color="#FC3519"></stop><stop offset="1" stop-color="#F0D136"></stop></linearGradient></defs></svg></p>
3+
<p>For help, click the link below to get free database assistance or contact our experts for personalized support.</p>
4+
5+
<div class="actions">
6+
7+
<a href="https://docs.percona.com/postgresql/16/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
8+
</div>
9+
</div>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
<div class="md-copyright">
5+
<div class="md-copyright__highlight">
6+
<a href='https://percona.com' target='_blank'>Percona LLC and/or its affiliates, </a> &copy; {{ build_date_utc.strftime('%Y') }} — <a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
7+
</div>
8+
{% if not config.extra.generator == false %}
9+
Made with
10+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
11+
Material for MkDocs
12+
</a>
13+
{% endif %}
14+
</div>

0 commit comments

Comments
 (0)