Everyone
Page template
Copy this, fill it in, delete what you do not need. The rules behind it are in House style.
The skeleton
---
title: Setting an import schedule
description: Choose how often an import connector checks for new documents.
sidebar_label: Schedules
sidebar_position: 5
audience: [tenant-admin]
module: IntelieKonnect
appRoute: /intelie-konnect/import-connectors
permissions: ['intelie_konnect.import.update']
lastVerified: '2026-08-04'
verifiedAgainst: 'elie-tenant-ui 0.1.2'
---
One or two sentences: what this page gets the reader, in their words.
<PermissionNote
module="IntelieKonnect"
permissions={['IntelieKonnect — Update']}
prerequisites="What must already exist before these steps work."
/>
## Steps
<HowTo
name="Set an import connector's schedule"
description="One sentence, for the search result."
totalTime="PT2M"
steps={[
{
name: 'Short imperative',
text: 'Select **Exact Label**. What happens next.',
figure: 'intelie-konnect/import-create/02-list-empty',
figureAlt: 'What a sighted reader would see, in a sentence.',
figureCaption: 'Why this screenshot is here.',
priority: true,
},
]}
/>
## What success looks like
- The observable signal — a badge value, a message, where a row appears.
## If something goes wrong
| Symptom | Likely cause | What to do |
| --- | --- | --- |
| What the reader sees. | Why. | The fix, linking to the page that covers it. |
## Next
- [A sibling page](/intelie-konnect/import/enable-disable) — why they would go there.
Frontmatter fields
| Field | Required | Notes |
|---|---|---|
title | Yes | Unique, ≤ 60 characters. Renders the page's only H1. |
description | Yes | Unique, 50–160 characters. A real sentence — it is the search snippet. |
sidebar_label | Recommended | Two to four words, for a readable sidebar. |
sidebar_position | Yes | Orders the page within its folder. |
audience | Yes | tenant-admin, end-user or staff. Renders as a badge. |
module | Yes | The product module, exactly as the UI names it. |
appRoute | Steps pages | The route in the product this page documents. |
permissions | Steps pages | Permission keys, not display names. |
lastVerified | Steps pages | The date someone checked this against the product. |
verifiedAgainst | Steps pages | The build it was checked against. |
draft_stub | Unwritten only | true while the page is a placeholder. Delete it when you write the page. |
Two things that break the build
A figure id with no committed master. npm run figures:check reports it, and a
release build fails on it. Omit the figure rather than referencing one you have not captured
— see Figure contract.
An internal link that does not resolve. docusaurus build throws, so one bad path
fails the whole site. Link by full path from the root, as the skeleton does.
Next
- House style — voice, length and structure.
- Figure contract — how screenshots are named and kept fresh.
Steps verified on . Something wrong with this page?