diff --git a/docs/basics/what-is-superface.mdx b/docs/basics/what-is-superface.mdx deleted file mode 100644 index 7576ac46..00000000 --- a/docs/basics/what-is-superface.mdx +++ /dev/null @@ -1,17 +0,0 @@ -# What is Superface? - -Superface is an AI-powered developer toolkit made up of a CLI and SDK that make creating API integrations faster, and more manageable by helping you think about _the use cases_ you want to achieve, _not_ how you need to write the code for the API to achieve it, allowing you to focus on developing what matters. - -## How Superface works - -### Demo - - diff --git a/sidebars.js b/sidebars.js index 3571a777..ec52a6c4 100644 --- a/sidebars.js +++ b/sidebars.js @@ -81,7 +81,7 @@ module.exports = { link: {type: 'doc', id: 'basics/index'}, collapsed: false, items: [ - 'basics/what-is-superface', + 'basics/what-are-comlinks', 'basics/supported-documentation', 'basics/cli-commands-explained' ]