This repository contains all content for the new (WIP) MyCrypto Knowledge Base. For the main Knowledge Base code, see MyCryptoHQ/knowledge-base.
If you want to edit content with a live preview on the Knowledge Base, the easiest way is to clone the main repo (MyCryptoHQ/knowledge-base).
git clone --recurse-submodules https://github.com/MyCryptoHQ/knowledge-base.gitNavigate to the content folder and create a new remote with the URL of your fork of this repo.
cd knowledge-base/src/content
git remote add my-repo URL
git checkout -b my-update-branchNow you can edit the content in the content folder. When done editing, simply commit the changes and run the following command
git push -u my-repo my-update-branchAlternatively, you can just fork this repository and make your changes, but you won't be able to preview the changes on the Knowledge Base.
The Knowledge Base content is MIT licensed.