{siteConfig.tagline}
15 |docs directory.
29 | >
30 | ),
31 | },
32 | {
33 | title: 'Powered by React',
34 | image: '/img/undraw_docusaurus_react.svg',
35 | description: (
36 | <>
37 | Extend or customize your website layout by reusing React. Docusaurus can
38 | be extended while reusing the same header and footer.
39 | >
40 | ),
41 | },
42 | ];
43 |
44 | function Feature({ title, image, description }: FeatureItem) {
45 | return (
46 | {description}
53 |