Skip to content
#

docusaurus

Here are 198 public repositories matching this topic...

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • Updated Nov 24, 2020
  • JavaScript
avatarneil
avatarneil commented May 4, 2021

This package is wonderful, and I've been having a blast working on prototyping serving some of my org's Swagger definitions with it. One thing I've run into, however, is an inability to use file refs as specified in https://redoc.ly/docs/resources/ref-guide/

This is fairly easily reproduced by opening up the example project in this repo, taking one of the schemas in the components section o

AgentEnder
AgentEnder commented May 20, 2021

Currently e2e / integration tests are only in place for the following 3 generators:

  1. nx g @nx-dotnet/core:app
  2. nx g @nx-dotnet/core:lib
  3. nx g @nx-dotnet/core:project-reference

The existing tests are only partial, and all held in one file. They should be split up and new tests added for the new options (such as test project generation).

The following commands are missing e2e tests,

Improve this page

Add a description, image, and links to the docusaurus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docusaurus topic, visit your repo's landing page and select "manage topics."

Learn more