From ef819c5de4c4026c65dd0e5f5ae67c298a4df072 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 17 Dec 2023 08:28:00 +0200 Subject: [PATCH] squash! --- Documentation/index.html | 919 +++++++++++++++++++++++++++++++++++---- 1 file changed, 832 insertions(+), 87 deletions(-) diff --git a/Documentation/index.html b/Documentation/index.html index 9c08fe5..c8db503 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,94 +1,839 @@ -astro-convert - v0.0.1
-
- -
-
-
-
-

astro-convert - v0.0.1

-

astro-convert 🫶

This Astro integration converts all your files into -different formats.

-

Installation

There are two ways to add integrations to your project. Let's try the most -convenient option first!

-

astro add command

Astro includes a CLI tool for adding first party integrations: astro add. This -command will:

-
    -
  1. (Optionally) Install all necessary dependencies and peer dependencies
  2. -
  3. (Also optionally) Update your astro.config.* file to apply this integration
  4. -
-

To install astro-convert, run the following from your project directory and -follow the prompts:

-

Using NPM:

-
npx astro add astro-convert
+
+
+	
+		
+		
+		
+		astro-convert - v0.0.1
+		
+		
+		
+		
+		
+		
+		
+		
+	
+	
+		
+		
+
+ +
+ + +
+
+
+
+
+
+

astro-convert - v0.0.1

+
+
+ +

+ astro-convert + 🫶 +

+

+ This + Astro integration + converts all your files into different formats. +

+ +

Installation

+

+ There are two ways to add integrations to your project. + Let's try the most convenient option first! +

+ +

+ astro add command +

+

+ Astro includes a CLI tool for adding first party + integrations: astro add. This command will: +

+
    +
  1. + (Optionally) Install all necessary dependencies and + peer dependencies +
  2. +
  3. + (Also optionally) Update your + astro.config.* file to apply this + integration +
  4. +
+

+ To install astro-convert, run the following + from your project directory and follow the prompts: +

+

Using NPM:

+
npx astro add astro-convert
 
-

Using Yarn:

-
yarn astro add astro-convert
+					

Using Yarn:

+
yarn astro add astro-convert
 
-

Using PNPM:

-
pnpx astro add astro-convert
+					

Using PNPM:

+
pnpx astro add astro-convert
 
-

Install dependencies manually

First, install the astro-convert integration like so:

-
npm install -D -E astro-convert
+					
+					

+ Install dependencies manually +

+

+ First, install the + astro-convert integration like so: +

+
npm install -D -E astro-convert
 
-

Then, apply this integration to your astro.config.* file using the -integrations property:

-

astro.config.ts

-
import Convert from "astro-convert";

export default {
integrations: [Convert()],
}; +

+ Then, apply this integration to your + astro.config.* file using the + integrations property: +

+

+ astro.config.ts +

+
import Convert from "astro-convert";

export default {
integrations: [Convert()],
};
-

Getting started

You can override any of the default options from the configurations of:

- -

or disable them entirely:

-
import Convert from "astro-convert";

export default {
integrations: [
Convert({
Convert: false,
}),
],
}; + +

Getting started

+

+ You can override any of the default options from the + configurations of: +

+ +

or disable them entirely:

+
import Convert from "astro-convert";

export default {
integrations: [
Convert({
Convert: false,
}),
],
};
-

Set Logger to 0 if you do not want to see debug messages. Default is 2.

-
import Convert from "astro-convert";

export default {
integrations: [
Convert({
Logger: 0,
}),
],
}; +

+ Set Logger to 0 if you do not + want to see debug messages. Default is 2. +

+
import Convert from "astro-convert";

export default {
integrations: [
Convert({
Logger: 0,
}),
],
};
-

Changelog

See CHANGELOG.md for a history of changes to this integration.

-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file + +

Changelog

+

+ See CHANGELOG.md for a + history of changes to this integration. +

+
+
+
+ + +
+
+
+

+ Generated using + TypeDoc +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +