Saltar al contenido principal

Memship Documentation

Documentation for self-hosting operators, organization admins, and members.

Languages. Operator/self-hosting docs are written in English (the audience is developers and system administrators, often international). The admin and member guides are Spanish-first (.es.md), since the people running a club and its members are primarily Spanish-speaking; Catalan (.ca.md) and English (.md) translations are added on demand.

Getting started

New to Memship? Start here.

Self-hosting (operators)

Running Memship on your own server.

Development (contributors)

Working on Memship itself.

Guía del administrador (admin guide)

Para el personal que gestiona la organización desde el panel de administración.

Guía del socio (member guide)

Para las personas socias que usan el portal.

Reference

Simple Bookings (reserva de espacios) ships in the released images — /api/v1/bookings is in the API and the setup command seeds spaces, slots and a waitlist — but it has no admin or member guide page yet. That is a documentation gap, not a missing feature.


Contributing to the docs

  • Docs live with the code. When a feature PR changes behaviour, update its page in the same PR. Each admin/member guide page maps 1:1 to a feature module in the app.
  • Keep heading anchors stable. In-app help links point at specific headings (e.g. admin-guide/activities#lista-de-espera). Renaming a heading breaks those links, so change anchors deliberately.
  • Plain Markdown, tool-agnostic. These files render on GitHub today and can be published by a docs-site generator later without rework. Avoid tool-specific syntax.