Skip to content

Commit

Permalink
update anvil docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 committed Sep 1, 2024
1 parent 6e2af54 commit 1ceb3cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ 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

[See the examples here.](https://github.com/henriqueleite42/anvil/cli/tree/master/examples)

## 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)
2 changes: 1 addition & 1 deletion docs/docs/generators/internal-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/anvil/",
baseUrl: "/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 1ceb3cd

Please sign in to comment.