|
| 1 | +import Link from '@docusaurus/Link'; |
| 2 | + |
| 3 | +<div className="app-section app-section--features"> |
| 4 | + <div className="govuk-width-container"> |
| 5 | + <div className="govuk-grid-row"> |
| 6 | + <div className="govuk-grid-column-one-third"> |
| 7 | + <h2>Inclusive and accessible</h2> |
| 8 | + <p>Designed for everyone, including people using touch, keyboard navigation and assistive technologies. Compliant with WCAG standards for public-facing services.</p> |
| 9 | + </div> |
| 10 | + <div className="govuk-grid-column-one-third"> |
| 11 | + <h2>Consistent with GOV.UK</h2> |
| 12 | + <p>Built with the GOV.UK Design System, providing a predictable mapping interface and ensuring a consistent experience across all government services.</p> |
| 13 | + </div> |
| 14 | + <div className="govuk-grid-column-one-third"> |
| 15 | + <h2>Open source and flexible</h2> |
| 16 | + <p>Open source and free from proprietary dependencies. Configurable and extensible, with plugin support and compatibility with multiple mapping libraries.</p> |
| 17 | + </div> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | +</div> |
| 21 | +<div className="app-section"> |
| 22 | + <div className="govuk-width-container"> |
| 23 | + <div className="govuk-grid-row"> |
| 24 | + <div className="govuk-grid-column-two-thirds"> |
| 25 | + <h2>Documentation</h2> |
| 26 | + <h3><Link to="/getting-started" className="govuk-link">Getting Started</Link></h3> |
| 27 | + <p>How to install and configure the component. Covers setup, initialisation options, and integration with common build tools.</p> |
| 28 | + <h3><Link to="/examples" className="govuk-link">Examples</Link></h3> |
| 29 | + <p>Live interactive demos showing the component in action, including inline maps, button-triggered maps, and various configuration options.</p> |
| 30 | + <h3><Link to="/api" className="govuk-link">API Reference</Link></h3> |
| 31 | + <p>Full reference for all configuration options, events, methods, and plugin interfaces exposed by the component.</p> |
| 32 | + <h3><Link to="/plugins" className="govuk-link">Plugins</Link></h3> |
| 33 | + <p>Extend the component with built-in plugins for search, map styles, drawing tools, and more. Includes a guide to building your own.</p> |
| 34 | + <h3><Link to="/architecture" className="govuk-link">Architecture</Link></h3> |
| 35 | + <p>Technical overview of how the component is structured, including the plugin system, rendering pipeline, and integration patterns.</p> |
| 36 | + <hr className="govuk-section-break govuk-section-break--visible govuk-section-break--xl" /> |
| 37 | + <h2>Support</h2> |
| 38 | + <p>For issues and feature requests, visit our <a href="https://github.com/DEFRA/interactive-map" className="govuk-link">GitHub repository</a>.</p> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | +</div> |
0 commit comments