Coder Social home page Coder Social logo

thedemodev / academy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from santiment/academy

0.0 0.0 0.0 18.12 MB

Santiment Technical Documentation ๐Ÿ“œ

Home Page: https://academy.santiment.net/

License: MIT License

Dockerfile 0.22% JavaScript 66.97% CSS 32.81%

academy's Introduction

This is the source for Santiment Technical Documentation site

Running locally

If you have yarn you can run the app simply:

yarn
yarn start

This is going to run the app on port 8000, so localhost:8000 should be accessible.


How to add an article

Basically, you can add .md (Markdown) file in src/docs/test.md or put index.md to src/docs/test folder. It will be available at academy.santiment.net/test (locally: localhost:8000/test) Also you can put images under thet folder

Add an article into navigation sidebar

If you want to see article not only by direct link, choose category for article, (example: "Metrics") Categories are available in src/docs/navigation.js

Example: you want to add Transaction Volume article. You should choose: METRICS category, add "Transaction Volume" to articles array. After that add markdown file transaction-volume.md (or transaction-volume/index.md) to src/docs/metrics/.

If you can't find appropriate category for your article, pls, write to @Nastya or someone from frontend. We will discuss it and help with icon


Metadata

A metadata block should be in a yaml notation directly in markdown file.

Each article should contain a title and description in its metadata. The title is used to set-up the html title. Please, update date field, when you refactor your article. Note, that we have src/docs/people.js file, that contain author name, image, his position (description). (In future - link to Sanbase profile). If you didn't find author name in that file, pls, add info about him/her.

Example of a metadata block inside markdown file:

---
title: Daily active addresses metric
description: some description for seo
author: Tzanko Matev
date: 2019-01-01
---

## Some title in article

The number of distinct addresses that ...

Note the three dashes before and after metadata. Don't forget to put them there.

h2 for headings in article will be in the fast navigation through the article

academy's People

Contributors

azhelev avatar balresch avatar dmitrivanguard avatar garageinc avatar haritonasty avatar nkalev avatar partysun avatar san-dino avatar tspenov avatar tzanko-matev 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.