Loren ☺️
Loren ☺️
The pending question is whether we’d like to expose an HTTP endpoint as described On Fri, Aug 19, 2022 at 1:56 PM Yimin Chen ***@***.***> wrote: > Is this resolved?...
My guess is just `name` substring would be good enough for most: `{ query: 'foo' }` or `{ query: { name: 'foo' } }` matching namespace named `foobar`, but could...
Going to take a stab at implementing this and submitting a PR ☺️
Looked through the code and created an issue upstream: https://github.com/TypeStrong/typedoc/issues/2077 If that's implemented, then we can add a `lowercase` plugin option, which will be included in the `bootstrap(app, options)` call.
Update: I was wrong about Algolia lowercasing URLs—I think there was an issue with my Crawler.
I don't have a pref on who writes it. Is that the only reason you draw the distinction? Re: the issue title, `[Documentation request]` is the only option besides "functionality...
Migrating from #689: [Feature Request] Add Node Build page - Explanation of our recommended tsconfig/ts-node/nodemon config, used in [hello-world](https://github.com/temporalio/samples-node/tree/main/hello-world) - Explanation of ESM alternative: [fetch-esm](https://github.com/temporalio/samples-node/tree/main/fetch-esm) - Recommend using `--enable-source-maps` for...
https://github.com/temporalio/documentation/pull/1581/files#r973488397
I'll review general content and do TS snippet.
Changed the issue title to `Allow linkable headers inside Tabs`. `h5`s are fine, and don't appear in TOC, but they're not linkable—when I open http://localhost:3000/application-development-guide/?lang=typescript#testh5-1 in branch `h4`, the browser...