mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor - removed requirements and build from dev section
Flattened dev category
This commit is contained in:
parent
ebe9dedade
commit
a931353b79
2 changed files with 8 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
@ -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"
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue