Refactor - removed requirements and build from dev section

Flattened dev category
This commit is contained in:
Petr Kalis 2022-02-22 12:43:30 +01:00
parent ebe9dedade
commit a931353b79
2 changed files with 8 additions and 12 deletions

View file

@ -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
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)

View file

@ -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"
]
};