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
Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
At the moment we have to maintain components which use auto-generated HTML from Markdown files.
On top of that the router needs to be configured using the NgRouter.
Expected behavior
Scully would allow to easily transform MD into HTML, while also dynamically generate the routes & navigation.
What is the motivation / use case for changing the behavior?
Easier to maintain the docs + potentially enables #413
The text was updated successfully, but these errors were encountered:
Another option would be a tool like astro (working on using it for my ogma documentation) and it can use Vue and react components during compilation while using the minimal amount of JS in the final build
Given that the application (docs app) already exists and is in pretty good shape, are we sure there's a viable reason to invest so much time to basically migrate to another tool? I feel like at this point this would be just a waste of time TBH
I'm submitting a...
Current behavior
At the moment we have to maintain components which use auto-generated HTML from Markdown files.
On top of that the router needs to be configured using the NgRouter.
Expected behavior
Scully would allow to easily transform MD into HTML, while also dynamically generate the routes & navigation.
What is the motivation / use case for changing the behavior?
Easier to maintain the docs + potentially enables #413
The text was updated successfully, but these errors were encountered: