تخطَّ إلى المحتوى الرئيسي

النشر والمشاركة

يغادر المستند مساحة العمل بإحدى ثلاث طرق: النشر إلى الويب، أو رابط مشاركة، أو التصدير كملف.

The Share popover on a published document
The Share popover: the publish switch, the public URL, an active share link.
The Share popover on a published document, dark theme
The Share popover: the publish switch, the public URL, an active share link.

Publishing to the web

The Share popover leads with the publish switch. Publishing gives the document a public page served on clepit.space under its slug, with the SEO title, description, and image the document menu holds; unpublishing takes it back down. The console shows the public URL with a copy button, and its own /p route renders the published page as the author sees it, inside the console session. Publishing needs a connection: offline, the switch stays where it is rather than pretending.

A share link is a token URL for a document that is not public: create one from the same popover, send it, and revoke it when it should stop working. Active links are listed with their revoke buttons, and the popover says so when the link quota is reached rather than failing quietly.

Export

The document menu exports the document as HTML or Markdown, drawn from the same block JSON the editor writes, so what you download matches what renders.

Where this meets the docs

A published page is drawn with the same server renderer the packages expose: rendering and embedding describes the pipeline, and the API reference lists the functions behind it.