Skip to content

mxmar/docs-website

 
 

Repository files navigation

Website

This website is built using Docusaurus 2, a modern static website generator.

Live URL https://docs.lukso.network/

How to generate documentation for erc725.js

  1. Run typedoc command in erc725.js repo
npx typedoc --out docs src/index.ts --includeVersion --hideInPageTOC true --sort visibility
  1. Replace content of tools/erc725js/technical-reference/ with content generated in docs/

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

Website for documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 21.5%