Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.1club.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Content tab under Content (at /content/items) holds standalone content pieces you write yourself: posts, how-to guides, FAQs, and reusable blocks. They live independently from the website builder, but the website’s News, FAQ, How-to, and Block sections render them.

The four item types

  • Post - news, blog entries, member spotlights. Each post has a slug that becomes /news/<slug> on the public site.
  • How-to guide - longer-form instructional content. Useful for onboarding articles or training plans.
  • FAQ - a single question and answer. Group them with tags so the website’s FAQ section can filter to one topic.
  • Block - a reusable chunk of rich content keyed by slug. Reference it from a website Block section to drop the same copy onto multiple pages.
The list page groups items by type and shows each group as a sortable list. Drag a row by its handle to reorder; the order saves automatically and the same drag-drop component is used on Areas. If two admins reorder the same group at the same time, the second save returns a 409 conflict and the page reloads with the latest order; redo the drag.

Creating an item

Click the + button in the top right and pick a type from the menu. You land in the item editor with a default slug and an empty body. The editor uses Editor.js, so you compose with blocks rather than free-form HTML: paragraphs, headings, lists, tables, code blocks, embedded media, and quotes. The right sidebar carries the metadata: title, slug, status, visibility, tags, author, featured flag, and SEO fields. Two additional fields, Summary and Keywords, are used by the platform’s AI features to surface and search this item. Edits autosave once you stop typing; the floating save bar at the bottom of the screen confirms when changes are pending and when they have committed. Required fields are title, slug, and type. You cannot save until those are set.

Language variants

Every item can have one variant per organization language. Variants share the same slug but each carry their own title, body, and SEO copy. In the editor header, the language switcher lists every variant for the current slug; pick another language to jump to it. Open the Copy dropdown to translate the current variant: choose a target language and the item is duplicated with the translation pre-filled. You can also use the plain Copy action to fork the current variant without translating. On the list page, each row shows the languages that exist for that slug and lets you create missing variants directly from the row menu.

Statuses and visibility

Each item carries a status of Draft, Published, or Archived, and a visibility (defaults to Public). Drafts are hidden from the public site; archived items stay in the database but do not render. The website builder only pulls Published items into its live-data sections.

SEO fields

The sidebar exposes a dedicated SEO section: meta title, meta description, and an excerpt used for previews. The slug becomes the URL path. Use the meta description for search snippets - it is also picked up by social previews when the item is shared.

Deleting an item

Use the Delete button in the editor header. Deletion is per-variant: removing the English version does not delete other languages. The action is permanent and returns to the items list.
  • Website builder - Reference Block items from website sections, and surface posts/FAQs via the News, FAQ, and How-to sections.
  • Media - Upload images that the block editor can insert.
  • Settings overview - Configure the languages your organization supports.