Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancies between the integration and the docs #26

Open
BuckyBuck135 opened this issue Jun 4, 2024 · 1 comment
Open

Discrepancies between the integration and the docs #26

BuckyBuck135 opened this issue Jun 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested

Comments

@BuckyBuck135
Copy link
Contributor

Hi Florian,
Wanted to share two instances of discrepancies between the integration and the docs.

  1. 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()]
image

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

Here's a repro

  1. 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 a e in defin => define

I'll do a PR for these typos, but I don't know what to do about the first one.

This was referenced Jun 4, 2024
@florian-lefebvre
Copy link
Member

Thanks for the typos! As for the import identifier, I'm looking into it but I think it will require a fix upstream (https://discord.com/channels/830184174198718474/1197638002764152843/1247578106584367156)

@florian-lefebvre florian-lefebvre added documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants