diff --git a/docs/partners-program.md b/docs/partners-program.md new file mode 100644 index 000000000..3d658ea93 --- /dev/null +++ b/docs/partners-program.md @@ -0,0 +1,18 @@ +--- +template: main.html +hide: + - navigation +--- + +# Partners program + +Interested in developing ExpressLRS-compatible hardware or collaborating with our project? + +We welcome partnerships with manufacturers who are committed to quality and innovation in RC systems. To begin working +with the ExpressLRS development team, simply email us at info@expresslrs.org. + +Once we receive your inquiry, our team will establish a direct line of communication to discuss your project and outline +the next steps. We’ll work with you throughout the process to ensure a smooth path to compatibility and official +support. + +Let’s build something great together. diff --git a/mkdocs.yml b/mkdocs.yml index a8c27ab9b..a57117884 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -325,6 +325,7 @@ nav: - Licenses: info/licenses.md - Terms & Conditions: info/terms-and-conditions.md - FAQ: faq.md + - Partners Program: partners-program.md extra_javascript: - assets/javascripts/binding-phrase.js