Remove admin publishing guidance
All checks were successful
/ deploy (push) Successful in 48s

This commit is contained in:
Loyyd 2026-07-12 18:00:13 +02:00
parent 007461b778
commit 656042643d

View file

@ -130,10 +130,6 @@ const adminConfig = {
</button> </button>
</nav> </nav>
<div class="admin-sidebar-note">
<strong>Static content tools</strong>
<p>This workspace creates snippets and files. Add them to the repository to publish changes.</p>
</div>
</aside> </aside>
<div class="admin-page"> <div class="admin-page">
@ -293,21 +289,6 @@ const adminConfig = {
</div> </div>
</article> </article>
<article class="admin-panel">
<header class="admin-panel-header">
<div>
<h3>Publishing workflow</h3>
<p>How changes reach the website</p>
</div>
</header>
<div class="admin-panel-body">
<ol class="admin-workflow-list">
<li>Generate the event snippet or speech file here.</li>
<li>Add the generated content to the repository.</li>
<li>Commit and deploy the static site.</li>
</ol>
</div>
</article>
</section> </section>
</section> </section>
@ -705,29 +686,6 @@ const adminConfig = {
<a class="admin-link-button" href="/" target="_blank" rel="noreferrer">Open current website</a> <a class="admin-link-button" href="/" target="_blank" rel="noreferrer">Open current website</a>
</article> </article>
<article class="admin-setting-card admin-settings-wide">
<div class="admin-setting-card-title">
<h3>From admin to published</h3>
<p>Use the same three-step process for events and speeches.</p>
</div>
<div class="admin-settings-workflow">
<div class="admin-settings-step">
<span>Step 1</span>
<strong>Create</strong>
<p>Complete the form and check the generated output.</p>
</div>
<div class="admin-settings-step">
<span>Step 2</span>
<strong>Add to the repository</strong>
<p>Paste the event snippet or place the downloaded Markdown file.</p>
</div>
<div class="admin-settings-step">
<span>Step 3</span>
<strong>Deploy</strong>
<p>Commit the change and run the normal static-site deployment.</p>
</div>
</div>
</article>
</div> </div>
</section> </section>
</main> </main>