From 849faf9bcf186ffe9d3d7d0e1dec98d273ed52b9 Mon Sep 17 00:00:00 2001 From: Eugene Kotsarev Date: Tue, 17 Sep 2024 15:05:22 +0300 Subject: [PATCH] Remove trailing slash on url endings (#161) --- docs/build/build.mdx | 4 +++- docusaurus.config.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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,