26.3.0 • Published 1 month ago

@servicetitan/docs-anvil-uikit-contrib v26.3.0

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

@servicetitan/docs-anvil-uikit-contrib

This package contains documentation for Frontend Community packages, published at https://docs.st.dev.

Preview changes in situ

Use yalc to preview changes within the entire ServiceTitan Engineering documentation.

Initial setup

  1. Install the yalc package globally
$ npm i yalc -g
  1. Build the anvil-uikit-contrib packages
$ cd <path-to-anvil-uikit-contrib>
$ npm run build
  1. Run yalc publish in the packages/docs folder to publish the package documentation locally
$ cd ./packages/docs
$ yalc publish
  1. Run yalc add @servicetitan/docs-anvil-uikit-contrib in the servicetitan/docs repo to use the locally published documents
$ cd <path-to-servicetitan/docs>
$ yalc add @servicetitan/docs-anvil-uikit-contrib
  1. Update dependencies
$ npm i
  1. Start Docusaurus
$ npm start

This opens the documentation in a browser window.

Live updates

To see further changes without having to restart the server,

  1. Run yalc push in the anvil-uikit-contrib packages/docs folder to push changes to servicetitan/docs
# > anvil-uikit-contrib/packages/docs
$ yalc push
  1. Run npm run prebuild (or npm run import-package-docs) in servicetitan/docs
# > servicetitan/docs
$ npm run prebuild
26.3.0

1 month ago

26.2.0

2 months ago

26.1.0

2 months ago

26.0.0

2 months ago

25.9.0

3 months ago

25.8.1

4 months ago

25.8.0

4 months ago

25.7.0

5 months ago

25.6.0

6 months ago

25.5.0

7 months ago

25.4.1

8 months ago

25.4.0

8 months ago

25.0.1-canary.0

8 months ago

25.0.1

8 months ago