@aztec/docs

0.86.0 • Public • Published

Docs

To generate docs. Go to the root of yarn-project and run:

yarn docs

This will generate the html, and start a server to expose it on port 8080, if run from external server (the mainframe) you can add LocalForward 8080 <IP>:8080 to your ssh-config, and access it from your browser.

Adding a new package

To include a new package in the set that we generate documentation for add it to the entrypoints list in the yarn-project/typedoc.json, then in the package.json for the new package add typedoc similar to example below:

  "typedoc": {
    "entryPoint": "./src/index.ts",
    "displayName": "Aztec cli",
    "tsconfig": "./tsconfig.json"
  },

/@aztec/docs/

    Package Sidebar

    Install

    npm i @aztec/docs

    Weekly Downloads

    481

    Version

    0.86.0

    License

    none

    Unpacked Size

    1.2 kB

    Total Files

    3

    Last publish

    Collaborators

    • zac-williamson
    • leilawang
    • charlielye
    • jaosef
    • joss-aztecprotocol
    • ludamad