docs icon indicating copy to clipboard operation
docs copied to clipboard

📝 Documentation for Roots projects

Results 51 docs issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

This reflects the new default in https://github.com/roots/trellis/pull/1409

1. document bud's `theme.json` generator on a new standalone `theme.json` page in the sage docs ref https://github.com/roots/sage/pull/2999 ref https://github.com/roots/bud/blob/main/sources/%40roots/sage/docs/theme.json.mdx ref https://bud.js.org/guides/general-use/extensions/#set-options ref https://github.com/roots/bud/pull/1487 ```js // straight object (overwrite) bud.wpjson.setOption('template', newSettings)...

sage

### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...

bug

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

https://docs.roots.io/acorn/2.x/directory-structure/#wp-cli-commands working commands: ```sh $ wp acorn acorn:init $ wp acorn acorn:init storage ``` need to audit all the commands on this page and make sure they're working as expected...

bug
acorn

in the sage docs, explain that the bud config can also be done in js, yml, json, ts `.js` ```js module.exports = async ({env, path, ...app}) => app .entry({ app:...

sage

### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] This is...

enhancement
sage