mirror of
https://github.com/hacs/documentation.git
synced 2025-07-25 16:00:16 +00:00
25 lines
726 B
Plaintext
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)}
|
|
/>
|