You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, nef can generate markdown files given a nef Playground. Also, it lets you export your documentation to markdown files that can be consumed from Jekyll to generate a static-microsite.
As nef works with markdown, in an easy way we could add a new command wiki to generate markdown files that can be consumed from GitHub to generate a Wiki page.
Sample usage
nef wiki --project <nef Playground>
Modules
UI
NefWiki
update existing Nef module to include the new command.
Component
NefWiki
update nef module to open wiki generation to public API.
Breaking changes
The text was updated successfully, but these errors were encountered:
Description
Currently, nef can generate markdown files given a nef Playground. Also, it lets you export your documentation to markdown files that can be consumed from Jekyll to generate a static-microsite.
As
nef
works with markdown, in an easy way we could add a new commandwiki
to generate markdown files that can be consumed from GitHub to generate a Wiki page.Sample usage
nef wiki --project <nef Playground>
Modules
UI
NefWiki
Nef
module to include the new command.Component
NefWiki
nef
module to open wiki generation to public API.Breaking changes
The text was updated successfully, but these errors were encountered: