Files
hacs_documentation/documentation/developer/index.mdx
2023-10-15 08:21:08 +00:00

25 lines
726 B
Plaintext

---
id: developer_documentation
title: Developer Documentation
description: 'Everything HACS for publishers.'
sidebar_position: 0
---
import DocCardList from '@theme/DocCardList'
import { useCurrentSidebarCategory } from '@docusaurus/theme-common'
Hi there :wave:
This is the beginning of the developer documentation.
Use the sidebar to navigate this section.
- [If you are looking for how to use HACS have a look at the user documentation](/docs/user)
- [If you are looking for how to publish something that can be tracked by HACS have a look at the publisher documentation](/docs/publisher)
<br />
<br />
<DocCardList
items={useCurrentSidebarCategory().items.filter((entry) => entry.label !== frontMatter.title)}
/>