---
sidebar_label: Resources
sidebar_position: 0
---

{/*

This is the main landing page for the Resources section. It provides an icon grid navigation 
to help users quickly find the type of resource they need. Customize the icon grid with the 
resource types most relevant to your content.

*/}

import {
IconContainersSection,
IconContainerBlock,
} from "@sp-days-framework/docusaurus-frontpage-collection";

# Resources

<IconContainersSection maxItemsPerRow="1">
  <IconContainerBlock
    title="Best Practice"
    iconify="mdi:lightbulb-on-outline"
    link="/resources/best-practice/"
  />
</IconContainersSection>

## Available Templates

<IconContainersSection maxItemsPerRow="2">
  <IconContainerBlock
    title="API Reference"
    iconify="mdi:api"
    link="/resources/api-reference/"
  />
  <IconContainerBlock
    title="Cheat Sheet"
    iconify="mdi:notebook-outline"
    link="/resources/cheat-sheet/"
  />
  <IconContainerBlock
    title="CLI Reference"
    iconify="mdi:console"
    link="/resources/cli-reference/"
  />
  <IconContainerBlock
    title="Configuration Guide"
    iconify="mdi:tune"
    link="/resources/configuration-guide/"
  />
  <IconContainerBlock
    title="Environment Setup"
    iconify="mdi:cog-outline"
    link="/resources/environment-setup/"
  />
  <IconContainerBlock
    title="FAQ"
    iconify="mdi:help-circle-outline"
    link="/resources/faq/"
  />
  <IconContainerBlock
    title="Glossary"
    iconify="mdi:book-alphabet"
    link="/resources/glossary/"
  />
  <IconContainerBlock
    title="Quick Start"
    iconify="mdi:rocket-launch-outline"
    link="/resources/quick-start/"
  />
  <IconContainerBlock
    title="Troubleshooting"
    iconify="mdi:wrench-outline"
    link="/resources/troubleshooting/"
  />
  <IconContainerBlock
    title="Useful Links"
    iconify="mdi:link-variant"
    link="/resources/useful-links/"
  />
</IconContainersSection>

:::tip Customize This Page
Remove sections that don't apply to your technology and add new ones as needed.
:::
