Coder Social home page Coder Social logo

cudos-docs's Introduction

Documentation for CUDOS Network

This repository contains documentation for CUDOS Network, a special purpose network that is part of the Cosmos Ecosystem and built on Tendermint. Here, you'll find high-level and technical information for developers, validators, token holders and community members interested in governance and anyone interested in finding out more about the CUDOS Network.

You are welcome to join the CUDOS Community and contribute to the docs and to the CUDOS project.

About CUDOS Docs

CUDOS Docs is built using Docusaurus 2, a static website generator.

How to contribute

  • If you're interested in contributing to this repo, feel free to clone the repo, make changes and open a PR.

  • You can also open an issue.

Preview changes locally

To preview your changes as you edit the files, you can run a local development server that will serve your website and reflect the latest changes.

cd my-website
npm run start

By default, a browser window opens at http://localhost:3000.

Search Engine Optimisation (SEO)

  1. Check out these resources to help create good titles and descriptions for SEO:
  1. Add SEO guidance to front matter in the markdown file.
---
title: Title for search engines; can be different from the actual heading
description: A short description of this page
image: a thumbnail image to be shown in social media cards
keywords: [keywords, describing, the main topics]
---

Adding Images

Images are stored in static/img folder. Images can be referenced in three different ways: Markdown syntax, CJS require, or ES imports syntax.

  1. Markdown Syntax
![Active Proposal](@site/static/img/active-proposal.png)
  1. CommonJS require
<img
  src={require('@site/static/img/active-proposal.png').default}
  alt="Active Proposal"
/>
  1. Import statement
import myImageUrl from '@site/static/img/active-proposal.png';

<img src={myImageUrl} alt="Active Proposal" />;

cudos-docs's People

Contributors

ddocs avatar olliegilbey avatar ahmeddica avatar flav-cudos avatar jgtormo avatar mitchyugan avatar nbaum avatar richardpoole avatar doyeninnit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.