{"componentChunkName":"component---src-templates-doc-jsx","path":"/docs/simulators/","result":{"data":{"mdx":{"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nconst _frontmatter = {\n  \"title\": \"Simulators\"\n};\nconst layoutProps = {\n  _frontmatter\n};\nconst MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  let {\n    components\n  } = _ref,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, `The Simulators available for panes contain a wide range of different simulations to experience how different impairments affect the way you interact with a page. They are available in the debug tools popup, which you can open by clicking the pen-and-ruler icon above each pane.`), mdx(\"p\", null, `This popup contains both simulators and debug tools in two separate tabs. To learn more about the debug tools, read the `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/docs/debug-tools/\"\n  }), `Debug tools documentation`), `.`), mdx(\"p\", null, `When a debug tool is active, you can clear it with the \"X `, `[`, `debug tool]\" button at the top of the popup and reload it with the \"re-apply\" button`), mdx(\"p\", null, `There are over 40 different simulators and debug tools available split into different categories, ranging from color blindness simulators to text contrast checkers to disabling CSS and JS. Do you have an idea for a useful Simulator? `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/support/\"\n  }), `Let us know`), `.`), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, `Polypane is filled with accessibility features. We wrote a full overview on our blog: `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/blog/find-and-fix-accessibility-issues-with-polypane/\"\n  }), `Find and fix accessibility issues with Polypane`), `.`)), mdx(\"h2\", {\n    \"id\": \"quick-mouse-interactions\"\n  }, `Quick Mouse interactions`), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, `Clicking the debug tool icon with your primary mouse icon will open the debug tool popup.`), mdx(\"li\", {\n    parentName: \"ul\"\n  }, `Right-clicking the debug tool icon will reload the currently selected debug tools, useful for debug tools like the `, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"#contrast-checker\"\n  }), `color contrast checker`), ` (after changes to the page) or the `, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"#content-chaos-test\"\n  }), `chaos content debug`), ` tool to apply new random content.`), mdx(\"li\", {\n    parentName: \"ul\"\n  }, `Middle clicking the debug tool icon removes the current debug tool. Holding `, mdx(ShortCutDisplay, {\n    shiftKey: true,\n    mdxType: \"ShortCutDisplay\"\n  }), ` while middle clicking will remove the debug tools from all panes.`)), mdx(\"p\", null, `Hold `, mdx(ShortCutDisplay, {\n    shiftKey: true,\n    mdxType: \"ShortCutDisplay\"\n  }), ` while adding a debug tool will apply it to all panes.`), mdx(\"h2\", {\n    \"id\": \"overview-of-all-simulators\"\n  }, `Overview of all Simulators`), mdx(\"p\", null, `Polypane has over 40 Simulators and `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/docs/debug-tools/\"\n  }), `Debug tools`), ` (which have their own page).`), mdx(\"p\", null, `For more information on them inside Polypane you can hover the `, mdx(Info, {\n    width: \"16px\",\n    height: \"16px\",\n    mdxType: \"Info\"\n  }), ` icon to the right of each overlay in the popup.`), mdx(\"h4\", {\n    \"id\": \"a-note-on-color-blindness\"\n  }, `A note on color blindness`), mdx(\"p\", null, `We simulate all 8 types of color blindness. Together they affect roughly 1 in 12 men (8%) and one in 200 women in the world.`), mdx(\"p\", null, `Between the simulators ending in \"`, `*`, `omaly\" and \"`, `*`, `opia\", the \"`, `*`, `opia\" ones count as \"full\" color blindness for that type, while \"`, `*`, `omaly\" is a milder version.`), mdx(\"p\", null, `The chosen values for the \"`, `*`, `omaly\" options are averages but people with \"`, `*`, `omaly\" color blindness can be at any place on the spectrum between no color blindness and full color blindness, so be aware of that. Additionally, it's important to realise that these simulators only `, mdx(\"em\", {\n    parentName: \"p\"\n  }, `simulate`), `, and will actually differ from what any individual with a color deficiency will see. Use these simulators to make broad changes for things clearly broken, rather than making small tweaks to something you find aesthetically pleasing.`), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, `For more info about the color blindness simulators, read our article `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/blog/developing-for-color-blindness-with-polypane/\"\n  }), `Developing for color blindness with Polypane`), `.`)), mdx(\"h4\", {\n    \"id\": \"red-green-color-blindness\"\n  }, `Red-green color blindness`), mdx(\"p\", null, `The most common forms or color blindness all fall under Red-Green color blindness:`), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Protanomaly`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/protanomaly.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Protanopia`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/protanopia.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Deuteranomaly`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/deuteranomaly.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Deuteranopia`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/deuteranopia.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"blue-yellow-color-blindness\"\n  }, `Blue-yellow color blindness`), mdx(\"p\", null, `Less prevalent are Blue-yellow colorblindness. 0.02% of the worldwide population has this.`), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Tritanomaly`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/tritanomaly.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Tritanopia`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/tritanopia.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"full-color-blindness\"\n  }, `Full color blindness`), mdx(\"p\", null, `Full, or near-full loss of color is incredibly rare and affects less than 0.0001% of worldwide population.`), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Achromatopsia`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/achromatomaly.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Achromatomaly`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/achromatopsia.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Achromatopsia (cerebral)`), `\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/achromatomaly-cerebral.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"visual-impairments\"\n  }, `Visual impairments`), mdx(\"p\", null, `Other visual impairments usually blur or dull someone's vision. As people get older, these become more prevalent.`), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Cataracts`)), mdx(\"p\", null, `Blurs and clouds vision\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/cataracts.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Glaucoma (interactive)`)), mdx(\"p\", null, `Blurs vision, especially around the peripheral vision. Use your cursor to bring different parts of the page into focus.\nThe page remains interactive.`), mdx(\"video\", {\n    src: \"/doc-img/overlays/glaucoma.mp4\",\n    loop: true,\n    controls: true,\n    className: \"imgshadow\",\n    style: {\n      margin: '2rem auto',\n      maxWidth: '100%'\n    }\n  }), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Farsightedness`), `\nMakes it difficult to see details up close.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/farsightedness.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Astigmatism`)), mdx(\"p\", null, `Blurring and ghosting of the vision in a single direction. Polypane has emulation for horizontal and vertical astigmatism.\n`, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/astigmatism.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, `The Astigmatism filters are built by `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://cubiq.dev/\"\n  }), `Kuba`), `.`), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, `The astimatism filters are not visible on screenshots. This might change in the future.`)), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Tunnel vision`)), mdx(\"p\", null, `Tunnel vision is the loss of peripheral vision, leaving just the center of your vision. It has a wide range of causes, from permanent (advanced Glaucoma) to temporary (altitude sickness) to situational (wearing goggles). This simulation will follow your mouse cursor as a way to simulate the loss of peripheral vision.`), mdx(\"video\", {\n    src: \"/blogs/polypane-6-3/tunnelvision-site.mp4\",\n    loop: true,\n    controls: true,\n    className: \"imgshadow\",\n    style: {\n      margin: '2rem auto',\n      maxWidth: '100%'\n    }\n  }), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Macular degeneration`)), mdx(\"p\", null, `The macula is the part of the retina that is responsible for central vision. Macular degeneration is the loss of that central vision. This simulation will follow your mouse cursor as a way to simulate the loss of central vision.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/macular.png\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `CMV Retinitis`)), mdx(\"p\", null, `causes specks in your vision and is caused by the cytomegalovirus in immunocompromised people.`), mdx(\"img\", {\n    loading: \"lazy\",\n    decoding: \"async\",\n    src: cmvretinitis,\n    alt: \"Three panes in Polypane showing a website, all are covered in light specks.\",\n    className: \"imgshadow\"\n  }), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, `Photophobia`)), mdx(\"p\", null, `A sensitivity to light.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/photophobia.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"bright-sunshine\"\n  }, `Bright sunshine`), mdx(\"p\", null, `Colors get washed out and low contrast parts of your page become invisible when watching a screen in bright sunlight.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/brightsunshine.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"dimmed-screen\"\n  }, `Dimmed Screen`), mdx(\"p\", null, `Emulates a desktop screen at 40% brightness or a mobile phone with brightness turned all the way down.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/dimmedscreen.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"night-mode\"\n  }, `Night mode`), mdx(\"p\", null, `Many devices have a night mode, that lowers the blue colors and increases the red colors for a more pleasant display when there is less light.`), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"/doc-img/overlays/nightmode.png\",\n    \"alt\": null\n  }))), mdx(\"h4\", {\n    \"id\": \"dyslexia\"\n  }, `Dyslexia`), mdx(\"p\", null, `Dyslexia affects 5 to 10% of the population worldwide, but it might be as high as 17% as not all dyslexia is diagnosed.`), mdx(\"p\", null, `There is no single way to simulate dyslexia as it affects different people in different ways. Our simulator makes you aware of the reading difficulty it brings.`), mdx(\"video\", {\n    src: \"/doc-img/overlays/dyslexia.mp4\",\n    playsInline: true,\n    loop: true,\n    controls: true,\n    style: {\n      width: '100%'\n    }\n  }), mdx(\"h4\", {\n    \"id\": \"add-your-own\"\n  }, `Add your own`), mdx(\"p\", null, `Do you have an idea for a useful Debug tool? `, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/support/\"\n  }), `Let us know`), `.`));\n}\n;\nMDXContent.isMDXComponent = true;","timeToRead":3,"excerpt":"The Simulators available for panes contain a wide range of different simulations to experience how different impairments affect the way you…","frontmatter":{"title":"Simulators","cover":null,"date":null,"beta":null},"fields":{"nextTitle":"Website issues you could encounter","nextSlug":"/docs/website-issues-you-could-encounter/","prevTitle":"List of shortcuts","prevSlug":"/docs/list-of-shortcuts/","slug":"/docs/simulators/","date":null,"ogFileName":"simulators"}},"allMdx":{"edges":[{"node":{"fields":{"slug":"/docs/1-password-setup-instructions/"},"frontmatter":{"title":"1Password setup instructions"}}},{"node":{"fields":{"slug":"/docs/accessibility-audit-workflow/"},"frontmatter":{"title":"Accessibility audit workflow"}}},{"node":{"fields":{"slug":"/docs/accessibility-overview/"},"frontmatter":{"title":"Accessibility overview"}}},{"node":{"fields":{"slug":"/docs/accessibility-panel/"},"frontmatter":{"title":"Accessibility panel"}}},{"node":{"fields":{"slug":"/docs/application-folder/"},"frontmatter":{"title":"Application folder"}}},{"node":{"fields":{"slug":"/docs/brand-guidelines/"},"frontmatter":{"title":"Brand guidelines"}}},{"node":{"fields":{"slug":"/docs/breakpoints/"},"frontmatter":{"title":"Breakpoints"}}},{"node":{"fields":{"slug":"/docs/browse/"},"frontmatter":{"title":"Browse"}}},{"node":{"fields":{"slug":"/docs/browser-extensions/"},"frontmatter":{"title":"Browser extensions"}}},{"node":{"fields":{"slug":"/docs/browser-features/"},"frontmatter":{"title":"Browser features"}}},{"node":{"fields":{"slug":"/docs/browsersync-and-polypane/"},"frontmatter":{"title":"Browsersync and Polypane"}}},{"node":{"fields":{"slug":"/docs/color-picker/"},"frontmatter":{"title":"Color Picker"}}},{"node":{"fields":{"slug":"/docs/command-bar/"},"frontmatter":{"title":"Command Bar"}}},{"node":{"fields":{"slug":"/docs/command-line-options/"},"frontmatter":{"title":"Command line options"}}},{"node":{"fields":{"slug":"/docs/configuring-logitech-mouses/"},"frontmatter":{"title":"Configuring Logitech mouses"}}},{"node":{"fields":{"slug":"/docs/configuring-webstorm-to-work-with-polypane/"},"frontmatter":{"title":"Configuring WebStorm to work with Polypane"}}},{"node":{"fields":{"slug":"/docs/console/"},"frontmatter":{"title":"Console"}}},{"node":{"fields":{"slug":"/docs/customizing-polypane/"},"frontmatter":{"title":"Customizing Polypane"}}},{"node":{"fields":{"slug":"/docs/dark-and-light-mode/"},"frontmatter":{"title":"Dark and light mode"}}},{"node":{"fields":{"slug":"/docs/data-processing-agreement/"},"frontmatter":{"title":"Data Processing Agreement"}}},{"node":{"fields":{"slug":"/docs/debug-tools/"},"frontmatter":{"title":"Debug tools"}}},{"node":{"fields":{"slug":"/docs/detecting-polypane/"},"frontmatter":{"title":"Detecting Polypane"}}},{"node":{"fields":{"slug":"/docs/developer-tools/"},"frontmatter":{"title":"Developer tools"}}},{"node":{"fields":{"slug":"/docs/device-presets/"},"frontmatter":{"title":"Device presets"}}},{"node":{"fields":{"slug":"/docs/devtools-panel/"},"frontmatter":{"title":"Devtools Panel"}}},{"node":{"fields":{"slug":"/docs/elements-panel/"},"frontmatter":{"title":"Elements Panel"}}},{"node":{"fields":{"slug":"/docs/emulation/"},"frontmatter":{"title":"Emulation"}}},{"node":{"fields":{"slug":"/docs/experimental-chromium-features/"},"frontmatter":{"title":"Experimental Chromium features"}}},{"node":{"fields":{"slug":"/docs/find-elements/"},"frontmatter":{"title":"Find elements"}}},{"node":{"fields":{"slug":"/docs/form-autofill/"},"frontmatter":{"title":"Form autofill"}}},{"node":{"fields":{"slug":"/docs/global-zoom/"},"frontmatter":{"title":"Global zoom"}}},{"node":{"fields":{"slug":"/docs/helper-extension-for-other-browsers/"},"frontmatter":{"title":"Helper extension for other browsers"}}},{"node":{"fields":{"slug":"/docs/horizontal-overflow/"},"frontmatter":{"title":"Horizontal overflow detection"}}},{"node":{"fields":{"slug":"/docs/integrations/"},"frontmatter":{"title":"Integrations"}}},{"node":{"fields":{"slug":"/docs/intro-to-panel/"},"frontmatter":{"title":"Intro to panel"}}},{"node":{"fields":{"slug":"/docs/intro-to-panes/"},"frontmatter":{"title":"Intro to panes"}}},{"node":{"fields":{"slug":"/docs/json-and-xml-viewer/"},"frontmatter":{"title":"JSON and XML viewer"}}},{"node":{"fields":{"slug":"/docs/known-issues/"},"frontmatter":{"title":"Known issues"}}},{"node":{"fields":{"slug":"/docs/layout-debugging/"},"frontmatter":{"title":"Layout debugging"}}},{"node":{"fields":{"slug":"/docs/layouts/"},"frontmatter":{"title":"Layouts"}}},{"node":{"fields":{"slug":"/docs/link/"},"frontmatter":{"title":"Share panel"}}},{"node":{"fields":{"slug":"/docs/list-of-shortcuts/"},"frontmatter":{"title":"List of shortcuts"}}},{"node":{"fields":{"slug":"/docs/live-auto-reloading/"},"frontmatter":{"title":"Live/auto reloading"}}},{"node":{"fields":{"slug":"/docs/making-screenshots/"},"frontmatter":{"title":"Making screenshots"}}},{"node":{"fields":{"slug":"/docs/measure-text-length/"},"frontmatter":{"title":"Measure text length"}}},{"node":{"fields":{"slug":"/docs/mental-model/"},"frontmatter":{"title":"Mental model of Polypane's browser contexts"}}},{"node":{"fields":{"slug":"/docs/message-bus/"},"frontmatter":{"title":"Message Bus"}}},{"node":{"fields":{"slug":"/docs/meta-information/"},"frontmatter":{"title":"Meta information"}}},{"node":{"fields":{"slug":"/docs/network-panel/"},"frontmatter":{"title":"Network panel"}}},{"node":{"fields":{"slug":"/docs/other-tools/"},"frontmatter":{"title":"Polypane and local servers"}}},{"node":{"fields":{"slug":"/docs/outline-panel/"},"frontmatter":{"title":"Outline Panel"}}},{"node":{"fields":{"slug":"/docs/pane-management/"},"frontmatter":{"title":"Manage panes"}}},{"node":{"fields":{"slug":"/docs/pane-sizes/"},"frontmatter":{"title":"Pane sizes"}}},{"node":{"fields":{"slug":"/docs/performance/"},"frontmatter":{"title":"Performance"}}},{"node":{"fields":{"slug":"/docs/pitching-polypane/"},"frontmatter":{"title":"Pitching Polypane"}}},{"node":{"fields":{"slug":"/docs/polypane-peek/"},"frontmatter":{"title":"Polypane Peek"}}},{"node":{"fields":{"slug":"/docs/portal/"},"frontmatter":{"title":"Polypane Portal"}}},{"node":{"fields":{"slug":"/docs/projects/"},"frontmatter":{"title":"Projects"}}},{"node":{"fields":{"slug":"/docs/recording/"},"frontmatter":{"title":"Recording"}}},{"node":{"fields":{"slug":"/docs/reference-image/"},"frontmatter":{"title":"Reference image"}}},{"node":{"fields":{"slug":"/docs/reload-css/"},"frontmatter":{"title":"Reload CSS"}}},{"node":{"fields":{"slug":"/docs/responsive-debugging-workflow/"},"frontmatter":{"title":"Responsive debugging workflow"}}},{"node":{"fields":{"slug":"/docs/review-and-approval-by-it-and-security/"},"frontmatter":{"title":"Review and approval by IT and Security"}}},{"node":{"fields":{"slug":"/docs/rulers-grids-and-guides/"},"frontmatter":{"title":"Rulers, grids and guides"}}},{"node":{"fields":{"slug":"/docs/sales-and-procurement/"},"frontmatter":{"title":"Sales and Procurement"}}},{"node":{"fields":{"slug":"/docs/security-policy/"},"frontmatter":{"title":"Security Policy"}}},{"node":{"fields":{"slug":"/docs/security/"},"frontmatter":{"title":"Security"}}},{"node":{"fields":{"slug":"/docs/session-management/"},"frontmatter":{"title":"Session management"}}},{"node":{"fields":{"slug":"/docs/setup/"},"frontmatter":{"title":"Setup"}}},{"node":{"fields":{"slug":"/docs/showing-multiple-urls/"},"frontmatter":{"title":"Showing multiple URLs"}}},{"node":{"fields":{"slug":"/docs/simulators/"},"frontmatter":{"title":"Simulators"}}},{"node":{"fields":{"slug":"/docs/snippets/"},"frontmatter":{"title":"Snippets"}}},{"node":{"fields":{"slug":"/docs/social-card-and-open-graph-workflow/"},"frontmatter":{"title":"Social card and Open Graph workflow"}}},{"node":{"fields":{"slug":"/docs/source-panel/"},"frontmatter":{"title":"Source panel"}}},{"node":{"fields":{"slug":"/docs/storage-panel/"},"frontmatter":{"title":"Storage panel"}}},{"node":{"fields":{"slug":"/docs/switching-to-polypane/"},"frontmatter":{"title":"Switching to Polypane"}}},{"node":{"fields":{"slug":"/docs/synced-interactions/"},"frontmatter":{"title":"Synced interactions"}}},{"node":{"fields":{"slug":"/docs/tab-customization/"},"frontmatter":{"title":"Tab customization"}}},{"node":{"fields":{"slug":"/docs/team-workflows/"},"frontmatter":{"title":"Team workflows"}}},{"node":{"fields":{"slug":"/docs/ui-overview/"},"frontmatter":{"title":"Polypane UI overview"}}},{"node":{"fields":{"slug":"/docs/web-vitals/"},"frontmatter":{"title":"Web Vitals"}}},{"node":{"fields":{"slug":"/docs/website-issues-you-could-encounter/"},"frontmatter":{"title":"Website issues you could encounter"}}},{"node":{"fields":{"slug":"/docs/workspace-management/"},"frontmatter":{"title":"Workspace management"}}},{"node":{"fields":{"slug":"/docs/workspaces/"},"frontmatter":{"title":"Workspaces"}}}]}},"pageContext":{"slug":"/docs/simulators/"}},"staticQueryHashes":["4164364741","425175329"]}