-
-
Notifications
You must be signed in to change notification settings - Fork 421
otherLinks
Marcos Caceres edited this page Mar 27, 2026
·
10 revisions
Type: OtherLink[]
Default: []
Adds custom link sections to the document header. Use this to link to implementation trackers, test suites, issue trackers in other repos, or any other relevant resources.
var respecConfig = {
otherLinks: [
{
key: "Implementation status",
data: [
{
value: "Chrome",
href: "https://chromestatus.com/feature/12345",
},
{
value: "Firefox",
href: "https://bugzilla.mozilla.org/show_bug.cgi?id=12345",
},
{
value: "Safari",
href: "https://bugs.webkit.org/show_bug.cgi?id=12345",
},
],
},
],
};Each entry in otherLinks is an object:
| Field | Type | Description |
|---|---|---|
key |
string |
Section heading shown in the header |
data |
LinkData[] |
Array of link items |
Each item in data:
| Field | Type | Description |
|---|---|---|
value |
string |
Link text (or plain text if no href) |
href |
string |
URL. Omit to display value as plain text. |
- Appears in the document header alongside "Editors", "Authors", and "Feedback" links
- Multiple
otherLinksentries each get their own section heading
💖 Support ReSpec by becoming a sponsor via Open Collective. 💖
✨ View rendered version of this documentation at https://respec.org/docs/ ✨
- Getting Started
- How Do I…
- Spec Editor's Guide
- Writing Algorithms
- WebIDL Guide
- Configuring ReSpec
- Developers Guide
- Shorthands
- addSectionLinks
- authors
- caniuse
- edDraftURI
- editors
- format (markdown)
- formerEditors
- github
- highlightVars
- isPreview
- license
- lint
- localBiblio
- logos
- maxTocLevel
- mdn
- modificationDate
- monetization
- noTOC
- otherLinks
- pluralize
- postProcess
- preProcess
- previousDiffURI
- previousMaturity
- previousPublishDate
- prevRecShortname
- prevRecURI
-
processVersion(Removed) - publishDate
- shortName
- specStatus
- subjectPrefix
- subtitle
- testSuiteURI
- xref
- additionalCopyrightHolders
-
addPatentNote(Removed) - alternateFormats
- canonicalURI
- charterDisclosureURI
- copyrightStart
- crEnd
- dark mode
- doJsonLd
- errata
- group
- implementationReportURI
- level
- noRecTrack
- prevED
- prEnd
- submissionCommentNumber
-
wg(Deprecated — usegroup) -
wgId(Deprecated — usegroup) -
wgPatentURI(Deprecated — usegroup) -
wgPublicList(Deprecated — usegroup) -
wgURI(Deprecated — usegroup)
a11ycheck-charsetcheck-internal-slotscheck-punctuationinformative-dfnlocal-refs-existno-captionless-tablesno-headingless-sectionsno-http-propsno-link-warningsno-unused-dfnsno-unused-varsprivsec-sectionwpt-tests-exist
Handled by ReSpec for you.
- conformance
- idl-index
- index
- issue-summary
- references
- tof (Table of Figures)
- data-abbr
- data-cite
- data-dfn-for
- data-dfn-type
- data-export
- data-format
- data-include
- data-include-format
- data-include-replace
- data-link-for
- data-link-type
- data-local-lt
- data-lt
- data-lt-no-plural
- data-lt-noDefault
- data-max-toc
- data-number
- data-oninclude
- data-sort
- data-tests
-
data-transform(Deprecated) - data-type
- dir
- lang