diff --git a/docs/build/build.mdx b/docs/build/build.mdx index 9cb7c55..310d270 100644 --- a/docs/build/build.mdx +++ b/docs/build/build.mdx @@ -10,7 +10,9 @@ For a quick overview of writing and running programs on Vara, refer to [this gui ## Sails Library (High-Level Development) -The [Sails library](./sails) is the recommended starting point for developing applications on the Vara Network. It eliminates the need to write low-level boilerplate code with `gstd`, enabling developers to concentrate on solving business problems. +The [Sails library](/docs/build/sails) is the recommended starting point for developing applications on the Vara +Network. +It eliminates the need to write low-level boilerplate code with `gstd`, enabling developers to concentrate on solving business problems. Additionally, Sails provides developers with automatically generated client code in Rust or TypeScript, making it easier to interface with their deployed Vara applications. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4c2a2f6..a3e5f33 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -15,6 +15,7 @@ const config: Config = { favicon: "img/favicon.svg", organizationName: "Gear Foundation", projectName: "vara-wiki", + trailingSlash: false, markdown: { mermaid: true,