diff --git a/README.md b/README.md index b3cf3e5fa..d91098313 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ Built with privacy as a core principle, Reactive Resume gives you complete owner Ditgar
Ditgar + + Meowth +
Meowth + diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 417b21a8f..c30942e80 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -39,8 +39,8 @@ description: "Welcome to the documentation for Reactive Resume, a free and open- - Choose from a variety of professionally designed templates including Azurill, Bronzor, Chikorita, Ditto, Gengar, - Glalie, Kakuna, Lapras, Leafish, Onyx, Pikachu, and Rhyhorn - each with unique layouts and styles. + Choose from a variety of professionally designed templates including Azurill, Bronzor, Chikorita, Ditgar, Ditto, + Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, and Rhyhorn - each with unique layouts and styles. diff --git a/docs/guides/choosing-a-template.mdx b/docs/guides/choosing-a-template.mdx index cfd8ed201..9a2580a64 100644 --- a/docs/guides/choosing-a-template.mdx +++ b/docs/guides/choosing-a-template.mdx @@ -132,6 +132,10 @@ Reactive Resume includes a variety of professionally designed templates. Each te Leafish template preview + + Meowth template preview + + Onyx template preview diff --git a/docs/guides/exporting-your-resume.mdx b/docs/guides/exporting-your-resume.mdx index 6d6e8f537..967a11ac0 100644 --- a/docs/guides/exporting-your-resume.mdx +++ b/docs/guides/exporting-your-resume.mdx @@ -937,6 +937,7 @@ The exported JSON follows the Reactive Resume schema. Here's a high-level overvi "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" diff --git a/docs/guides/json-resume-schema.mdx b/docs/guides/json-resume-schema.mdx index e021a2df1..282eb436f 100644 --- a/docs/guides/json-resume-schema.mdx +++ b/docs/guides/json-resume-schema.mdx @@ -1897,6 +1897,7 @@ Below is the complete JSON Schema for Reactive Resume. You can also fetch the la "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" diff --git a/docs/images/templates/meowth.webp b/docs/images/templates/meowth.webp new file mode 100644 index 000000000..9208d69c9 Binary files /dev/null and b/docs/images/templates/meowth.webp differ diff --git a/docs/spec.json b/docs/spec.json index 67f603211..2d89ff416 100644 --- a/docs/spec.json +++ b/docs/spec.json @@ -1686,6 +1686,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -5050,6 +5051,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -7222,6 +7224,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -9428,6 +9431,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -11741,6 +11745,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -14020,6 +14025,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" @@ -16189,6 +16195,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn" diff --git a/src/schema/schema.json b/src/schema/schema.json index 04c36d793..5031bb057 100644 --- a/src/schema/schema.json +++ b/src/schema/schema.json @@ -1759,6 +1759,7 @@ "kakuna", "lapras", "leafish", + "meowth", "onyx", "pikachu", "rhyhorn"