taskcluster: SyntaxError in ui/docs/manual/using/namespaces.mdx
WARNING in ./docs/manual/using/namespaces.mdx
Module build failed (from ./node_modules/mdx-loader/index.js):
SyntaxError: unknown: Unexpected token (245:60)
243 | <Warning>
244 | In some cases, projects need additional scopes.
> 245 | To do so, create a role `project:<project>:grants/<grantName` containing the desired scopes.
| ^
246 | This role can then be assumed where necessary, or project admins can use it to grant specific scopes as desired.
247 | </Warning>
248 | </MDXLayout>
I’m not sure why mdx-loader considers this a “warning” instead of an error.
@vishakhanihore did you see this issue when you made these changes?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (10 by maintainers)
Sure, that works.