docs: shape the policy as the content entry the site renders
Frontmatter carries the title, description and date, the body starts at the first section rather than repeating the title as an h1, and the maintainer note is an HTML comment — a blockquote would have rendered "edit this in a PR" onto the published privacy page.
This commit is contained in:
+21
-11
@@ -1,15 +1,25 @@
|
|||||||
# Agendula — privacy policy
|
---
|
||||||
|
title: Privacy Policy — Agendula
|
||||||
|
description: What Agendula does with your data. No servers, no account, no analytics — your tasks stay on your device unless you add a CalDAV server yourself.
|
||||||
|
updated: 2026-09-07
|
||||||
|
---
|
||||||
|
|
||||||
> **This file is the policy.** Edit it here, in a PR, reviewed like any other
|
<!--
|
||||||
> change — it is the source of truth.
|
THIS FILE IS THE POLICY. Edit it here, in a PR, reviewed like any other
|
||||||
>
|
change — it is the source of truth.
|
||||||
> It is *published* at <https://jeanlucmakiola.de/agendula/privacy>, which is
|
|
||||||
> what the app's **Settings → Privacy policy** row opens and what the Play
|
It is published at https://jeanlucmakiola.de/agendula/privacy, which is what
|
||||||
> Console field must hold. That page holds no copy of the prose: the website
|
the app's Settings → About → Privacy policy row opens and what the Play
|
||||||
> build checks this repository out beside itself and renders this file through
|
Console field must hold. That page holds no copy of the prose: the website
|
||||||
> an Astro content collection, so there is exactly one copy of the policy
|
build checks this repository out beside itself and renders this file through
|
||||||
> anywhere and the two cannot drift. An edit here reaches the live page on the
|
an Astro content collection, so there is exactly one copy of the policy
|
||||||
> site's next build.
|
anywhere and the two cannot drift. An edit here reaches the live page on the
|
||||||
|
site's next build.
|
||||||
|
|
||||||
|
The page supplies its own <h1> from the `title` above, so this body starts at
|
||||||
|
the first section — do not add one. This comment is HTML so that it cannot
|
||||||
|
render on the published page.
|
||||||
|
-->
|
||||||
|
|
||||||
_Last updated: 2026-09-07._
|
_Last updated: 2026-09-07._
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user