Home / File/ rockets.json — astro Source File

rockets.json — astro Source File

Architecture documentation for rockets.json, a json file in the astro codebase.

Entity Profile

Source Code

[
  {
    "id": "falcon-9",
    "name": "Falcon 9",
    "manufacturer": "SpaceX",
    "image": "shuttle.jpg"
  },
  {
    "id": "saturn-v",
    "name": "Saturn V",
    "manufacturer": "NASA",
    "image": "./shuttle.jpg"
  }
]

Frequently Asked Questions

What does rockets.json do?
rockets.json is a source file in the astro codebase, written in json.
Where is rockets.json in the architecture?
rockets.json is located at packages/astro/test/fixtures/content-layer/src/data/rockets.json (directory: packages/astro/test/fixtures/content-layer/src/data).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free