Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ aepp-docs Public archive

aepps.com documentation repository

Notifications You must be signed in to change notification settings

aeternity/aepp-docs

Repository files navigation

aepps.com developer documentation

For .md files to be automatically linked in the sidebar, please use the following method being configured in _data/nav.yaml.

# single page link
- section: Introduction
  link: /

# section with subpages, external links
- section: Online tools
  subpages:
    - page:
        label: Contract Editor
        link: https://contracts.aepps.com
        external: true
    - page:
        label: Blockchain Explorer
        link: https://explorer.aepps.com
        external: true

# single page link
- section: […]
  link: […]

# section with subpages
- section: […]
  subpages:
    - page:
        label: […]
        link: […]
    - page:
        label: […]
        link: […]

[…]

The .md files will be rendered at https://dev.aepps.com