import { services } from './services.js' // set to 'html' for HTML links or 'markdown' for markdown links export const linkFormat = 'html' // filter to only active services - edit services.js to toggle isActive or customise export const items = services.filter((s) => s.isActive)