diff --git a/website/docs/dev_introduction.md b/website/docs/dev_introduction.md index 22a23fc523..af17f30692 100644 --- a/website/docs/dev_introduction.md +++ b/website/docs/dev_introduction.md @@ -5,6 +5,10 @@ sidebar_label: Introduction --- -Here you should find additional information targetted on developers who would like to contribute or dive deeper into OpenPype platform +Here you should find additional information targeted on developers who would like to contribute or dive deeper into OpenPype platform -Currently there are details about automatic testing, in the future this should be location for API definition and documentation \ No newline at end of file +Currently there are details about automatic testing, in the future this should be location for API definition and documentation + +Check also: +- [Requirements](dev_requirements.md) +- [Build](dev_build.md) \ No newline at end of file diff --git a/website/sidebars.js b/website/sidebars.js index d819796991..f1b77871f3 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -134,15 +134,7 @@ module.exports = { ], Dev: [ "dev_introduction", - { - type: "category", - label: "Dev documentation", - items: [ - "dev_requirements", - "dev_build", - "dev_testing", - "dev_contribute", - ], - } + "dev_testing", + "dev_contribute" ] };