0.0.23 • Published 2 years ago

@shopify/docs-tools v0.0.23

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@shopify/docs-tools

Tooling for documenting TypeScript projects at Shopify

Overview

This package provides utilities that will parse the tsdoc comments within a package so that they can be used as output for documentation. This is currently only in use in Checkout for maintaining documentation on Shopify.dev.

API Reference

createDependencyGraph(entry: string)

The createDependencyGraph function produces a Map of strings to Modules for a given entry point.

const graph = await createDependencyGraph(componentIndex);

graph.forEach((value) => {
  console.log(value); // Module object representation of each dependency
});

Resources

Publishing this Package

  1. Merge your changes into the main branch.
  2. Run the yarn prepublish cmd in the repo.
  3. Run yarn version --new-version <major|minor|patch> && git push --follow-tags to bump the version.
  4. Go to https://shipit.shopify.io/shopify/docs-tools/production to ship the semver commit.
0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago