Skip to content

Commit

Permalink
Merge branch 'master' into tbaut-enableSwaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Dec 10, 2024
2 parents 1e3b66c + ebbab0d commit 347a721
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
1 change: 1 addition & 0 deletions docs/docs/01-introduction/01-introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
id: intro
slug: /
title: What Is Sprinter?
sidebar_position: 1
---
Expand Down
14 changes: 5 additions & 9 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config: Config = {
"classic",
{
docs: {
routeBasePath: '/',
remarkPlugins: [
[require("@docusaurus/remark-plugin-npm2yarn"), { sync: true }],
],
Expand All @@ -51,18 +52,13 @@ const config: Config = {
srcDark: "img/sprinter-logo-white.svg",
},
items: [
{
to: "docs/quickstart",
position: "left",
label: "Learn",
},
{
href: "https://poc.sprinter.buildwithsygma.com/",
label: "POC",
position: "left",
},
{
href: "https://api.test.sprinter.buildwithsygma.com/swagger/index.html",
href: "https://api.sprinter.buildwithsygma.com/swagger/index.html",
label: "Swagger",
position: "right",
},
Expand All @@ -81,15 +77,15 @@ const config: Config = {
items: [
{
label: "Introduction",
to: "/docs/introduction",
to: "/",
},
{
label: "SDK",
to: "/docs/sdk",
to: "/sdk",
},
{
label: "React SDK",
to: "/docs/react-sdk/",
to: "/react-sdk/",
},
],
},
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions docs/src/pages/markdown-page.md

This file was deleted.

0 comments on commit 347a721

Please sign in to comment.