Skip to content

Latest commit

 

History

History
129 lines (68 loc) · 2.58 KB

redirect.md

File metadata and controls

129 lines (68 loc) · 2.58 KB

redirect Type

object (redirect)

redirect Properties

Property Type Required Nullable Defined by
permalink string Optional cannot be null redirect
redirect string Required cannot be null redirect
title string Optional cannot be null redirect
sign string Optional cannot be null redirect
tagline string Optional cannot be null redirect

permalink

The relative URL of the referring page.

permalink

  • is optional

  • Type: string

  • cannot be null

  • defined in: redirect

permalink Type

string

permalink Examples

/schedule

redirect

The relative or absolute URL of the destination page.

redirect

  • is required

  • Type: string

  • cannot be null

  • defined in: redirect

redirect Type

string

redirect Examples

/program
https://example.com/program

title

A title for this link for use in internal labeling (usually not needed).

title

  • is optional

  • Type: string

  • cannot be null

  • defined in: redirect

title Type

string

title Examples

Program

sign

sign

  • is optional

  • Type: string

  • cannot be null

  • defined in: redirect

sign Type

string

tagline

tagline

  • is optional

  • Type: string

  • cannot be null

  • defined in: redirect

tagline Type

string