This commit is contained in:
2025-07-02 22:44:53 -07:00
parent 995b0b93e2
commit 654451e3d2
2 changed files with 18794 additions and 74 deletions
-74
View File
@@ -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',