From 1ceb3cdc4e77b8d47e541f6b0ba8c148c2ab85e2 Mon Sep 17 00:00:00 2001 From: Henrique Leite Date: Sun, 1 Sep 2024 13:37:42 -0300 Subject: [PATCH] update anvil docs url --- README.md | 4 ++-- docs/docs/generators/internal-schema.md | 2 +- docs/docusaurus.config.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8e3e4b..7d67225 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Anvil plugins: ## F.A.Q. -[See the F.A.Q. here.](https://henriqueleite42.github.io/anvil/docs/faq) +[See the F.A.Q. here.](https://anvil.henriqueleite42.com/docs/faq) ## Examples @@ -78,4 +78,4 @@ Anvil plugins: ## How it works -[Understand how it works here.](https://henriqueleite42.github.io/anvil/docs/how-it-works) +[Understand how it works here.](https://anvil.henriqueleite42.com/docs/how-it-works) diff --git a/docs/docs/generators/internal-schema.md b/docs/docs/generators/internal-schema.md index e34b818..ecd3d5f 100644 --- a/docs/docs/generators/internal-schema.md +++ b/docs/docs/generators/internal-schema.md @@ -23,7 +23,7 @@ The internal `schema` that Anvil uses is focused on: - Organized on the way that your program will generate things To identify the difference between processed / internal `schema`s and "user-friendly" `schema`s, we have 2 different types of files: -- `.anv`: user friendly schema, the one described [here](../use/schemas.md). +- `.anv`: user friendly schema, the one described [here](../use/schema.md). - `.anvp`: processed schema, made by the machine for the machine You will never touch a `.anvp` file, but Anvil will always use this format to communicate to your generator. diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 68a57a7..03a165e 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -8,10 +8,10 @@ const config: Config = { favicon: "img/logo.webp", // Set the production url of your site here - url: "https://henriqueleite42.github.io", + url: "https://anvil.henriqueleite42.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/anvil/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.