interlay / interlay.github.io

Interlay documentation for users, vaults, developers and everyone else.

Home Page:https://docs.interlay.io/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interlay Documentation

Interlay documentation for users, vaults, developers and anyone else.

About

This is the central place for user guides and links to developer documentation in the IBTC universe.

Getting Started

Prerequisites

Make sure you have yarn installed. Install docsify globally:

yarn global add docsify-cli

Installation

Clone the repository:

git clone git@github.com:interlay/interbtc-docs.git

Build the documentation:

docsify serve ./docs

Usage

You can browse the documentation locally or directly on docs.interlay.io.

Adding content

All pages are written using docsify. Follow their guide to add new pages: https://docsify.js.org/#/more-pages

Themes

The theme is based on docsify-themable and is very simple to customize: https://jhildenbiddle.github.io/docsify-themeable/#/customization

Contributions

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Clone your new fork and enter the working folder (git clone https://github.com/youruser/interlay.github.io.git && cd interlay.github.io)
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Make your changes
  5. Commit your changes (git commit -m 'feat: Add some AmazingFeature')
  6. Push to the branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

We are using semantic versioning and conventional commits.

If you are searching for a place to start or would like to discuss features, reach out to us:

About

Interlay documentation for users, vaults, developers and everyone else.

https://docs.interlay.io/#/

License:Apache License 2.0


Languages

Language:Shell 100.0%