From 656042643d1471b40a810bbe1e03ce57ccaba358 Mon Sep 17 00:00:00 2001 From: Loyyd Date: Sun, 12 Jul 2026 18:00:13 +0200 Subject: [PATCH] Remove admin publishing guidance --- src/pages/admin/index.astro | 42 ------------------------------------- 1 file changed, 42 deletions(-) diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 7a04bcb8..4d4a2c9d 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -130,10 +130,6 @@ const adminConfig = { -
- Static content tools -

This workspace creates snippets and files. Add them to the repository to publish changes.

-
@@ -293,21 +289,6 @@ const adminConfig = {
-
-
-
-

Publishing workflow

-

How changes reach the website

-
-
-
-
    -
  1. Generate the event snippet or speech file here.
  2. -
  3. Add the generated content to the repository.
  4. -
  5. Commit and deploy the static site.
  6. -
-
-
@@ -705,29 +686,6 @@ const adminConfig = { Open current website -
-
-

From admin to published

-

Use the same three-step process for events and speeches.

-
-
-
- Step 1 - Create -

Complete the form and check the generated output.

-
-
- Step 2 - Add to the repository -

Paste the event snippet or place the downloaded Markdown file.

-
-
- Step 3 - Deploy -

Commit the change and run the normal static-site deployment.

-
-
-