Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit a3c5c06

Browse files
authored
Remove docusaurus fluff (#3)
* Remove docusaurus fluff * Replace root doc
1 parent abab83f commit a3c5c06

15 files changed

+14
-517
lines changed

.vercel/README.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
> Why do I have a folder named ".vercel" in my project?
2+
The ".vercel" folder is created when you link a directory to a Vercel project.
3+
4+
> What does the "project.json" file contain?
5+
The "project.json" file contains:
6+
- The ID of the Vercel project that you linked ("projectId")
7+
- The ID of the user or team your Vercel project is owned by ("orgId")
8+
9+
> Should I commit the ".vercel" folder?
10+
No, you should not share the ".vercel" folder with anyone.
11+
Upon creation, it will be automatically added to your ".gitignore" file.

.vercel/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"orgId":"team_8A2WD7p4uR7tmKX9M68loHXI","projectId":"prj_6uHYW6rrBKaiABkUiMVxHauaBefJ"}

docs/intro.md

-36
This file was deleted.

docs/multisig-realm/get-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
slug: /
34
---
45

56
# Get Started

docs/tutorial-basics/_category_.json

-4
This file was deleted.

docs/tutorial-basics/congratulations.md

-21
This file was deleted.

docs/tutorial-basics/create-a-blog-post.md

-34
This file was deleted.

docs/tutorial-basics/create-a-document.md

-55
This file was deleted.

docs/tutorial-basics/create-a-page.md

-43
This file was deleted.

docs/tutorial-basics/deploy-your-site.md

-31
This file was deleted.

docs/tutorial-basics/markdown-features.mdx

-145
This file was deleted.

0 commit comments

Comments
 (0)