Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

list of nav as chapter name: i.g. expression, structure #6

@ooMia

Description

@ooMia
    <!-- TODO list of nav as chapter name: i.g. expression, structure ... -->

front/src/components/Navigator.astro 파일에서

{
urlList.map((url) => (
<li>
<Anchor href={`/${url}/1`} text={url} />
</li>
))
}
</ul>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions