Giter Site home page Giter Site logo

omahs / academy-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from santiment/academy

0.0 0.0 0.0 74.72 MB

Santiment Knowledge Base ๐Ÿ“œ

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

License: MIT License

JavaScript 76.82% Dockerfile 0.15% SCSS 23.03%

academy-1's Introduction

This is the source for Santiment Knowledge Base site

Contributing

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 that folder

Custom Components

  • Available custom components: <Resource title="title">Markdown Content</Resource>, <Notebox type="note|pin|hand">Markdown Content</Notebox>
  • Disable image automatic bordering: Append noborder to image alt, eg: ![noborder](46_connect_wallet_with_mm_sign_v2.png)

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

Also, need to add a reference to the article file in category root article (see examples in src/docs/metrics/index.md)

If you can't find appropriate category for your article write us.


Metadata

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

  • Each article should contain a title and description
  • Update date field, when you refactor your article.
  • author name should use existing person from src/docs/people.js. If you use it right - image and person description will appear.

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


Learn More

Become a SanDev

We're hiring developers, support people, and product managers all the time. Please check our open positions

Contact us

Community

Join thousands of members worldwide in our community server.

Get the Latest News

Any other questions, reach out to us at [email protected]. Weโ€™d happy to help!

academy-1's People

Contributors

alexander-gr avatar alresharin avatar antisaa avatar apozdeyev avatar azhelev avatar balresch avatar dependabot[bot] avatar dmitrivanguard avatar filips121 avatar gabbynik avatar garageinc avatar haritonasty avatar ihqrko avatar ilya-lysko avatar ivanivanoff avatar ninjascant avatar nkalev avatar partysun avatar peratik avatar rfihtengolts avatar san-dino avatar snedashkovsky avatar spiderjako avatar tspenov avatar tzanko-matev avatar valo avatar volynvlad avatar willgladstone avatar woafflation 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.