Share your knowledge
Upload your Markdown text to create a beautiful and shareable document, without any coding knowledge required.
Upload Markdown# a guide to doc depot
DocDeopt is a very simple solution to upload your markdown files
In just a few steps, you can make your knowledge available to the whole world via Markdown and DocDepot.
## Step 1. Go to the upload page
Go to DocDepot's upload page at: [upload](https://docdepot.vercel.app/upload)
## Step 2. Paste your markdown
From here, the page will show you the step by step on how to upload your file.
You will see two main boxes towards the top of the page. Paste your markdown into the box on the left and it will show you a preview in the box in the right. This is example how it will look like when it's uploaded.
The next input box will ask you for a name for your document. This is the name by which people can access your document.
If you name your document `guide`, it will be found under the following URL: [https://docdepot.vercel.app/guide](https://docdepot.vercel.app/guide)
Everyone will be able to view it but I am working on features which will allow you to restrict viewership.
On the home page I state that you don't need to login in order to publish your markdown. This is true but also not very secure so, if you are not logged in, you need to provide a password.
This will be used if you want to edit/remove your document and when you want to add the document to your account. Once you add the document to your account, you can edit/remove it without having to enter the password.
There will be a button at the bottom of the page which you should press. Your document is now published.
As mentioned earlier, it will be found at [ https://docdepot.vercel.app/view/<name> ](https://docdepot.vercel.app/guide), and it will give you the URL when you upload.
**And that's it.** This is supposed to be a very simple tool at this point, and will stay this way for a while.
1. an ordered list
> block quotes :0
paragraph
# heading 1
[link](docdepot.vercel.app)
*italic text*
- another list
**bold text**
![image](imgur.com/wow)
```
// codeblocks
```
## heading 2
`code`
### heading 3