-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Hi Florian,
Wanted to share two instances of discrepancies between the integration and the docs.
- Integration name from the command line in new project does not match the docs
using the command line `` to start the integration updates astro.config.mjs with these two lines:
import liciousI18n from "@astrolicious/i18n";
integrations: [liciousI18n()]

These two lines do not match the docs shown in the screenshot below:

Here's a repro
- There's a typo in
- the Usage page of the docs, under the Update the integration configuration section and the Enable client features in the integration configuration: section
- the installation page of the docs, under the Manual installation and the ** Automatic installation** section
import { definConfig } from "astro/config"is missing aeindefin=>define
I'll do a PR for these typos, but I don't know what to do about the first one.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested