Skip to content

Commit 41e3d92

Browse files
committed
Tweak docs
1 parent 4babc69 commit 41e3d92

File tree

1 file changed

+6
-1
lines changed
  • packages/homepage/content/docs

1 file changed

+6
-1
lines changed

packages/homepage/content/docs/8-ci.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ These are all the configuration options you can set. They are all optional.
7474
// be installed in the fork of these sandboxes in the place of the library. So if
7575
// you have a sandbox with `lodash`, and you built `lodash` and `vue`, we will only
7676
// replace `lodash` with the built version.
77-
"sandboxes": ["vanilla", "new", "github/reduxjs/redux/tree/master/examples/todomvc"]
77+
// You can also set absolute paths to a directory in your repository. We will make sure
78+
// to generate a sandbox from the contents of that directory.
79+
"sandboxes": ["vanilla", "new", "/examples/todomvc"]
7880
}
7981
```
8082

@@ -91,6 +93,9 @@ Monorepos are quite common, here's an example configuration for a monorepo:
9193
This builds two libraries: `vue`, which is in the root of the repository, and
9294
`vue-template-compiler`, which resides in the `packages` folder.
9395

96+
We automatically infer your packages from your lerna config or yarn workspaces
97+
config if `packages` is not set.
98+
9499
We handle auto linking of these dependencies, this means that we rewrite the
95100
dependencies to the newly built versions of CodeSandbox CI. In this example,
96101
`vue` uses `vue-template-compiler`, so we've updated `package.json` of `vue` to

0 commit comments

Comments
 (0)