@@ -12,20 +12,24 @@ This is a multi-package repo which uses [Lerna](https://lernajs.io/) to
1212manage shared and cross-package dependencies. The basic repo layout
1313includes:
1414
15- * ` ├── package.json ` – the top-level "project" package that contains
15+ <!-- markdownlint-disable -->
16+
17+ - ` ├── package.json ` – the top-level "project" package that contains
1618 the dependencies and scripts needed to manage the multi-package repo.
1719 _ This package will never be published to the registry._
18- * ` └─── packages/ ` – the folder that contains individual ` @zendeskgarden `
20+ - ` └─── packages/ ` – the folder that contains individual ` @zendeskgarden `
1921 packages which are published to the registry.<br >
20-   ;  ;  ;  ; ` ├── .template/ ` – a special template package referenced by `yarn
21- new` to generate a component.<br >
22+   ;  ;  ;  ; ` ├── .template/ ` – a special template package
23+ referenced by ` yarn new` to generate a component.<br >
2224   ;  ;  ;  ; ` ├── buttons/ ` <br >
2325   ;  ;  ;  ; ` ├── tabs/ ` <br >
2426   ;  ;  ;  ; ` ├── theming/ ` <br >
2527   ;  ;  ;  ; ` └── etc. `
2628
29+ <!-- markdownlint-enable -->
30+
2731For an overview of our component architecture and APIs, view our [ API
28- documentation] ( API.md ) .
32+ documentation] ( ../ API.md) .
2933
3034## Versioning Workflow
3135
@@ -58,12 +62,12 @@ commands are available:
5862- ` yarn build ` to rebuild distributions across all packages.
5963 The build runs as part of the initial install. Operates as a facade
6064 over a Lerna command; operation may be modified using option
61- [ flags] ( https://github.com/lerna/lerna#flags ) (i.e. ` scope ` , ` since ` ,
65+ [ flags] ( https://github.com/lerna/lerna#flags ) (i.e. ` scope ` , ` since ` ,
6266 or ` ignore ` ).
6367- ` yarn new ` to generate a new React component based on a package
6468 template.
6569
66- See our [ development documentation] ( DEVELOPMENT.md ) for package
70+ See our [ development documentation] ( ../ DEVELOPMENT.md) for package
6771implementation requirements.
6872
6973## Pull Request Workflow
0 commit comments