Skip to content

Commit

Permalink
Remove trailing slash on url endings (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg authored Sep 17, 2024
1 parent b3b7229 commit 849faf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/build/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const config: Config = {
favicon: "img/favicon.svg",
organizationName: "Gear Foundation",
projectName: "vara-wiki",
trailingSlash: false,

markdown: {
mermaid: true,
Expand Down

0 comments on commit 849faf9

Please sign in to comment.