Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 3.07 KB

fstab.md

File metadata and controls

93 lines (56 loc) · 3.07 KB

FSTab (Mount Points) Schema

https://ns.adobe.com/helix/shared/fstab

Defines a mapping between mount points and source URLs. Mount points must start with a slash (/) but may not end with one.

This configuration can typically be found in the helix-fstab.yaml file.

The name and format are inspired by the UNIX file system table.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none fstab.schema.json

FSTab (Mount Points) Type

object (FSTab (Mount Points))

FSTab (Mount Points) Examples

mountpoints:
  /ms/docs: https://adobe.sharepoint.com/sites/docs
  /ms: https://adobe.sharepoint.com/sites/TheBlog/Shared%20Documents/theblog
  /gd: https://drive.google.com/drive/u/0/folders/123456789
  /foo: https://localhost:4502
folders:
  /products: /generic-products.md
  /articles/: /special/default-article
  /app: /spa/index.html

FSTab (Mount Points) Properties

Property Type Required Nullable Defined by
mountpoints object Required cannot be null FSTab (Mount Points)
folders object Optional cannot be null FSTab (Mount Points)

mountpoints

mountpoints

mountpoints Type

object (Details)

mountpoints Default Value

The default value is:

{}

folders

Mapping from subtrees to single sources for catch-all folder support.

folders

folders Type

object (Folders)

folders Default Value

The default value is:

{}