Home / File/ headings-glob.json.js — astro Source File

headings-glob.json.js — astro Source File

Architecture documentation for headings-glob.json.js, a javascript file in the astro codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  8f47fa49_d118_dae3_1035_7384b040971d["headings-glob.json.js"]
  99ce8263_c32a_88ed_9e01_d5e4add535f9["./with-layout.md"]
  8f47fa49_d118_dae3_1035_7384b040971d --> 99ce8263_c32a_88ed_9e01_d5e4add535f9
  style 8f47fa49_d118_dae3_1035_7384b040971d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { getHeadings } from './with-layout.md';

export async function GET() {
	return Response.json({
		headings: getHeadings(),
	});
}

Subdomains

Functions

Dependencies

  • ./with-layout.md

Frequently Asked Questions

What does headings-glob.json.js do?
headings-glob.json.js is a source file in the astro codebase, written in javascript. It belongs to the IntegrationAdapters domain, SsrAdapters subdomain.
What functions are defined in headings-glob.json.js?
headings-glob.json.js defines 1 function(s): GET.
What does headings-glob.json.js depend on?
headings-glob.json.js imports 1 module(s): ./with-layout.md.
Where is headings-glob.json.js in the architecture?
headings-glob.json.js is located at packages/astro/test/fixtures/astro-markdown/src/pages/headings-glob.json.js (domain: IntegrationAdapters, subdomain: SsrAdapters, directory: packages/astro/test/fixtures/astro-markdown/src/pages).

Analyze Your Own Codebase

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

Try Supermodel Free