Skip to content

Welcome to the docs

A full and detailed guide to all of the The Pacta network and infrastructure

A little secret

This docs are actually neither full nor detailed. Good luck man.

Project layout

The documentation follows a precise tree of files with the tabs as the "root" directories and additional sub-folders with MarkDown files as actual pages:

mkdocs.yml    # configuration file.

docs/
    index.md    # documentation homepage.
    TABS/    # horizontal tabs
        doc1.md    # vertical tabs
        project/    
            doc2.md
            doc3.md

Custom CSS

Currently there's only one custom CSS file wich is used for the Minecraft font, only accessible throu the <mc-text> tag or the font-family: Minecraftia

Example

<mc-text class="acqua">I</mx-text> <mc-text class="red bold">love</mx-text> <mc-text class="gold">Minecraft</mx-text>

I love Minecraft