Skip to content

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

About

aepps.com documentation repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.3%
  • HTML 22.4%
  • JavaScript 12.3%