Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ export default async function Page(props: {
Accordions,
Heading,
Link,
ul: (props) => (
<ul className=" pl-[1.6em] indent-[-1.4em] " {...props} />
),
SvgComponent,
SvgComponent2,
SvgComponentTest,
Expand Down
2 changes: 0 additions & 2 deletions content/docs/development/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,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&apos;s begin.**