feat: add product documentation (#8)
Code Analysis / SonarQube (push) Failing after 15s
Node.js CI / Lint and Test (push) Successful in 51s

### Explanation

Finally.

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [ ] I have pinned the dependencies to a specific patch version.

### Style

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

_No response_

Reviewed-on: #8
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #8.
This commit is contained in:
2025-07-06 18:04:44 -07:00
committed by Naomi Carrigan
parent c461453342
commit 31d7273061
20 changed files with 4101 additions and 5 deletions
+89 -4
View File
@@ -119,6 +119,91 @@ export const navigation = [
link: "/projects/eslint-config",
badge: { text: "v5.1.0", variant: "tip" },
},
{
label: "Aria Iuvo",
link: "/projects/aria-iuvo",
badge: { text: "v1.2.0", variant: "tip" },
},
{
label: "Becca Lyria",
link: "/projects/becca-lyria",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Naomi's Blog",
link: "/projects/blog",
badge: { text: "v0.1.0", variant: "caution" },
},
{
label: "Celestine",
link: "/projects/celestine",
badge: { text: "v1.3.0", variant: "tip" },
},
{
label: "Cordelia Taryne",
link: "/projects/cordelia-taryne",
badge: { text: "v1.1.0", variant: "tip" },
},
{
label: "Gwen Abalise",
link: "/projects/gwen-abalise",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Hikari",
link: "/projects/hikari",
badge: { text: "v0.0.0", variant: "danger" },
},
{
label: "Maylin Taryne",
link: "/projects/maylin-taryne",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Melody Iuvo",
link: "/projects/melody-iuvo",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Mommy Bot",
link: "/projects/mommy-bot",
badge: { text: "v0.0.0", variant: "danger" },
},
{
label: "Mommy",
link: "/projects/mommy",
badge: { text: "v0.0.0", variant: "danger" },
},
{
label: "NHCarrigan Portfolio",
link: "/projects/portfolio",
badge: { text: "unversioned", variant: "success" },
},
{
label: "Logger",
link: "/projects/logger",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Resume",
link: "/projects/resume",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Rosalia Nightsong",
link: "/projects/rosalia-nightsong",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Static Pages",
link: "/projects/static-pages",
badge: { text: "unversioned", variant: "success" },
},
{
label: "Website Headers",
link: "/projects/website-headers",
badge: { text: "v2.1.0", variant: "tip" },
},
].sort((a, b) => a.label.localeCompare(b.label)),
},
{
@@ -140,14 +225,14 @@ export const navigation = [
{
label: "Managing Local Music",
link: "/misc/music",
}
]
},
],
},
{
label: "Sitemap",
link: "https://sitemap.nhcarrigan.com",
attrs: {
target: "_blank",
}
}
},
},
];