Skip to content

isabella232/knowledge-base-content

 
 

Repository files navigation

MyCrypto Knowledge Base content

GitHub license

This repository contains all content for the new (WIP) MyCrypto Knowledge Base. For the main Knowledge Base code, see MyCryptoHQ/knowledge-base.

Getting Started

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.git

Navigate 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-branch

Now 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-branch

Alternatively, you can just fork this repository and make your changes, but you won't be able to preview the changes on the Knowledge Base.

License

The Knowledge Base content is MIT licensed.

About

Content for the knowledge base to separate the code / logic from the content

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.9%
  • JavaScript 24.1%