github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/toc.yml (about)

     1  - README: ./README.md
     2  - Usage:
     3    - "Install the cozy-stack": ./INSTALL.md
     4    - "Configuration file": ./config.md
     5    - "Managing Instances": ./instance.md
     6    - "Security": ./security.md
     7    - "Manpages of the command-line tool": ./cli/cozy-stack.md
     8    - "Using the admin API": "./admin.md"
     9    - "Important changes": "./important-changes.md"
    10  - How-to guides for developpers:
    11    - "Using the HTTP API": ./http-api.md
    12    - "Develop a client-side app": ./client-app-dev.md
    13    - "Running and building Docker images": ./docker.md
    14    - "Running a konnector locally": ./konnectors-dev.md
    15    - "Adding a new doctype": ./doctype.md
    16    - "Working with the stack assets": ./assets.md
    17    - "Build a release": ./release.md
    18    - "The contributing guide": ./CONTRIBUTING.md
    19  - Explanations:
    20    - "Flagship app": ./flagship.md
    21    - "Move design": ./move-design.md
    22    - "Realtime internals": ./realtime-internals.md
    23    - "Sharing design": ./sharing-design.md
    24    - "Workflow of the konnectors": ./konnectors-workflow.md
    25  - List of services:
    26    - "/auth - Authentication & OAuth": ./auth.md
    27    - " /oidc - Delegated authentication": ./delegated-auth.md
    28    - "/apps - Applications Management": ./apps.md
    29    - " /apps - Apps registry": ./registry.md
    30    - "/bitwarden - Bitwarden": ./bitwarden.md
    31    - "/connection_check - Connection check": ./connection-check.md
    32    - "/contacts - Contacts": ./contacts.md
    33    - "/data - Data System": ./data-system.md
    34    - " /data - Mango": ./mango.md
    35    - " /data - CouchDB Quirks": ./couchdb-quirks.md
    36    - " /data - PouchDB Quirks": ./pouchdb-quirks.md
    37    - "/files - Virtual File System": ./files.md
    38    - " /files - Not synchronized directories": ./not-synchronized-vfs.md
    39    - " /files - References of documents in VFS": ./references-docs-in-vfs.md
    40    - "/intents - Intents": ./intents.md
    41    - "/jobs - Jobs": ./jobs.md
    42    - " /jobs - Workers": ./workers.md
    43    - "/konnectors - Konnectors": ./konnectors.md
    44    - "/move - Move, export and import an instance": ./move.md
    45    - "/notes - Notes for collaborative edition": ./notes.md
    46    - "/notifications - Notifications": ./notifications.md
    47    - "/office - Collaborative edition of Office documents": ./office.md
    48    - "/public - Public": ./public.md
    49    - "/permissions - Permissions": ./permissions.md
    50    - "/realtime - Realtime": ./realtime.md
    51    - "/remote - Proxy for remote data/API": ./remote.md
    52    - " /remote/nextcloud - NextCloud": ./nextcloud.md
    53    - "/settings - Settings": ./settings.md
    54    - " /settings - Terms of Services": ./user-action-required.md
    55    - "/sharings - Sharing": ./sharing.md
    56    - "/shortcuts - Shortcuts": ./shortcuts.md
    57    - "/.well-known - Well-known": ./wellknown.md