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

Improve docs #52

Merged
merged 4 commits into from
Mar 22, 2024
Merged

Improve docs #52

merged 4 commits into from
Mar 22, 2024

Conversation

ktym4a
Copy link
Contributor

@ktym4a ktym4a commented Mar 22, 2024

If you feel this is unnecessary, you can close it.

What I did was:

  1. Change indent style. (Change indent size to same as other)
  2. correct the syntax.

about AIK Plugin page

Copy link

vercel bot commented Mar 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inox-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 2:41pm

@Fryuni
Copy link
Owner

Fryuni commented Mar 22, 2024

Prettier should be ensuring this automatically already. I'll check it, thanks!

@ktym4a
Copy link
Contributor Author

ktym4a commented Mar 22, 2024

Oh, There is one more thing should correct.
I just wasn't sure if this was the correct document or the correct name of plugins, so I'll leave it as a comment.

https://github.com/Fryuni/inox-tools/blob/main/docs/src/content/docs/inline-mod/aik-plugin.md?plain=1

// my-integration.ts
import { defineIntegration } from 'astro-integration-kit';
- import { inlineModulePlugin } from '@inox-tools/aik-mod';
+ import { inlineModPlugin } from '@inox-tools/aik-mod';

export default defineIntegration({
  name: 'my-integration',
-  plugins: [inlineModulePlugin],
+  plugins: [inlineModPlugin],
// my-integration.ts
import { defineIntegration } from "astro-integration-kit";
- import { defineModulePlugin } from "@inox-tools/aik-mod";
+ import { defineModPlugin } from "@inox-tools/aik-mod";

export default defineIntegration({
    name: "my-integration",
-    plugins: [defineModulePlugin],
+    plugins: [defineModPlugin],

@Fryuni
Copy link
Owner

Fryuni commented Mar 22, 2024

You are correct in that change

@Fryuni Fryuni merged commit dfee1eb into Fryuni:main Mar 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants