Skip to content

Commit

Permalink
[fix] changed recamera files
Browse files Browse the repository at this point in the history
  • Loading branch information
litxaohu committed Oct 9, 2024
1 parent bead758 commit b8fbe7e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3698,6 +3698,19 @@ const sidebars = {
],
},

{
type: 'category',
label: 'reCamera',
items: [
{
type: 'category',
label: 'reCamera sg200x',
items: [
'Edge/reCamera/reCamera_Getting_Started',
],
},
]
},

{
type: 'category',
Expand All @@ -3711,17 +3724,13 @@ const sidebars = {
'Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers',
],
},
{
type: 'category',
label: 'reCamera',
items: [
'Edge/reCamera/reCamera_Getting_Started',
],
},
'Edge/Quantum_Development_Board/Quantum-Mini-Linux-Development-Kit',
],
},




// {

// type: 'doc',
Expand Down Expand Up @@ -5711,4 +5720,4 @@ const sidebars = {
],
}

module.exports = sidebars
module.exports = sidebars
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"compilerOptions": {
"baseUrl": "."
}
}
}

0 comments on commit b8fbe7e

Please sign in to comment.