Skip to content

Commit

Permalink
Move docs to the Docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Apr 2, 2024
1 parent e686215 commit a9c8c4e
Show file tree
Hide file tree
Showing 8 changed files with 1,505 additions and 363 deletions.
4 changes: 4 additions & 0 deletions apps/docs/docs/contributing/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Contributing",
"position": 2
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Idempotency Key vs Nonce
---

# Idempotency Key vs Nonce — they are DIFFERENT concepts actually

## TL;DR
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ See Alice's address below:
--^^^
```

> [!IMPORTANT]
> These are testing accounts ment for signing transactions in local & test
> environments. **DO NOT USE THEM IN PRODUCTION**.
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const config: Config = {
locales: ['en']
},

themes: ['@docusaurus/theme-mermaid'],

markdown: {
mermaid: true
},

presets: [
[
'classic',
Expand Down
Loading

0 comments on commit a9c8c4e

Please sign in to comment.