From 2cb2b7b69e5749c53a357dbcab0e7b78f169a327 Mon Sep 17 00:00:00 2001 From: Aaron Surty Date: Fri, 1 Apr 2022 16:51:58 -0400 Subject: [PATCH] removing fula-client for now since there seem to be issues with it (#96) --- docs/getting-started/using-samples.md | 2 +- sidebars.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/using-samples.md b/docs/getting-started/using-samples.md index 4cfda81..6db8764 100644 --- a/docs/getting-started/using-samples.md +++ b/docs/getting-started/using-samples.md @@ -58,4 +58,4 @@ Congrats! You now: * learned how to update one of the samples so that you can use it as a starting point for your own DApp -You can now head over to [Using the FULA Client Library](./fula-client) to learn how to include the FULA client in your own project that you are starting from scratch. +Now that you are up and running, head on over to the [FULA Reference API](/reference-api) to see everything you can do with Box. diff --git a/sidebars.js b/sidebars.js index 289b62e..b031a41 100644 --- a/sidebars.js +++ b/sidebars.js @@ -39,7 +39,6 @@ const sidebars = { items:[ 'getting-started/box-setup', 'getting-started/using-samples', - 'getting-started/fula-client', ] }, {