fix
This commit is contained in:
Generated
+18794
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,6 @@ const sidebars = {
|
||||
items: [
|
||||
'getting-started/installation',
|
||||
'getting-started/quick-start',
|
||||
'getting-started/basic-setup',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -30,65 +29,6 @@ const sidebars = {
|
||||
label: 'Core Concepts',
|
||||
items: [
|
||||
'core-concepts/overview',
|
||||
'core-concepts/ballistics-system',
|
||||
'core-concepts/asset-types',
|
||||
'core-concepts/physical-materials',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Asset Creation',
|
||||
items: [
|
||||
'assets/bullet-properties',
|
||||
'assets/material-response-maps',
|
||||
'assets/physical-material-integration',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Components',
|
||||
items: [
|
||||
'components/bullet-actor',
|
||||
'components/barrel-component',
|
||||
'components/ballistic-impact-component',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Mathematical Ballistics',
|
||||
items: [
|
||||
'mathematical/overview',
|
||||
'mathematical/penetration-calculations',
|
||||
'mathematical/atmospheric-effects',
|
||||
'mathematical/drag-curves',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Networking',
|
||||
items: [
|
||||
'networking/overview',
|
||||
'networking/replication',
|
||||
'networking/prediction',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Performance',
|
||||
items: [
|
||||
'performance/optimization',
|
||||
'performance/pooling',
|
||||
'performance/profiling',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: [
|
||||
'tutorials/first-weapon',
|
||||
'tutorials/material-setup',
|
||||
'tutorials/advanced-ballistics',
|
||||
'tutorials/multiplayer-setup',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -96,20 +36,6 @@ const sidebars = {
|
||||
label: 'API Reference',
|
||||
items: [
|
||||
'api/overview',
|
||||
'api/bullet-actor',
|
||||
'api/barrel-component',
|
||||
'api/impact-component',
|
||||
'api/mathematical-ballistics',
|
||||
'api/events',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Migration Guide',
|
||||
items: [
|
||||
'migration/from-legacy',
|
||||
'migration/new-impact-system',
|
||||
'migration/breaking-changes',
|
||||
],
|
||||
},
|
||||
'troubleshooting',
|
||||
|
||||
Reference in New Issue
Block a user