[docs] Fix internal links to avoid redirects (#22498)
Rename from .md to .mdx (#19255)
[docs] add ability to specify title of code block in MD files (#19246)
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] convert Next app to ESM (#18916)
[docs] Add types and fix mdx link rewrite on Windows (#16025)* [docs] add types and fix mdx link rewrite on windows * [docs] use regex replace instead replace all to support node 14
[docs] Replace custom webpack loader with remark plugins (#14637)* [docs] Add new version of the mdx headings plugin This plugin is uncoupled from the existing frontmatter change in the custom w
[docs] Replace custom webpack loader with remark plugins (#14637)* [docs] Add new version of the mdx headings plugin This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug * [docs] Move heading manager over to the new plugin * [docs] Fix linting issue in remark export headings * [docs] Fix esbuild warning and add minimizer * [docs] Remove esbuild minimizer to clear up memory * [docs] Remove custom webpack loader and replace with remark * [docs] Try with esbuild minimizer * [docs] Test CI build time with cache
show more ...
[docs] Simplify markdown layout system (#14636)* [docs] Add new version of the mdx headings plugin This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It
[docs] Simplify markdown layout system (#14636)* [docs] Add new version of the mdx headings plugin This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug * [docs] Move heading manager over to the new plugin * [docs] Move document page higher order component to simple component * [docs] Add empty array to all heading manager tests * [docs] Fix linting issue in remark export headings * [docs] Fix esbuild warning and add minimizer * [docs] Remove esbuild minimizer to clear up memory * [docs] Replace or with nullish coalescing Co-authored-by: James Ide <[email protected]> * [docs] Rename documentation elements without with prefix * [docs] Disable linting all links in docs workflow Co-authored-by: James Ide <[email protected]>
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12517)
Revert "[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)"This reverts commit afe8a2776558b6a768e86044b11cb78346ff843e.
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)
[docs] Fix hash-only internal linking (#11140)* [docs] Add a test case with hash only link * [docs] Fix hash only internal links
[docs] Add internal link rewrite MDX plugin (#10978)* [docs] Move custom remark heading plugin to mdx plugins * [docs] Add custom MDX to Next link rewriter * [docs] Add direct file references
[docs] Add internal link rewrite MDX plugin (#10978)* [docs] Move custom remark heading plugin to mdx plugins * [docs] Add custom MDX to Next link rewriter * [docs] Add direct file references as example * [docs] Add new mdx remark plugin to next config * [docs] Add remark tool to validate internal links * [docs] Re-enable internal links in MDX * [docs] Simplify internal MDX link rewrite * [docs] Add readme note about internal linking * [docs] Add link validation to workflow after export We need to perform this after an export to make sure /versions/latest exists. * [docs] Use object spread in remark link rewrite Co-authored-by: Bartłomiej Bukowski <[email protected]> * [docs] Ignore react-native internal linking * [docs] Rewrite all internal links to file references (#10983) * [docs] Rewrite all internal links to file references * [docs] Manually fix last remaining broken internal links * [docs] Manually fix last remaining broken links to repo assets * [docs] Fix last batch of internal links * [docs] Fix final batch of internal links * [docs] Revert link changes in react-native docs Co-authored-by: Bartłomiej Bukowski <[email protected]>