From 48551dd8ab54dc039697a14e01aadcf1b5d1d240 Mon Sep 17 00:00:00 2001 From: Cameron Streete Date: Fri, 28 Feb 2025 11:04:46 +0100 Subject: [PATCH 1/2] removed ul css --- content/docs/development/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/development/index.mdx b/content/docs/development/index.mdx index 2243f75..0b552aa 100644 --- a/content/docs/development/index.mdx +++ b/content/docs/development/index.mdx @@ -5,6 +5,8 @@ tag: development icon: Code --- +- test + For developers, Minima provides a unique environment for producing exciting decentralized applications, pushing the boundaries of modern day technology. This section includes tutorials on constructing transactions, MiniDapps and smart contracts. @@ -34,12 +36,10 @@ As developers, we must be extra creative while developing MiniDapps, considering If you haven't already, we recommend you gain a thorough understanding of the Minima Protocol by reading the [Knowledge base](/docs/learn). - ## Prerequisities There are no special hardware requirements for building a MiniDapp. Before you start to create MiniDapps, you will need a code editor to write your code, for example [VS code](https://code.visualstudio.com/download), but this is your own preference. - **Let's begin.** From 6c54e0165838cc78a155924a74a5c1fc08cab44b Mon Sep 17 00:00:00 2001 From: Cameron Streete Date: Fri, 28 Feb 2025 11:06:58 +0100 Subject: [PATCH 2/2] ul fix --- app/docs/[[...slug]]/page.tsx | 3 --- content/docs/development/index.mdx | 2 -- 2 files changed, 5 deletions(-) diff --git a/app/docs/[[...slug]]/page.tsx b/app/docs/[[...slug]]/page.tsx index 54b46f7..fd32dcc 100644 --- a/app/docs/[[...slug]]/page.tsx +++ b/app/docs/[[...slug]]/page.tsx @@ -62,9 +62,6 @@ export default async function Page(props: { Accordions, Heading, Link, - ul: (props) => ( -