docs: developer docs (#14776)

Builds out a developer documentation section in the docs

- Links it from contributing.md
- Adds an initial guide on how to contribute an integration

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Erick Friis
2023-12-17 12:55:49 -08:00
committed by GitHub
parent 01693b291e
commit 8a07c56313
21 changed files with 745 additions and 528 deletions

View File

@@ -135,4 +135,15 @@ module.exports = {
link: { type: 'doc', id: "templates/index" }
},
],
contributing: [
// {
// type: "category",
// label: "Contributing",
// items: [
// { type: "autogenerated", dirName: "contributing" },
// ],
// link: { type: 'doc', id: "contributing/index" }
// },
{type: "autogenerated", dirName: "contributing" }
],
};