From 949f258c4bcd1e51d8c52399a90ee96520b666e4 Mon Sep 17 00:00:00 2001 From: Script Raccoon Date: Sun, 17 May 2026 13:40:36 +0200 Subject: [PATCH 1/3] add short documentation for content pages --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9defc203..846c4b6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,6 +128,8 @@ When contributing new data (categories, functors, properties, implications), ple - **Simplify Implications**: When adding a new implication, check if it simplifies existing implications and if it deduces some previously non-deduced properties for categories. +- **Long-form content**: If a proof for a property becomes very long, move it into a markdown-generated content page and link to that page. These files are located in the `/content` folder. For example, `/content/cocongruences_of_groups.md` is rendered at [`/content/cocongruences_of_groups`](https://catdat.app/content/cocongruences_of_groups). Content pages are also used for reusable lemmas that apply to multiple property assignments. + - **New Combinations**: Add new categories that satisfy combinations of satisfied properties and unsatisfied properties and not yet in the database. For example, you may add a category that is abelian but neither cocomplete nor essentially small (if it is not already present). The [page with missing data](https://catdat.app/missing) lists consistent combinations of the form $p \land \neg q$ that are not yet witnessed by a category in the database. The same remarks apply to functors. ### Redundancy Script From c5a22054dd0488be7d16b1b133e56b7ec4a48f30 Mon Sep 17 00:00:00 2001 From: Script Raccoon Date: Sun, 17 May 2026 13:41:23 +0200 Subject: [PATCH 2/3] add suggestion form to content page --- src/routes/content/[id]/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/content/[id]/+page.svelte b/src/routes/content/[id]/+page.svelte index 47bfb8ec..31ca5ca1 100644 --- a/src/routes/content/[id]/+page.svelte +++ b/src/routes/content/[id]/+page.svelte @@ -1,5 +1,6 @@ @@ -14,6 +15,8 @@

Author: {data.meta_data.author}

{/if} + +